COLOR #D5AFD6

HEX: #D5AFD6
RGB: (213,175,214)

Color info

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

RGB color model

#D5AFD6 color RGB value is (213,175,214).

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

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 214 of 255 = 84%

213
175
214

R + G + B ~ 79%. #D5AFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 175 + 214 = 602 (100%)
R 213 of 602 ~ 35.38%
G 175 of 602 ~ 29.07%
B 214 of 602 ~ 35.55%

%35.38
%29.07
%35.55

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(0,18,0,16)
C0M18Y0K16 
(0%,18%,0%,16%)
(0.00/0.18/0.00/0.16)	

CMYK percentages

%0.47
%18.22
%0
%16.08

Codes

Color #D5AFD6 in popluar color models

D5AFD6
RGB213175214
HSL298°32.23%76.27%
HSB/HSV298°18.22%83.92%
CMYK0.47%18.22%0.00%
16.08%

Color #D5AFD6 in popluar number systems.

HEXD5AFD6
Decimal213175214
Binary110101011010111111010110
Octal325257326

Shades and tints

Shades of #D5AFD6

#D5AFD6
(213,175,214)
#C2A0C3
(194,160,195)
#AF91B0
(175,145,176)
#9C829D
(156,130,157)
#89738A
(137,115,138)
#766477
(118,100,119)
#635564
(99,85,100)
#504651
(80,70,81)
#3D373E
(61,55,62)
#2A282B
(42,40,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5AFD6

#D5AFD6
(213,175,214)
#D8B6D9
(216,182,217)
#DBBDDC
(219,189,220)
#DEC4DF
(222,196,223)
#E1CBE2
(225,203,226)
#E4D2E5
(228,210,229)
#E7D9E8
(231,217,232)
#EAE0EB
(234,224,235)
#EDE7EE
(237,231,238)
#F0EEF1
(240,238,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AFD6; }

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

This text font color is #D5AFD6.


Background Color

.myBgColor { background-color: #D5AFD6; }

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

This div background color is #D5AFD6.


Border color

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

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

This div border color is #D5AFD6.


Opacity

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

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

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

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

This text has shadow with #D5AFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AFD6 on black background.


Color preview on white background

This text has color #D5AFD6 on white background.



Black color preview on #D5AFD6 background

This text has black color on #D5AFD6 background.


White color preview on #D5AFD6 background

This text has white color on #D5AFD6 background.