COLOR #D9CAEF

HEX: #D9CAEF
RGB: (217,202,239)

Color info

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

RGB color model

#D9CAEF color RGB value is (217,202,239).

  • red value is 217;
  • green value is 202;
  • blue value is 239.
RGB:
(217,202,239)
(85%,79%,94%)

RGB channels and saturation

R 217 of 255 = 85%
G 202 of 255 = 79%
B 239 of 255 = 94%

217
202
239

R + G + B ~ 86%. #D9CAEF is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 202 + 239 = 658 (100%)
R 217 of 658 ~ 32.98%
G 202 of 658 ~ 30.7%
B 239 of 658 ~ 36.32%

%32.98
%30.7
%36.32

CMYK color model

#D9CAEF color CMYK value is (9,15,0,6).

  • cyan value is 9.21%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(9,15,0,6)
C9M15Y0K6 
(9%,15%,0%,6%)
(0.09/0.15/0.00/0.06)	

CMYK percentages

%9.21
%15.48
%0
%6.27

Codes

Color #D9CAEF in popluar color models

D9CAEF
RGB217202239
HSL264°53.62%86.47%
HSB/HSV264°15.48%93.73%
CMYK9.21%15.48%0.00%
6.27%

Color #D9CAEF in popluar number systems.

HEXD9CAEF
Decimal217202239
Binary110110011100101011101111
Octal331312357

Shades and tints

Shades of #D9CAEF

#D9CAEF
(217,202,239)
#C6B8DA
(198,184,218)
#B3A6C5
(179,166,197)
#A094B0
(160,148,176)
#8D829B
(141,130,155)
#7A7086
(122,112,134)
#675E71
(103,94,113)
#544C5C
(84,76,92)
#413A47
(65,58,71)
#2E2832
(46,40,50)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #D9CAEF

#D9CAEF
(217,202,239)
#DCCEF0
(220,206,240)
#DFD2F1
(223,210,241)
#E2D6F2
(226,214,242)
#E5DAF3
(229,218,243)
#E8DEF4
(232,222,244)
#EBE2F5
(235,226,245)
#EEE6F6
(238,230,246)
#F1EAF7
(241,234,247)
#F4EEF8
(244,238,248)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CAEF color. Also use rgb(217,202,239) instead hex code.

Text Font Color

.myTextColor { color: #D9CAEF; }

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

This text font color is #D9CAEF.


Background Color

.myBgColor { background-color: #D9CAEF; }

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

This div background color is #D9CAEF.


Border color

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

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

This div border color is #D9CAEF.


Opacity

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

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

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

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

This text has shadow with #D9CAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CAEF on black background.


Color preview on white background

This text has color #D9CAEF on white background.



Black color preview on #D9CAEF background

This text has black color on #D9CAEF background.


White color preview on #D9CAEF background

This text has white color on #D9CAEF background.