COLOR #D09EAF

HEX: #D09EAF
RGB: (208,158,175)

Color info

#D09EAF contains red, green and blue colors in about the same proportion. Web safe color of #D09EAF is #CC9999 (or #C99).

RGB color model

#D09EAF color RGB value is (208,158,175).

  • red value is 208;
  • green value is 158;
  • blue value is 175.
RGB: (208,158,175) (82%,62%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 158 of 255 = 62%
B 175 of 255 = 69%

208
158
175

R + G + B ~ 71%. #D09EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 158 + 175 = 541 (100%)
R 208 of 541 ~ 38.45%
G 158 of 541 ~ 29.21%
B 175 of 541 ~ 32.35%

%38.45
%29.21
%32.35

CMYK color model

#D09EAF color CMYK value is (0,24,16,18).

  • cyan value is 0.00%
  • magenta value is 24.04%
  • yellow value is 15.87%
  • key color value is 18.43%
CMYK: (0,24,16,18) C0M24Y16K18 (0%,24%,16%,18%) (0.00/0.24/0.16/0.18)

CMYK percentages

%0
%24.04
%15.87
%18.43

Codes

Color #D09EAF in popluar color models

D09EAF
RGB208158175
HSL340°34.72%71.76%
HSB/HSV340°24.04%81.57%
CMYK0.00%24.04%15.87%
18.43%

Color #D09EAF in popluar number systems.

HEXD09EAF
Decimal208158175
Binary110100001001111010101111
Octal320236257

Shades and tints

Shades of #D09EAF

#D09EAF
(208,158,175)
#BE90A0
(190,144,160)
#AC8291
(172,130,145)
#9A7482
(154,116,130)
#886673
(136,102,115)
#765864
(118,88,100)
#644A55
(100,74,85)
#523C46
(82,60,70)
#402E37
(64,46,55)
#2E2028
(46,32,40)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #D09EAF

#D09EAF
(208,158,175)
#D4A6B6
(212,166,182)
#D8AEBD
(216,174,189)
#DCB6C4
(220,182,196)
#E0BECB
(224,190,203)
#E4C6D2
(228,198,210)
#E8CED9
(232,206,217)
#ECD6E0
(236,214,224)
#F0DEE7
(240,222,231)
#F4E6EE
(244,230,238)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09EAF; }

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

This text font color is #D09EAF.


Background Color

.myBgColor { background-color: #D09EAF; }

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

This div background color is #D09EAF.


Border color

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

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

This div border color is #D09EAF.


Opacity

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

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

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

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

This text has shadow with #D09EAF color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #D09EAF; -webkit-box-shadow:	1px 1px 3px 2px #D09EAF; box-shadow:	1px 1px 3px 2px #D09EAF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D09EAF; -webkit-box-shadow: 1px 1px 3px 2px #D09EAF; box-shadow:1px 1px 3px 2px #D09EAF;">
Div content here</div>
This div box has shadow with color #D09EAF.

Preview

Color preview on black background

This text has color #D09EAF on black background.


Color preview on white background

This text has color #D09EAF on white background.



Black color preview on #D09EAF background

This text has black color on #D09EAF background.


White color preview on #D09EAF background

This text has white color on #D09EAF background.