COLOR #D09CAD

HEX: #D09CAD
RGB: (208,156,173)

Color info

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

RGB color model

#D09CAD color RGB value is (208,156,173).

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

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 173 of 255 = 68%

208
156
173

R + G + B ~ 70%. #D09CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 156 + 173 = 537 (100%)
R 208 of 537 ~ 38.73%
G 156 of 537 ~ 29.05%
B 173 of 537 ~ 32.22%

%38.73
%29.05
%32.22

CMYK color model

#D09CAD color CMYK value is (0,25,17,18).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 16.83%
  • key color value is 18.43%
CMYK:
(0,25,17,18)
C0M25Y17K18 
(0%,25%,17%,18%)
(0.00/0.25/0.17/0.18)	

CMYK percentages

%0
%25
%16.83
%18.43

Codes

Color #D09CAD in popluar color models

D09CAD
RGB208156173
HSL340°35.62%71.37%
HSB/HSV340°25.00%81.57%
CMYK0.00%25.00%16.83%
18.43%

Color #D09CAD in popluar number systems.

HEXD09CAD
Decimal208156173
Binary110100001001110010101101
Octal320234255

Shades and tints

Shades of #D09CAD

#D09CAD
(208,156,173)
#BE8E9E
(190,142,158)
#AC808F
(172,128,143)
#9A7280
(154,114,128)
#886471
(136,100,113)
#765662
(118,86,98)
#644853
(100,72,83)
#523A44
(82,58,68)
#402C35
(64,44,53)
#2E1E26
(46,30,38)
#1C1017
(28,16,23)
#000000
(0,0,0)

Tints of #D09CAD

#D09CAD
(208,156,173)
#D4A5B4
(212,165,180)
#D8AEBB
(216,174,187)
#DCB7C2
(220,183,194)
#E0C0C9
(224,192,201)
#E4C9D0
(228,201,208)
#E8D2D7
(232,210,215)
#ECDBDE
(236,219,222)
#F0E4E5
(240,228,229)
#F4EDEC
(244,237,236)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D09CAD; }

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

This text font color is #D09CAD.


Background Color

.myBgColor { background-color: #D09CAD; }

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

This div background color is #D09CAD.


Border color

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

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

This div border color is #D09CAD.


Opacity

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

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

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

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

This text has shadow with #D09CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09CAD on black background.


Color preview on white background

This text has color #D09CAD on white background.



Black color preview on #D09CAD background

This text has black color on #D09CAD background.


White color preview on #D09CAD background

This text has white color on #D09CAD background.