COLOR #D5C9FF

HEX: #D5C9FF
RGB: (213,201,255)

Color info

#D5C9FF contains red, green and blue colors in about the same proportion. Web safe color of #D5C9FF is #CCCCFF (or #CCF).

RGB color model

#D5C9FF color RGB value is (213,201,255).

  • red value is 213;
  • green value is 201;
  • blue value is 255.
RGB:
(213,201,255)
(84%,79%,100%)

RGB channels and saturation

R 213 of 255 = 84%
G 201 of 255 = 79%
B 255 of 255 = 100%

213
201
255

R + G + B ~ 88%. #D5C9FF is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 201 + 255 = 669 (100%)
R 213 of 669 ~ 31.84%
G 201 of 669 ~ 30.04%
B 255 of 669 ~ 38.12%

%31.84
%30.04
%38.12

CMYK color model

#D5C9FF color CMYK value is (16,21,0,0).

  • cyan value is 16.47%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,21,0,0)
C16M21Y0K0 
(16%,21%,0%,0%)
(0.16/0.21/0.00/0.00)	

CMYK percentages

%16.47
%21.18
%0
%0

Codes

Color #D5C9FF in popluar color models

D5C9FF
RGB213201255
HSL253°100.00%89.41%
HSB/HSV253°21.18%100.00%
CMYK16.47%21.18%0.00%
0.00%

Color #D5C9FF in popluar number systems.

HEXD5C9FF
Decimal213201255
Binary110101011100100111111111
Octal325311377

Shades and tints

Shades of #D5C9FF

#D5C9FF
(213,201,255)
#C2B7E8
(194,183,232)
#AFA5D1
(175,165,209)
#9C93BA
(156,147,186)
#8981A3
(137,129,163)
#766F8C
(118,111,140)
#635D75
(99,93,117)
#504B5E
(80,75,94)
#3D3947
(61,57,71)
#2A2730
(42,39,48)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #D5C9FF

#D5C9FF
(213,201,255)
#D8CDFF
(216,205,255)
#DBD1FF
(219,209,255)
#DED5FF
(222,213,255)
#E1D9FF
(225,217,255)
#E4DDFF
(228,221,255)
#E7E1FF
(231,225,255)
#EAE5FF
(234,229,255)
#EDE9FF
(237,233,255)
#F0EDFF
(240,237,255)
#F3F1FF
(243,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C9FF color. Also use rgb(213,201,255) instead hex code.

Text Font Color

.myTextColor { color: #D5C9FF; }

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

This text font color is #D5C9FF.


Background Color

.myBgColor { background-color: #D5C9FF; }

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

This div background color is #D5C9FF.


Border color

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

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

This div border color is #D5C9FF.


Opacity

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

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

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

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

This text has shadow with #D5C9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C9FF on black background.


Color preview on white background

This text has color #D5C9FF on white background.



Black color preview on #D5C9FF background

This text has black color on #D5C9FF background.


White color preview on #D5C9FF background

This text has white color on #D5C9FF background.