COLOR #D09EC1

HEX: #D09EC1 RGB: (208,158,193)

Color info

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

RGB color model

#D09EC1 color RGB value is (208,158,193).

RGB: (208,158,193) (82%, 62%, 76%)

RGB channels and saturation

R 208 of 255 = 82%
G 158 of 255 = 62%
B 193 of 255 = 76%

208
158
193

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

Portions of RGB colors in percentages

R + G + B = 208 + 158 + 193 = 559 (100%)
R 208 of 559 ~ 37.21%
G 158 of 559 ~ 28.26%
B 193 of 559 ~ 34.53'%

%37.21
%28.26
%34.53

CMYK color model

#D09EC1 color CMYK value is (0,24,7,18).

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

CMYK: (0,24,7,18)
C0M24Y7K18 (0%, 24%, 7%, 18%)
(0.00 / 0.24 / 0.07 / 0.18)

CMYK percentages

%0
%24.04
%7.21
%18.43

Codes

Color #D09EC1 in popluar color models

D0 9E C1
RGB 208 158 193
HSL 318° 34.72% 71.76%
HSB/HSV 318° 24.04% 81.57%
CMYK 0.00% 24.04% 7.21%
18.43%

Color #D09EC1 in popluar number systems.

HEX D0 9E C1
Decimal 208 158 193
Binary 11010000 10011110 11000001
Octal 320 236 301

Shades and tints

Shades of #D09EC1

#D09EC1
(208,158,193)
#BE90B0
(190,144,176)
#AC829F
(172,130,159)
#9A748E
(154,116,142)
#88667D
(136,102,125)
#76586C
(118,88,108)
#644A5B
(100,74,91)
#523C4A
(82,60,74)
#402E39
(64,46,57)
#2E2028
(46,32,40)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #D09EC1

#D09EC1
(208,158,193)
#D4A6C6
(212,166,198)
#D8AECB
(216,174,203)
#DCB6D0
(220,182,208)
#E0BED5
(224,190,213)
#E4C6DA
(228,198,218)
#E8CEDF
(232,206,223)
#ECD6E4
(236,214,228)
#F0DEE9
(240,222,233)
#F4E6EE
(244,230,238)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09EC1; }

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

This text font color is #D09EC1.

Background Color

.myBgColor { background-color: #D09EC1; }

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

This div background color is #D09EC1.

Border color

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

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

This div border color is #D09EC1.

Opacity

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

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

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

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

This text has shadow with #D09EC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09EC1.

Preview

Color preview on black background

This text has color #D09EC1 on black background.


Color preview on white background

This text has color #D09EC1 on white background.


Black color preview on #D09EC1 background

This text has black color on #D09EC1 background.


White color preview on #D09EC1 background

This text has white color on #D09EC1 background.


Related colors

Complementary color

Complementary color for #hex is #2F613E.


I love getcolorcode.com

Triadic colors

1 #C1D09E and #9EC1D0 with #D09EC1 are triadic colors.

2 #C19ED0 and #9ED0C1 with #D09EC1 are triadic colors.