COLOR #D5CFDB

HEX: #D5CFDB
RGB: (213,207,219)

Color info

#D5CFDB contains red, green and blue colors in about the same proportion. Web safe color of #D5CFDB is #CCCCCC (or #CCC).

RGB color model

#D5CFDB color RGB value is (213,207,219).

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

RGB channels and saturation

R 213 of 255 = 84%
G 207 of 255 = 81%
B 219 of 255 = 86%

213
207
219

R + G + B ~ 84%. #D5CFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 207 + 219 = 639 (100%)
R 213 of 639 ~ 33.33%
G 207 of 639 ~ 32.39%
B 219 of 639 ~ 34.27%

%33.33
%32.39
%34.27

CMYK color model

#D5CFDB color CMYK value is (3,5,0,14).

  • cyan value is 2.74%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,5,0,14)
C3M5Y0K14 
(3%,5%,0%,14%)
(0.03/0.05/0.00/0.14)	

CMYK percentages

%2.74
%5.48
%0
%14.12

Codes

Color #D5CFDB in popluar color models

D5CFDB
RGB213207219
HSL270°14.29%83.53%
HSB/HSV270°5.48%85.88%
CMYK2.74%5.48%0.00%
14.12%

Color #D5CFDB in popluar number systems.

HEXD5CFDB
Decimal213207219
Binary110101011100111111011011
Octal325317333

Shades and tints

Shades of #D5CFDB

#D5CFDB
(213,207,219)
#C2BDC8
(194,189,200)
#AFABB5
(175,171,181)
#9C99A2
(156,153,162)
#89878F
(137,135,143)
#76757C
(118,117,124)
#636369
(99,99,105)
#505156
(80,81,86)
#3D3F43
(61,63,67)
#2A2D30
(42,45,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #D5CFDB

#D5CFDB
(213,207,219)
#D8D3DE
(216,211,222)
#DBD7E1
(219,215,225)
#DEDBE4
(222,219,228)
#E1DFE7
(225,223,231)
#E4E3EA
(228,227,234)
#E7E7ED
(231,231,237)
#EAEBF0
(234,235,240)
#EDEFF3
(237,239,243)
#F0F3F6
(240,243,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CFDB; }

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

This text font color is #D5CFDB.


Background Color

.myBgColor { background-color: #D5CFDB; }

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

This div background color is #D5CFDB.


Border color

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

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

This div border color is #D5CFDB.


Opacity

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

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

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

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

This text has shadow with #D5CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CFDB on black background.


Color preview on white background

This text has color #D5CFDB on white background.



Black color preview on #D5CFDB background

This text has black color on #D5CFDB background.


White color preview on #D5CFDB background

This text has white color on #D5CFDB background.