COLOR #D09AB6

HEX: #D09AB6
RGB: (208,154,182)

Color info

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

RGB color model

#D09AB6 color RGB value is (208,154,182).

  • red value is 208;
  • green value is 154;
  • blue value is 182.
RGB:
(208,154,182)
(82%,60%,71%)

RGB channels and saturation

R 208 of 255 = 82%
G 154 of 255 = 60%
B 182 of 255 = 71%

208
154
182

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

Portions of RGB colors in percentages

R + G + B =
208 + 154 + 182 = 544 (100%)
R 208 of 544 ~ 38.24%
G 154 of 544 ~ 28.31%
B 182 of 544 ~ 33.46%

%38.24
%28.31
%33.46

CMYK color model

#D09AB6 color CMYK value is (0,26,13,18).

  • cyan value is 0.00%
  • magenta value is 25.96%
  • yellow value is 12.50%
  • key color value is 18.43%
CMYK:
(0,26,13,18)
C0M26Y13K18 
(0%,26%,13%,18%)
(0.00/0.26/0.13/0.18)	

CMYK percentages

%0
%25.96
%12.5
%18.43

Codes

Color #D09AB6 in popluar color models

D09AB6
RGB208154182
HSL329°36.49%70.98%
HSB/HSV329°25.96%81.57%
CMYK0.00%25.96%12.50%
18.43%

Color #D09AB6 in popluar number systems.

HEXD09AB6
Decimal208154182
Binary110100001001101010110110
Octal320232266

Shades and tints

Shades of #D09AB6

#D09AB6
(208,154,182)
#BE8CA6
(190,140,166)
#AC7E96
(172,126,150)
#9A7086
(154,112,134)
#886276
(136,98,118)
#765466
(118,84,102)
#644656
(100,70,86)
#523846
(82,56,70)
#402A36
(64,42,54)
#2E1C26
(46,28,38)
#1C0E16
(28,14,22)
#000000
(0,0,0)

Tints of #D09AB6

#D09AB6
(208,154,182)
#D4A3BC
(212,163,188)
#D8ACC2
(216,172,194)
#DCB5C8
(220,181,200)
#E0BECE
(224,190,206)
#E4C7D4
(228,199,212)
#E8D0DA
(232,208,218)
#ECD9E0
(236,217,224)
#F0E2E6
(240,226,230)
#F4EBEC
(244,235,236)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09AB6 color. Also use rgb(208,154,182) instead hex code.

Text Font Color

.myTextColor { color: #D09AB6; }

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

This text font color is #D09AB6.


Background Color

.myBgColor { background-color: #D09AB6; }

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

This div background color is #D09AB6.


Border color

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

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

This div border color is #D09AB6.


Opacity

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

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

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

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

This text has shadow with #D09AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09AB6 on black background.


Color preview on white background

This text has color #D09AB6 on white background.



Black color preview on #D09AB6 background

This text has black color on #D09AB6 background.


White color preview on #D09AB6 background

This text has white color on #D09AB6 background.