COLOR #D5AFE3

HEX: #D5AFE3
RGB: (213,175,227)

Color info

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

RGB color model

#D5AFE3 color RGB value is (213,175,227).

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

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 227 of 255 = 89%

213
175
227

R + G + B ~ 81%. #D5AFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 175 + 227 = 615 (100%)
R 213 of 615 ~ 34.63%
G 175 of 615 ~ 28.46%
B 227 of 615 ~ 36.91%

%34.63
%28.46
%36.91

CMYK color model

#D5AFE3 color CMYK value is (6,23,0,11).

  • cyan value is 6.17%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(6,23,0,11)
C6M23Y0K11 
(6%,23%,0%,11%)
(0.06/0.23/0.00/0.11)	

CMYK percentages

%6.17
%22.91
%0
%10.98

Codes

Color #D5AFE3 in popluar color models

D5AFE3
RGB213175227
HSL284°48.15%78.82%
HSB/HSV284°22.91%89.02%
CMYK6.17%22.91%0.00%
10.98%

Color #D5AFE3 in popluar number systems.

HEXD5AFE3
Decimal213175227
Binary110101011010111111100011
Octal325257343

Shades and tints

Shades of #D5AFE3

#D5AFE3
(213,175,227)
#C2A0CF
(194,160,207)
#AF91BB
(175,145,187)
#9C82A7
(156,130,167)
#897393
(137,115,147)
#76647F
(118,100,127)
#63556B
(99,85,107)
#504657
(80,70,87)
#3D3743
(61,55,67)
#2A282F
(42,40,47)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #D5AFE3

#D5AFE3
(213,175,227)
#D8B6E5
(216,182,229)
#DBBDE7
(219,189,231)
#DEC4E9
(222,196,233)
#E1CBEB
(225,203,235)
#E4D2ED
(228,210,237)
#E7D9EF
(231,217,239)
#EAE0F1
(234,224,241)
#EDE7F3
(237,231,243)
#F0EEF5
(240,238,245)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AFE3; }

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

This text font color is #D5AFE3.


Background Color

.myBgColor { background-color: #D5AFE3; }

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

This div background color is #D5AFE3.


Border color

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

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

This div border color is #D5AFE3.


Opacity

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

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

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

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

This text has shadow with #D5AFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AFE3 on black background.


Color preview on white background

This text has color #D5AFE3 on white background.



Black color preview on #D5AFE3 background

This text has black color on #D5AFE3 background.


White color preview on #D5AFE3 background

This text has white color on #D5AFE3 background.