COLOR #D09DC3

HEX: #D09DC3 RGB: (208,157,195)

Color info

#D09DC3 contains red, green and blue colors in about the same proportion. Web safe color of #D09DC3 is #CC99CC (or #C9C).

RGB color model

#D09DC3 color RGB value is (208,157,195).

RGB: (208,157,195) (82%, 62%, 76%)

RGB channels and saturation

R 208 of 255 = 82%
G 157 of 255 = 62%
B 195 of 255 = 76%

208
157
195

R + G + B ~ 73%. #D09DC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 157 + 195 = 560 (100%)
R 208 of 560 ~ 37.14%
G 157 of 560 ~ 28.04%
B 195 of 560 ~ 34.82'%

%37.14
%28.04
%34.82

CMYK color model

#D09DC3 color CMYK value is (0,25,6,18).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 6.25%
  • key color value is 18.43%

CMYK: (0,25,6,18)
C0M25Y6K18 (0%, 25%, 6%, 18%)
(0.00 / 0.25 / 0.06 / 0.18)

CMYK percentages

%0
%24.52
%6.25
%18.43

Codes

Color #D09DC3 in popluar color models

D0 9D C3
RGB 208 157 195
HSL 315° 35.17% 71.57%
HSB/HSV 315° 24.52% 81.57%
CMYK 0.00% 24.52% 6.25%
18.43%

Color #D09DC3 in popluar number systems.

HEX D0 9D C3
Decimal 208 157 195
Binary 11010000 10011101 11000011
Octal 320 235 303

Shades and tints

Shades of #D09DC3

#D09DC3
(208,157,195)
#BE8FB2
(190,143,178)
#AC81A1
(172,129,161)
#9A7390
(154,115,144)
#88657F
(136,101,127)
#76576E
(118,87,110)
#64495D
(100,73,93)
#523B4C
(82,59,76)
#402D3B
(64,45,59)
#2E1F2A
(46,31,42)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #D09DC3

#D09DC3
(208,157,195)
#D4A5C8
(212,165,200)
#D8ADCD
(216,173,205)
#DCB5D2
(220,181,210)
#E0BDD7
(224,189,215)
#E4C5DC
(228,197,220)
#E8CDE1
(232,205,225)
#ECD5E6
(236,213,230)
#F0DDEB
(240,221,235)
#F4E5F0
(244,229,240)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09DC3 color. Also use rgb(208,157,195) instead hex code.

Text Font Color

.myTextColor { color: #D09DC3; }

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

This text font color is #D09DC3.

Background Color

.myBgColor { background-color: #D09DC3; }

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

This div background color is #D09DC3.

Border color

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

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

This div border color is #D09DC3.

Opacity

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

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

Text with #D09DC3 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 #D09DC3;}

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

This text has shadow with #D09DC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09DC3.

Preview

Color preview on black background

This text has color #D09DC3 on black background.


Color preview on white background

This text has color #D09DC3 on white background.


Black color preview on #D09DC3 background

This text has black color on #D09DC3 background.


White color preview on #D09DC3 background

This text has white color on #D09DC3 background.


Related colors

Complementary color

Complementary color for #hex is #2F623C.


I love getcolorcode.com

Triadic colors

1 #C3D09D and #9DC3D0 with #D09DC3 are triadic colors.

2 #C39DD0 and #9DD0C3 with #D09DC3 are triadic colors.