COLOR #D09CB7

HEX: #D09CB7
RGB: (208,156,183)

Color info

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

RGB color model

#D09CB7 color RGB value is (208,156,183).

  • red value is 208;
  • green value is 156;
  • blue value is 183.
RGB:
(208,156,183)
(82%,61%,72%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 183 of 255 = 72%

208
156
183

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

Portions of RGB colors in percentages

R + G + B =
208 + 156 + 183 = 547 (100%)
R 208 of 547 ~ 38.03%
G 156 of 547 ~ 28.52%
B 183 of 547 ~ 33.46%

%38.03
%28.52
%33.46

CMYK color model

#D09CB7 color CMYK value is (0,25,12,18).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 12.02%
  • key color value is 18.43%
CMYK:
(0,25,12,18)
C0M25Y12K18 
(0%,25%,12%,18%)
(0.00/0.25/0.12/0.18)	

CMYK percentages

%0
%25
%12.02
%18.43

Codes

Color #D09CB7 in popluar color models

D09CB7
RGB208156183
HSL329°35.62%71.37%
HSB/HSV329°25.00%81.57%
CMYK0.00%25.00%12.02%
18.43%

Color #D09CB7 in popluar number systems.

HEXD09CB7
Decimal208156183
Binary110100001001110010110111
Octal320234267

Shades and tints

Shades of #D09CB7

#D09CB7
(208,156,183)
#BE8EA7
(190,142,167)
#AC8097
(172,128,151)
#9A7287
(154,114,135)
#886477
(136,100,119)
#765667
(118,86,103)
#644857
(100,72,87)
#523A47
(82,58,71)
#402C37
(64,44,55)
#2E1E27
(46,30,39)
#1C1017
(28,16,23)
#000000
(0,0,0)

Tints of #D09CB7

#D09CB7
(208,156,183)
#D4A5BD
(212,165,189)
#D8AEC3
(216,174,195)
#DCB7C9
(220,183,201)
#E0C0CF
(224,192,207)
#E4C9D5
(228,201,213)
#E8D2DB
(232,210,219)
#ECDBE1
(236,219,225)
#F0E4E7
(240,228,231)
#F4EDED
(244,237,237)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09CB7 color. Also use rgb(208,156,183) instead hex code.

Text Font Color

.myTextColor { color: #D09CB7; }

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

This text font color is #D09CB7.


Background Color

.myBgColor { background-color: #D09CB7; }

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

This div background color is #D09CB7.


Border color

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

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

This div border color is #D09CB7.


Opacity

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

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

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

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

This text has shadow with #D09CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09CB7 on black background.


Color preview on white background

This text has color #D09CB7 on white background.



Black color preview on #D09CB7 background

This text has black color on #D09CB7 background.


White color preview on #D09CB7 background

This text has white color on #D09CB7 background.