COLOR #D5CFEB

HEX: #D5CFEB
RGB: (213,207,235)

Color info

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

RGB color model

#D5CFEB color RGB value is (213,207,235).

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

RGB channels and saturation

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

213
207
235

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

Portions of RGB colors in percentages

R + G + B =
213 + 207 + 235 = 655 (100%)
R 213 of 655 ~ 32.52%
G 207 of 655 ~ 31.6%
B 235 of 655 ~ 35.88%

%32.52
%31.6
%35.88

CMYK color model

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

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

CMYK percentages

%9.36
%11.91
%0
%7.84

Codes

Color #D5CFEB in popluar color models

D5CFEB
RGB213207235
HSL253°41.18%86.67%
HSB/HSV253°11.91%92.16%
CMYK9.36%11.91%0.00%
7.84%

Color #D5CFEB in popluar number systems.

HEXD5CFEB
Decimal213207235
Binary110101011100111111101011
Octal325317353

Shades and tints

Shades of #D5CFEB

#D5CFEB
(213,207,235)
#C2BDD6
(194,189,214)
#AFABC1
(175,171,193)
#9C99AC
(156,153,172)
#898797
(137,135,151)
#767582
(118,117,130)
#63636D
(99,99,109)
#505158
(80,81,88)
#3D3F43
(61,63,67)
#2A2D2E
(42,45,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #D5CFEB

#D5CFEB
(213,207,235)
#D8D3EC
(216,211,236)
#DBD7ED
(219,215,237)
#DEDBEE
(222,219,238)
#E1DFEF
(225,223,239)
#E4E3F0
(228,227,240)
#E7E7F1
(231,231,241)
#EAEBF2
(234,235,242)
#EDEFF3
(237,239,243)
#F0F3F4
(240,243,244)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CFEB; }

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

This text font color is #D5CFEB.


Background Color

.myBgColor { background-color: #D5CFEB; }

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

This div background color is #D5CFEB.


Border color

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

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

This div border color is #D5CFEB.


Opacity

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

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

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

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

This text has shadow with #D5CFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CFEB on black background.


Color preview on white background

This text has color #D5CFEB on white background.



Black color preview on #D5CFEB background

This text has black color on #D5CFEB background.


White color preview on #D5CFEB background

This text has white color on #D5CFEB background.