COLOR #D8AFC2

HEX: #D8AFC2
RGB: (216,175,194)

Color info

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

RGB color model

#D8AFC2 color RGB value is (216,175,194).

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

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 194 of 255 = 76%

216
175
194

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

Portions of RGB colors in percentages

R + G + B =
216 + 175 + 194 = 585 (100%)
R 216 of 585 ~ 36.92%
G 175 of 585 ~ 29.91%
B 194 of 585 ~ 33.16%

%36.92
%29.91
%33.16

CMYK color model

#D8AFC2 color CMYK value is (0,19,10,15).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 10.19%
  • key color value is 15.29%
CMYK:
(0,19,10,15)
C0M19Y10K15 
(0%,19%,10%,15%)
(0.00/0.19/0.10/0.15)	

CMYK percentages

%0
%18.98
%10.19
%15.29

Codes

Color #D8AFC2 in popluar color models

D8AFC2
RGB216175194
HSL332°34.45%76.67%
HSB/HSV332°18.98%84.71%
CMYK0.00%18.98%10.19%
15.29%

Color #D8AFC2 in popluar number systems.

HEXD8AFC2
Decimal216175194
Binary110110001010111111000010
Octal330257302

Shades and tints

Shades of #D8AFC2

#D8AFC2
(216,175,194)
#C5A0B1
(197,160,177)
#B291A0
(178,145,160)
#9F828F
(159,130,143)
#8C737E
(140,115,126)
#79646D
(121,100,109)
#66555C
(102,85,92)
#53464B
(83,70,75)
#40373A
(64,55,58)
#2D2829
(45,40,41)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #D8AFC2

#D8AFC2
(216,175,194)
#DBB6C7
(219,182,199)
#DEBDCC
(222,189,204)
#E1C4D1
(225,196,209)
#E4CBD6
(228,203,214)
#E7D2DB
(231,210,219)
#EAD9E0
(234,217,224)
#EDE0E5
(237,224,229)
#F0E7EA
(240,231,234)
#F3EEEF
(243,238,239)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AFC2; }

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

This text font color is #D8AFC2.


Background Color

.myBgColor { background-color: #D8AFC2; }

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

This div background color is #D8AFC2.


Border color

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

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

This div border color is #D8AFC2.


Opacity

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

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

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

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

This text has shadow with #D8AFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AFC2 on black background.


Color preview on white background

This text has color #D8AFC2 on white background.



Black color preview on #D8AFC2 background

This text has black color on #D8AFC2 background.


White color preview on #D8AFC2 background

This text has white color on #D8AFC2 background.