COLOR #D09EB9

HEX: #D09EB9 RGB: (208,158,185)

Color info

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

RGB color model

#D09EB9 color RGB value is (208,158,185).

RGB: (208,158,185) (82%, 62%, 73%)

RGB channels and saturation

R 208 of 255 = 82%
G 158 of 255 = 62%
B 185 of 255 = 73%

208
158
185

R + G + B ~ 72%. #D09EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 158 + 185 = 551 (100%)
R 208 of 551 ~ 37.75%
G 158 of 551 ~ 28.68%
B 185 of 551 ~ 33.58'%

%37.75
%28.68
%33.58

CMYK color model

#D09EB9 color CMYK value is (0,24,11,18).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 11.06%
  • key color value is 18.43%

CMYK: (0,24,11,18)
C0M24Y11K18 (0%, 24%, 11%, 18%)
(0.00 / 0.24 / 0.11 / 0.18)

CMYK percentages

%0
%24.04
%11.06
%18.43

Codes

Color #D09EB9 in popluar color models

D0 9E B9
RGB 208 158 185
HSL 328° 34.72% 71.76%
HSB/HSV 328° 24.04% 81.57%
CMYK 0.00% 24.04% 11.06%
18.43%

Color #D09EB9 in popluar number systems.

HEX D0 9E B9
Decimal 208 158 185
Binary 11010000 10011110 10111001
Octal 320 236 271

Shades and tints

Shades of #D09EB9

#D09EB9
(208,158,185)
#BE90A9
(190,144,169)
#AC8299
(172,130,153)
#9A7489
(154,116,137)
#886679
(136,102,121)
#765869
(118,88,105)
#644A59
(100,74,89)
#523C49
(82,60,73)
#402E39
(64,46,57)
#2E2029
(46,32,41)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #D09EB9

#D09EB9
(208,158,185)
#D4A6BF
(212,166,191)
#D8AEC5
(216,174,197)
#DCB6CB
(220,182,203)
#E0BED1
(224,190,209)
#E4C6D7
(228,198,215)
#E8CEDD
(232,206,221)
#ECD6E3
(236,214,227)
#F0DEE9
(240,222,233)
#F4E6EF
(244,230,239)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09EB9 color. Also use rgb(208,158,185) instead hex code.

Text Font Color

.myTextColor { color: #D09EB9; }

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

This text font color is #D09EB9.

Background Color

.myBgColor { background-color: #D09EB9; }

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

This div background color is #D09EB9.

Border color

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

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

This div border color is #D09EB9.

Opacity

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

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

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

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

This text has shadow with #D09EB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09EB9.

Preview

Color preview on black background

This text has color #D09EB9 on black background.


Color preview on white background

This text has color #D09EB9 on white background.


Black color preview on #D09EB9 background

This text has black color on #D09EB9 background.


White color preview on #D09EB9 background

This text has white color on #D09EB9 background.


Related colors

Complementary color

Complementary color for #hex is #2F6146.


I love getcolorcode.com

Triadic colors

1 #B9D09E and #9EB9D0 with #D09EB9 are triadic colors.

2 #B99ED0 and #9ED0B9 with #D09EB9 are triadic colors.