COLOR #D4A7CC

HEX: #D4A7CC
RGB: (212,167,204)

Color info

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

RGB color model

#D4A7CC color RGB value is (212,167,204).

  • red value is 212;
  • green value is 167;
  • blue value is 204.
RGB:
(212,167,204)
(83%,65%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 167 of 255 = 65%
B 204 of 255 = 80%

212
167
204

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

Portions of RGB colors in percentages

R + G + B =
212 + 167 + 204 = 583 (100%)
R 212 of 583 ~ 36.36%
G 167 of 583 ~ 28.64%
B 204 of 583 ~ 34.99%

%36.36
%28.64
%34.99

CMYK color model

#D4A7CC color CMYK value is (0,21,4,17).

  • cyan value is 0.00%
  • magenta value is 21.23%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(0,21,4,17)
C0M21Y4K17 
(0%,21%,4%,17%)
(0.00/0.21/0.04/0.17)	

CMYK percentages

%0
%21.23
%3.77
%16.86

Codes

Color #D4A7CC in popluar color models

D4A7CC
RGB212167204
HSL311°34.35%74.31%
HSB/HSV311°21.23%83.14%
CMYK0.00%21.23%3.77%
16.86%

Color #D4A7CC in popluar number systems.

HEXD4A7CC
Decimal212167204
Binary110101001010011111001100
Octal324247314

Shades and tints

Shades of #D4A7CC

#D4A7CC
(212,167,204)
#C198BA
(193,152,186)
#AE89A8
(174,137,168)
#9B7A96
(155,122,150)
#886B84
(136,107,132)
#755C72
(117,92,114)
#624D60
(98,77,96)
#4F3E4E
(79,62,78)
#3C2F3C
(60,47,60)
#29202A
(41,32,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #D4A7CC

#D4A7CC
(212,167,204)
#D7AFD0
(215,175,208)
#DAB7D4
(218,183,212)
#DDBFD8
(221,191,216)
#E0C7DC
(224,199,220)
#E3CFE0
(227,207,224)
#E6D7E4
(230,215,228)
#E9DFE8
(233,223,232)
#ECE7EC
(236,231,236)
#EFEFF0
(239,239,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A7CC color. Also use rgb(212,167,204) instead hex code.

Text Font Color

.myTextColor { color: #D4A7CC; }

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

This text font color is #D4A7CC.


Background Color

.myBgColor { background-color: #D4A7CC; }

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

This div background color is #D4A7CC.


Border color

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

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

This div border color is #D4A7CC.


Opacity

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

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

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

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

This text has shadow with #D4A7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A7CC on black background.


Color preview on white background

This text has color #D4A7CC on white background.



Black color preview on #D4A7CC background

This text has black color on #D4A7CC background.


White color preview on #D4A7CC background

This text has white color on #D4A7CC background.