COLOR #D6EEE4

HEX: #D6EEE4
RGB: (214,238,228)

Color info

#D6EEE4 contains red, green and blue colors in about the same proportion. Web safe color of #D6EEE4 is #CCFFCC (or #CFC).

RGB color model

#D6EEE4 color RGB value is (214,238,228).

  • red value is 214;
  • green value is 238;
  • blue value is 228.
RGB:
(214,238,228)
(84%,93%,89%)

RGB channels and saturation

R 214 of 255 = 84%
G 238 of 255 = 93%
B 228 of 255 = 89%

214
238
228

R + G + B ~ 89%. #D6EEE4 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 238 + 228 = 680 (100%)
R 214 of 680 ~ 31.47%
G 238 of 680 ~ 35%
B 228 of 680 ~ 33.53%

%31.47
%35
%33.53

CMYK color model

#D6EEE4 color CMYK value is (10,0,4,7).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(10,0,4,7)
C10M0Y4K7 
(10%,0%,4%,7%)
(0.10/0.00/0.04/0.07)	

CMYK percentages

%10.08
%0
%4.2
%6.67

Codes

Color #D6EEE4 in popluar color models

D6EEE4
RGB214238228
HSL155°41.38%88.63%
HSB/HSV155°10.08%93.33%
CMYK10.08%0.00%4.20%
6.67%

Color #D6EEE4 in popluar number systems.

HEXD6EEE4
Decimal214238228
Binary110101101110111011100100
Octal326356344

Shades and tints

Shades of #D6EEE4

#D6EEE4
(214,238,228)
#C3D9D0
(195,217,208)
#B0C4BC
(176,196,188)
#9DAFA8
(157,175,168)
#8A9A94
(138,154,148)
#778580
(119,133,128)
#64706C
(100,112,108)
#515B58
(81,91,88)
#3E4644
(62,70,68)
#2B3130
(43,49,48)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #D6EEE4

#D6EEE4
(214,238,228)
#D9EFE6
(217,239,230)
#DCF0E8
(220,240,232)
#DFF1EA
(223,241,234)
#E2F2EC
(226,242,236)
#E5F3EE
(229,243,238)
#E8F4F0
(232,244,240)
#EBF5F2
(235,245,242)
#EEF6F4
(238,246,244)
#F1F7F6
(241,247,246)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EEE4 color. Also use rgb(214,238,228) instead hex code.

Text Font Color

.myTextColor { color: #D6EEE4; }

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

This text font color is #D6EEE4.


Background Color

.myBgColor { background-color: #D6EEE4; }

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

This div background color is #D6EEE4.


Border color

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

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

This div border color is #D6EEE4.


Opacity

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

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

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

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

This text has shadow with #D6EEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EEE4 on black background.


Color preview on white background

This text has color #D6EEE4 on white background.



Black color preview on #D6EEE4 background

This text has black color on #D6EEE4 background.


White color preview on #D6EEE4 background

This text has white color on #D6EEE4 background.