COLOR #D0A8CF

HEX: #D0A8CF
RGB: (208,168,207)

Color info

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

RGB color model

#D0A8CF color RGB value is (208,168,207).

  • red value is 208;
  • green value is 168;
  • blue value is 207.
RGB:
(208,168,207)
(82%,66%,81%)

RGB channels and saturation

R 208 of 255 = 82%
G 168 of 255 = 66%
B 207 of 255 = 81%

208
168
207

R + G + B ~ 76%. #D0A8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 168 + 207 = 583 (100%)
R 208 of 583 ~ 35.68%
G 168 of 583 ~ 28.82%
B 207 of 583 ~ 35.51%

%35.68
%28.82
%35.51

CMYK color model

#D0A8CF color CMYK value is (0,19,0,18).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 0.48%
  • key color value is 18.43%
CMYK:
(0,19,0,18)
C0M19Y0K18 
(0%,19%,0%,18%)
(0.00/0.19/0.00/0.18)	

CMYK percentages

%0
%19.23
%0.48
%18.43

Codes

Color #D0A8CF in popluar color models

D0A8CF
RGB208168207
HSL302°29.85%73.73%
HSB/HSV302°19.23%81.57%
CMYK0.00%19.23%0.48%
18.43%

Color #D0A8CF in popluar number systems.

HEXD0A8CF
Decimal208168207
Binary110100001010100011001111
Octal320250317

Shades and tints

Shades of #D0A8CF

#D0A8CF
(208,168,207)
#BE99BD
(190,153,189)
#AC8AAB
(172,138,171)
#9A7B99
(154,123,153)
#886C87
(136,108,135)
#765D75
(118,93,117)
#644E63
(100,78,99)
#523F51
(82,63,81)
#40303F
(64,48,63)
#2E212D
(46,33,45)
#1C121B
(28,18,27)
#000000
(0,0,0)

Tints of #D0A8CF

#D0A8CF
(208,168,207)
#D4AFD3
(212,175,211)
#D8B6D7
(216,182,215)
#DCBDDB
(220,189,219)
#E0C4DF
(224,196,223)
#E4CBE3
(228,203,227)
#E8D2E7
(232,210,231)
#ECD9EB
(236,217,235)
#F0E0EF
(240,224,239)
#F4E7F3
(244,231,243)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A8CF color. Also use rgb(208,168,207) instead hex code.

Text Font Color

.myTextColor { color: #D0A8CF; }

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

This text font color is #D0A8CF.


Background Color

.myBgColor { background-color: #D0A8CF; }

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

This div background color is #D0A8CF.


Border color

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

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

This div border color is #D0A8CF.


Opacity

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

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

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

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

This text has shadow with #D0A8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A8CF on black background.


Color preview on white background

This text has color #D0A8CF on white background.



Black color preview on #D0A8CF background

This text has black color on #D0A8CF background.


White color preview on #D0A8CF background

This text has white color on #D0A8CF background.