COLOR #D4AFC2

HEX: #D4AFC2
RGB: (212,175,194)

Color info

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

RGB color model

#D4AFC2 color RGB value is (212,175,194).

  • red value is 212;
  • green value is 175;
  • blue value is 194.
RGB:
(212,175,194)
(83%,69%,76%)

RGB channels and saturation

R 212 of 255 = 83%
G 175 of 255 = 69%
B 194 of 255 = 76%

212
175
194

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

Portions of RGB colors in percentages

R + G + B =
212 + 175 + 194 = 581 (100%)
R 212 of 581 ~ 36.49%
G 175 of 581 ~ 30.12%
B 194 of 581 ~ 33.39%

%36.49
%30.12
%33.39

CMYK color model

#D4AFC2 color CMYK value is (0,17,8,17).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 8.49%
  • key color value is 16.86%
CMYK:
(0,17,8,17)
C0M17Y8K17 
(0%,17%,8%,17%)
(0.00/0.17/0.08/0.17)	

CMYK percentages

%0
%17.45
%8.49
%16.86

Codes

Color #D4AFC2 in popluar color models

D4AFC2
RGB212175194
HSL329°30.08%75.88%
HSB/HSV329°17.45%83.14%
CMYK0.00%17.45%8.49%
16.86%

Color #D4AFC2 in popluar number systems.

HEXD4AFC2
Decimal212175194
Binary110101001010111111000010
Octal324257302

Shades and tints

Shades of #D4AFC2

#D4AFC2
(212,175,194)
#C1A0B1
(193,160,177)
#AE91A0
(174,145,160)
#9B828F
(155,130,143)
#88737E
(136,115,126)
#75646D
(117,100,109)
#62555C
(98,85,92)
#4F464B
(79,70,75)
#3C373A
(60,55,58)
#292829
(41,40,41)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #D4AFC2

#D4AFC2
(212,175,194)
#D7B6C7
(215,182,199)
#DABDCC
(218,189,204)
#DDC4D1
(221,196,209)
#E0CBD6
(224,203,214)
#E3D2DB
(227,210,219)
#E6D9E0
(230,217,224)
#E9E0E5
(233,224,229)
#ECE7EA
(236,231,234)
#EFEEEF
(239,238,239)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AFC2 color. Also use rgb(212,175,194) instead hex code.

Text Font Color

.myTextColor { color: #D4AFC2; }

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

This text font color is #D4AFC2.


Background Color

.myBgColor { background-color: #D4AFC2; }

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

This div background color is #D4AFC2.


Border color

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

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

This div border color is #D4AFC2.


Opacity

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

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

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

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

This text has shadow with #D4AFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AFC2 on black background.


Color preview on white background

This text has color #D4AFC2 on white background.



Black color preview on #D4AFC2 background

This text has black color on #D4AFC2 background.


White color preview on #D4AFC2 background

This text has white color on #D4AFC2 background.