COLOR #D5CFEA

HEX: #D5CFEA
RGB: (213,207,234)

Color info

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

RGB color model

#D5CFEA color RGB value is (213,207,234).

  • red value is 213;
  • green value is 207;
  • blue value is 234.
RGB:
(213,207,234)
(84%,81%,92%)

RGB channels and saturation

R 213 of 255 = 84%
G 207 of 255 = 81%
B 234 of 255 = 92%

213
207
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 207 + 234 = 654 (100%)
R 213 of 654 ~ 32.57%
G 207 of 654 ~ 31.65%
B 234 of 654 ~ 35.78%

%32.57
%31.65
%35.78

CMYK color model

#D5CFEA color CMYK value is (9,12,0,8).

  • cyan value is 8.97%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,12,0,8)
C9M12Y0K8 
(9%,12%,0%,8%)
(0.09/0.12/0.00/0.08)	

CMYK percentages

%8.97
%11.54
%0
%8.24

Codes

Color #D5CFEA in popluar color models

D5CFEA
RGB213207234
HSL253°39.13%86.47%
HSB/HSV253°11.54%91.76%
CMYK8.97%11.54%0.00%
8.24%

Color #D5CFEA in popluar number systems.

HEXD5CFEA
Decimal213207234
Binary110101011100111111101010
Octal325317352

Shades and tints

Shades of #D5CFEA

#D5CFEA
(213,207,234)
#C2BDD5
(194,189,213)
#AFABC0
(175,171,192)
#9C99AB
(156,153,171)
#898796
(137,135,150)
#767581
(118,117,129)
#63636C
(99,99,108)
#505157
(80,81,87)
#3D3F42
(61,63,66)
#2A2D2D
(42,45,45)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #D5CFEA

#D5CFEA
(213,207,234)
#D8D3EB
(216,211,235)
#DBD7EC
(219,215,236)
#DEDBED
(222,219,237)
#E1DFEE
(225,223,238)
#E4E3EF
(228,227,239)
#E7E7F0
(231,231,240)
#EAEBF1
(234,235,241)
#EDEFF2
(237,239,242)
#F0F3F3
(240,243,243)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CFEA color. Also use rgb(213,207,234) instead hex code.

Text Font Color

.myTextColor { color: #D5CFEA; }

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

This text font color is #D5CFEA.


Background Color

.myBgColor { background-color: #D5CFEA; }

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

This div background color is #D5CFEA.


Border color

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

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

This div border color is #D5CFEA.


Opacity

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

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

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

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

This text has shadow with #D5CFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CFEA on black background.


Color preview on white background

This text has color #D5CFEA on white background.



Black color preview on #D5CFEA background

This text has black color on #D5CFEA background.


White color preview on #D5CFEA background

This text has white color on #D5CFEA background.