COLOR #D6DEEB

HEX: #D6DEEB
RGB: (214,222,235)

Color info

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

RGB color model

#D6DEEB color RGB value is (214,222,235).

  • red value is 214;
  • green value is 222;
  • blue value is 235.
RGB:
(214,222,235)
(84%,87%,92%)

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 235 of 255 = 92%

214
222
235

R + G + B ~ 88%. #D6DEEB is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 235 = 671 (100%)
R 214 of 671 ~ 31.89%
G 222 of 671 ~ 33.08%
B 235 of 671 ~ 35.02%

%31.89
%33.08
%35.02

CMYK color model

#D6DEEB color CMYK value is (9,6,0,8).

  • cyan value is 8.94%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,6,0,8)
C9M6Y0K8 
(9%,6%,0%,8%)
(0.09/0.06/0.00/0.08)	

CMYK percentages

%8.94
%5.53
%0
%7.84

Codes

Color #D6DEEB in popluar color models

D6DEEB
RGB214222235
HSL217°34.43%88.04%
HSB/HSV217°8.94%92.16%
CMYK8.94%5.53%0.00%
7.84%

Color #D6DEEB in popluar number systems.

HEXD6DEEB
Decimal214222235
Binary110101101101111011101011
Octal326336353

Shades and tints

Shades of #D6DEEB

#D6DEEB
(214,222,235)
#C3CAD6
(195,202,214)
#B0B6C1
(176,182,193)
#9DA2AC
(157,162,172)
#8A8E97
(138,142,151)
#777A82
(119,122,130)
#64666D
(100,102,109)
#515258
(81,82,88)
#3E3E43
(62,62,67)
#2B2A2E
(43,42,46)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #D6DEEB

#D6DEEB
(214,222,235)
#D9E1EC
(217,225,236)
#DCE4ED
(220,228,237)
#DFE7EE
(223,231,238)
#E2EAEF
(226,234,239)
#E5EDF0
(229,237,240)
#E8F0F1
(232,240,241)
#EBF3F2
(235,243,242)
#EEF6F3
(238,246,243)
#F1F9F4
(241,249,244)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DEEB color. Also use rgb(214,222,235) instead hex code.

Text Font Color

.myTextColor { color: #D6DEEB; }

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

This text font color is #D6DEEB.


Background Color

.myBgColor { background-color: #D6DEEB; }

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

This div background color is #D6DEEB.


Border color

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

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

This div border color is #D6DEEB.


Opacity

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

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

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

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

This text has shadow with #D6DEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DEEB on black background.


Color preview on white background

This text has color #D6DEEB on white background.



Black color preview on #D6DEEB background

This text has black color on #D6DEEB background.


White color preview on #D6DEEB background

This text has white color on #D6DEEB background.