COLOR #D4A8CE

HEX: #D4A8CE
RGB: (212,168,206)

Color info

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

RGB color model

#D4A8CE color RGB value is (212,168,206).

  • red value is 212;
  • green value is 168;
  • blue value is 206.
RGB:
(212,168,206)
(83%,66%,81%)

RGB channels and saturation

R 212 of 255 = 83%
G 168 of 255 = 66%
B 206 of 255 = 81%

212
168
206

R + G + B ~ 77%. #D4A8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 168 + 206 = 586 (100%)
R 212 of 586 ~ 36.18%
G 168 of 586 ~ 28.67%
B 206 of 586 ~ 35.15%

%36.18
%28.67
%35.15

CMYK color model

#D4A8CE color CMYK value is (0,21,3,17).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(0,21,3,17)
C0M21Y3K17 
(0%,21%,3%,17%)
(0.00/0.21/0.03/0.17)	

CMYK percentages

%0
%20.75
%2.83
%16.86

Codes

Color #D4A8CE in popluar color models

D4A8CE
RGB212168206
HSL308°33.85%74.51%
HSB/HSV308°20.75%83.14%
CMYK0.00%20.75%2.83%
16.86%

Color #D4A8CE in popluar number systems.

HEXD4A8CE
Decimal212168206
Binary110101001010100011001110
Octal324250316

Shades and tints

Shades of #D4A8CE

#D4A8CE
(212,168,206)
#C199BC
(193,153,188)
#AE8AAA
(174,138,170)
#9B7B98
(155,123,152)
#886C86
(136,108,134)
#755D74
(117,93,116)
#624E62
(98,78,98)
#4F3F50
(79,63,80)
#3C303E
(60,48,62)
#29212C
(41,33,44)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #D4A8CE

#D4A8CE
(212,168,206)
#D7AFD2
(215,175,210)
#DAB6D6
(218,182,214)
#DDBDDA
(221,189,218)
#E0C4DE
(224,196,222)
#E3CBE2
(227,203,226)
#E6D2E6
(230,210,230)
#E9D9EA
(233,217,234)
#ECE0EE
(236,224,238)
#EFE7F2
(239,231,242)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A8CE color. Also use rgb(212,168,206) instead hex code.

Text Font Color

.myTextColor { color: #D4A8CE; }

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

This text font color is #D4A8CE.


Background Color

.myBgColor { background-color: #D4A8CE; }

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

This div background color is #D4A8CE.


Border color

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

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

This div border color is #D4A8CE.


Opacity

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

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

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

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

This text has shadow with #D4A8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A8CE on black background.


Color preview on white background

This text has color #D4A8CE on white background.



Black color preview on #D4A8CE background

This text has black color on #D4A8CE background.


White color preview on #D4A8CE background

This text has white color on #D4A8CE background.