COLOR #D1CFE4

HEX: #D1CFE4
RGB: (209,207,228)

Color info

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

RGB color model

#D1CFE4 color RGB value is (209,207,228).

  • red value is 209;
  • green value is 207;
  • blue value is 228.
RGB:
(209,207,228)
(82%,81%,89%)

RGB channels and saturation

R 209 of 255 = 82%
G 207 of 255 = 81%
B 228 of 255 = 89%

209
207
228

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

Portions of RGB colors in percentages

R + G + B =
209 + 207 + 228 = 644 (100%)
R 209 of 644 ~ 32.45%
G 207 of 644 ~ 32.14%
B 228 of 644 ~ 35.4%

%32.45
%32.14
%35.4

CMYK color model

#D1CFE4 color CMYK value is (8,9,0,11).

  • cyan value is 8.33%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(8,9,0,11)
C8M9Y0K11 
(8%,9%,0%,11%)
(0.08/0.09/0.00/0.11)	

CMYK percentages

%8.33
%9.21
%0
%10.59

Codes

Color #D1CFE4 in popluar color models

D1CFE4
RGB209207228
HSL246°28.00%85.29%
HSB/HSV246°9.21%89.41%
CMYK8.33%9.21%0.00%
10.59%

Color #D1CFE4 in popluar number systems.

HEXD1CFE4
Decimal209207228
Binary110100011100111111100100
Octal321317344

Shades and tints

Shades of #D1CFE4

#D1CFE4
(209,207,228)
#BEBDD0
(190,189,208)
#ABABBC
(171,171,188)
#9899A8
(152,153,168)
#858794
(133,135,148)
#727580
(114,117,128)
#5F636C
(95,99,108)
#4C5158
(76,81,88)
#393F44
(57,63,68)
#262D30
(38,45,48)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #D1CFE4

#D1CFE4
(209,207,228)
#D5D3E6
(213,211,230)
#D9D7E8
(217,215,232)
#DDDBEA
(221,219,234)
#E1DFEC
(225,223,236)
#E5E3EE
(229,227,238)
#E9E7F0
(233,231,240)
#EDEBF2
(237,235,242)
#F1EFF4
(241,239,244)
#F5F3F6
(245,243,246)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CFE4 color. Also use rgb(209,207,228) instead hex code.

Text Font Color

.myTextColor { color: #D1CFE4; }

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

This text font color is #D1CFE4.


Background Color

.myBgColor { background-color: #D1CFE4; }

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

This div background color is #D1CFE4.


Border color

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

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

This div border color is #D1CFE4.


Opacity

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

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

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

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

This text has shadow with #D1CFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CFE4 on black background.


Color preview on white background

This text has color #D1CFE4 on white background.



Black color preview on #D1CFE4 background

This text has black color on #D1CFE4 background.


White color preview on #D1CFE4 background

This text has white color on #D1CFE4 background.