COLOR #D4A5CE

HEX: #D4A5CE
RGB: (212,165,206)

Color info

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

RGB color model

#D4A5CE color RGB value is (212,165,206).

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

RGB channels and saturation

R 212 of 255 = 83%
G 165 of 255 = 65%
B 206 of 255 = 81%

212
165
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 165 + 206 = 583 (100%)
R 212 of 583 ~ 36.36%
G 165 of 583 ~ 28.3%
B 206 of 583 ~ 35.33%

%36.36
%28.3
%35.33

CMYK color model

#D4A5CE color CMYK value is (0,22,3,17).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(0,22,3,17)
C0M22Y3K17 
(0%,22%,3%,17%)
(0.00/0.22/0.03/0.17)	

CMYK percentages

%0
%22.17
%2.83
%16.86

Codes

Color #D4A5CE in popluar color models

D4A5CE
RGB212165206
HSL308°35.34%73.92%
HSB/HSV308°22.17%83.14%
CMYK0.00%22.17%2.83%
16.86%

Color #D4A5CE in popluar number systems.

HEXD4A5CE
Decimal212165206
Binary110101001010010111001110
Octal324245316

Shades and tints

Shades of #D4A5CE

#D4A5CE
(212,165,206)
#C196BC
(193,150,188)
#AE87AA
(174,135,170)
#9B7898
(155,120,152)
#886986
(136,105,134)
#755A74
(117,90,116)
#624B62
(98,75,98)
#4F3C50
(79,60,80)
#3C2D3E
(60,45,62)
#291E2C
(41,30,44)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #D4A5CE

#D4A5CE
(212,165,206)
#D7ADD2
(215,173,210)
#DAB5D6
(218,181,214)
#DDBDDA
(221,189,218)
#E0C5DE
(224,197,222)
#E3CDE2
(227,205,226)
#E6D5E6
(230,213,230)
#E9DDEA
(233,221,234)
#ECE5EE
(236,229,238)
#EFEDF2
(239,237,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A5CE; }

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

This text font color is #D4A5CE.


Background Color

.myBgColor { background-color: #D4A5CE; }

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

This div background color is #D4A5CE.


Border color

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

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

This div border color is #D4A5CE.


Opacity

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

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

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

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

This text has shadow with #D4A5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A5CE on black background.


Color preview on white background

This text has color #D4A5CE on white background.



Black color preview on #D4A5CE background

This text has black color on #D4A5CE background.


White color preview on #D4A5CE background

This text has white color on #D4A5CE background.