COLOR #D9CEE3

HEX: #D9CEE3
RGB: (217,206,227)

Color info

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

RGB color model

#D9CEE3 color RGB value is (217,206,227).

  • red value is 217;
  • green value is 206;
  • blue value is 227.
RGB:
(217,206,227)
(85%,81%,89%)

RGB channels and saturation

R 217 of 255 = 85%
G 206 of 255 = 81%
B 227 of 255 = 89%

217
206
227

R + G + B ~ 85%. #D9CEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 206 + 227 = 650 (100%)
R 217 of 650 ~ 33.38%
G 206 of 650 ~ 31.69%
B 227 of 650 ~ 34.92%

%33.38
%31.69
%34.92

CMYK color model

#D9CEE3 color CMYK value is (4,9,0,11).

  • cyan value is 4.41%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(4,9,0,11)
C4M9Y0K11 
(4%,9%,0%,11%)
(0.04/0.09/0.00/0.11)	

CMYK percentages

%4.41
%9.25
%0
%10.98

Codes

Color #D9CEE3 in popluar color models

D9CEE3
RGB217206227
HSL271°27.27%84.90%
HSB/HSV271°9.25%89.02%
CMYK4.41%9.25%0.00%
10.98%

Color #D9CEE3 in popluar number systems.

HEXD9CEE3
Decimal217206227
Binary110110011100111011100011
Octal331316343

Shades and tints

Shades of #D9CEE3

#D9CEE3
(217,206,227)
#C6BCCF
(198,188,207)
#B3AABB
(179,170,187)
#A098A7
(160,152,167)
#8D8693
(141,134,147)
#7A747F
(122,116,127)
#67626B
(103,98,107)
#545057
(84,80,87)
#413E43
(65,62,67)
#2E2C2F
(46,44,47)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #D9CEE3

#D9CEE3
(217,206,227)
#DCD2E5
(220,210,229)
#DFD6E7
(223,214,231)
#E2DAE9
(226,218,233)
#E5DEEB
(229,222,235)
#E8E2ED
(232,226,237)
#EBE6EF
(235,230,239)
#EEEAF1
(238,234,241)
#F1EEF3
(241,238,243)
#F4F2F5
(244,242,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CEE3 color. Also use rgb(217,206,227) instead hex code.

Text Font Color

.myTextColor { color: #D9CEE3; }

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

This text font color is #D9CEE3.


Background Color

.myBgColor { background-color: #D9CEE3; }

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

This div background color is #D9CEE3.


Border color

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

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

This div border color is #D9CEE3.


Opacity

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

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

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

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

This text has shadow with #D9CEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CEE3 on black background.


Color preview on white background

This text has color #D9CEE3 on white background.



Black color preview on #D9CEE3 background

This text has black color on #D9CEE3 background.


White color preview on #D9CEE3 background

This text has white color on #D9CEE3 background.