COLOR #D5AFC3

HEX: #D5AFC3
RGB: (213,175,195)

Color info

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

RGB color model

#D5AFC3 color RGB value is (213,175,195).

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

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 195 of 255 = 76%

213
175
195

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

Portions of RGB colors in percentages

R + G + B =
213 + 175 + 195 = 583 (100%)
R 213 of 583 ~ 36.54%
G 175 of 583 ~ 30.02%
B 195 of 583 ~ 33.45%

%36.54
%30.02
%33.45

CMYK color model

#D5AFC3 color CMYK value is (0,18,8,16).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 8.45%
  • key color value is 16.47%
CMYK:
(0,18,8,16)
C0M18Y8K16 
(0%,18%,8%,16%)
(0.00/0.18/0.08/0.16)	

CMYK percentages

%0
%17.84
%8.45
%16.47

Codes

Color #D5AFC3 in popluar color models

D5AFC3
RGB213175195
HSL328°31.15%76.08%
HSB/HSV328°17.84%83.53%
CMYK0.00%17.84%8.45%
16.47%

Color #D5AFC3 in popluar number systems.

HEXD5AFC3
Decimal213175195
Binary110101011010111111000011
Octal325257303

Shades and tints

Shades of #D5AFC3

#D5AFC3
(213,175,195)
#C2A0B2
(194,160,178)
#AF91A1
(175,145,161)
#9C8290
(156,130,144)
#89737F
(137,115,127)
#76646E
(118,100,110)
#63555D
(99,85,93)
#50464C
(80,70,76)
#3D373B
(61,55,59)
#2A282A
(42,40,42)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #D5AFC3

#D5AFC3
(213,175,195)
#D8B6C8
(216,182,200)
#DBBDCD
(219,189,205)
#DEC4D2
(222,196,210)
#E1CBD7
(225,203,215)
#E4D2DC
(228,210,220)
#E7D9E1
(231,217,225)
#EAE0E6
(234,224,230)
#EDE7EB
(237,231,235)
#F0EEF0
(240,238,240)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AFC3; }

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

This text font color is #D5AFC3.


Background Color

.myBgColor { background-color: #D5AFC3; }

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

This div background color is #D5AFC3.


Border color

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

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

This div border color is #D5AFC3.


Opacity

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

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

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

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

This text has shadow with #D5AFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AFC3 on black background.


Color preview on white background

This text has color #D5AFC3 on white background.



Black color preview on #D5AFC3 background

This text has black color on #D5AFC3 background.


White color preview on #D5AFC3 background

This text has white color on #D5AFC3 background.