COLOR #D5AFC0

HEX: #D5AFC0
RGB: (213,175,192)

Color info

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

RGB color model

#D5AFC0 color RGB value is (213,175,192).

  • red value is 213;
  • green value is 175;
  • blue value is 192.
RGB:
(213,175,192)
(84%,69%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 192 of 255 = 75%

213
175
192

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

Portions of RGB colors in percentages

R + G + B =
213 + 175 + 192 = 580 (100%)
R 213 of 580 ~ 36.72%
G 175 of 580 ~ 30.17%
B 192 of 580 ~ 33.1%

%36.72
%30.17
%33.1

CMYK color model

#D5AFC0 color CMYK value is (0,18,10,16).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 9.86%
  • key color value is 16.47%
CMYK:
(0,18,10,16)
C0M18Y10K16 
(0%,18%,10%,16%)
(0.00/0.18/0.10/0.16)	

CMYK percentages

%0
%17.84
%9.86
%16.47

Codes

Color #D5AFC0 in popluar color models

D5AFC0
RGB213175192
HSL333°31.15%76.08%
HSB/HSV333°17.84%83.53%
CMYK0.00%17.84%9.86%
16.47%

Color #D5AFC0 in popluar number systems.

HEXD5AFC0
Decimal213175192
Binary110101011010111111000000
Octal325257300

Shades and tints

Shades of #D5AFC0

#D5AFC0
(213,175,192)
#C2A0AF
(194,160,175)
#AF919E
(175,145,158)
#9C828D
(156,130,141)
#89737C
(137,115,124)
#76646B
(118,100,107)
#63555A
(99,85,90)
#504649
(80,70,73)
#3D3738
(61,55,56)
#2A2827
(42,40,39)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5AFC0

#D5AFC0
(213,175,192)
#D8B6C5
(216,182,197)
#DBBDCA
(219,189,202)
#DEC4CF
(222,196,207)
#E1CBD4
(225,203,212)
#E4D2D9
(228,210,217)
#E7D9DE
(231,217,222)
#EAE0E3
(234,224,227)
#EDE7E8
(237,231,232)
#F0EEED
(240,238,237)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AFC0 color. Also use rgb(213,175,192) instead hex code.

Text Font Color

.myTextColor { color: #D5AFC0; }

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

This text font color is #D5AFC0.


Background Color

.myBgColor { background-color: #D5AFC0; }

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

This div background color is #D5AFC0.


Border color

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

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

This div border color is #D5AFC0.


Opacity

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

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

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

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

This text has shadow with #D5AFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AFC0 on black background.


Color preview on white background

This text has color #D5AFC0 on white background.



Black color preview on #D5AFC0 background

This text has black color on #D5AFC0 background.


White color preview on #D5AFC0 background

This text has white color on #D5AFC0 background.