COLOR #D08DA3

HEX: #D08DA3 RGB: (208,141,163)

Color info

#D08DA3 contains mainly red and blue colors. Web safe color of #D08DA3 is #CC9999 (or #C99).

RGB color model

#D08DA3 color RGB value is (208,141,163).

RGB: (208,141,163) (82%, 55%, 64%)

RGB channels and saturation

R 208 of 255 = 82%
G 141 of 255 = 55%
B 163 of 255 = 64%

208
141
163

R + G + B ~ 67%. #D08DA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 141 + 163 = 512 (100%)
R 208 of 512 ~ 40.63%
G 141 of 512 ~ 27.54%
B 163 of 512 ~ 31.84'%

%40.63
%27.54
%31.84

CMYK color model

#D08DA3 color CMYK value is (0,32,22,18).

  • cyan value is 0.00%
  • magenta value is 32.21%
  • yellow value is 21.63%
  • key color value is 18.43%

CMYK: (0,32,22,18)
C0M32Y22K18 (0%, 32%, 22%, 18%)
(0.00 / 0.32 / 0.22 / 0.18)

CMYK percentages

%0
%32.21
%21.63
%18.43

Codes

Color #D08DA3 in popluar color models

D0 8D A3
RGB 208 141 163
HSL 340° 41.61% 68.43%
HSB/HSV 340° 32.21% 81.57%
CMYK 0.00% 32.21% 21.63%
18.43%

Color #D08DA3 in popluar number systems.

HEX D0 8D A3
Decimal 208 141 163
Binary 11010000 10001101 10100011
Octal 320 215 243

Shades and tints

Shades of #D08DA3

#D08DA3
(208,141,163)
#BE8195
(190,129,149)
#AC7587
(172,117,135)
#9A6979
(154,105,121)
#885D6B
(136,93,107)
#76515D
(118,81,93)
#64454F
(100,69,79)
#523941
(82,57,65)
#402D33
(64,45,51)
#2E2125
(46,33,37)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #D08DA3

#D08DA3
(208,141,163)
#D497AB
(212,151,171)
#D8A1B3
(216,161,179)
#DCABBB
(220,171,187)
#E0B5C3
(224,181,195)
#E4BFCB
(228,191,203)
#E8C9D3
(232,201,211)
#ECD3DB
(236,211,219)
#F0DDE3
(240,221,227)
#F4E7EB
(244,231,235)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08DA3 color. Also use rgb(208,141,163) instead hex code.

Text Font Color

.myTextColor { color: #D08DA3; }

<p style="color:#D08DA3">This sample text font color is #D08DA3.</p>

This text font color is #D08DA3.

Background Color

.myBgColor { background-color: #D08DA3; }

<div style="background-color:#D08DA3">Inner text</div>

This div background color is #D08DA3.

Border color

.myBorderColor { border: 1px solid #D08DA3; }

<div style="border:3px solid #D08DA3">Div</div>

This div border color is #D08DA3.

Opacity

.myOpacity80 { color: #D08DA3; opacity: 0.8; }

<p style="color:#D08DA3;opacity:0.8;">80%</p>

Text with #D08DA3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D08DA3;}

<p style="text-shadow: 3px 3px 1px #D08DA3">Text here.</p>

This text has shadow with #D08DA3 color.


.textShadow {text-shadow: 3px 3px 1px #D08DA3', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D08DA3, 5px 5px 20px red">Text here.</p>

This text has shadow with #D08DA3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D08DA3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D08DA3, Direction=45, Strength=4)">Text</p>

This text has shadow with #D08DA3 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D08DA3;
-webkit-box-shadow: 1px 1px 3px 2px #D08DA3;
box-shadow: 1px 1px 3px 2px #D08DA3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D08DA3; -webkit-box-shadow: 1px 1px 3px 2px #D08DA3; box-shadow:1px 1px 3px 2px #D08DA3;">
Div content here
</div>

This div box has shadow with color #D08DA3.

Preview

Color preview on black background

This text has color #D08DA3 on black background.


Color preview on white background

This text has color #D08DA3 on white background.


Black color preview on #D08DA3 background

This text has black color on #D08DA3 background.


White color preview on #D08DA3 background

This text has white color on #D08DA3 background.


Related colors

Complementary color

Complementary color for #hex is #2F725C.


I love getcolorcode.com

Triadic colors

1 #A3D08D and #8DA3D0 with #D08DA3 are triadic colors.

2 #A38DD0 and #8DD0A3 with #D08DA3 are triadic colors.