COLOR #D6EEEF

HEX: #D6EEEF
RGB: (214,238,239)

Color info

#D6EEEF contains red, green and blue colors in about the same proportion. Web safe color of #D6EEEF is #CCFFFF (or #CFF).

RGB color model

#D6EEEF color RGB value is (214,238,239).

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

RGB channels and saturation

R 214 of 255 = 84%
G 238 of 255 = 93%
B 239 of 255 = 94%

214
238
239

R + G + B ~ 90%. #D6EEEF is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 238 + 239 = 691 (100%)
R 214 of 691 ~ 30.97%
G 238 of 691 ~ 34.44%
B 239 of 691 ~ 34.59%

%30.97
%34.44
%34.59

CMYK color model

#D6EEEF color CMYK value is (10,0,0,6).

  • cyan value is 10.46%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,0,0,6)
C10M0Y0K6 
(10%,0%,0%,6%)
(0.10/0.00/0.00/0.06)	

CMYK percentages

%10.46
%0.42
%0
%6.27

Codes

Color #D6EEEF in popluar color models

D6EEEF
RGB214238239
HSL182°43.86%88.82%
HSB/HSV182°10.46%93.73%
CMYK10.46%0.42%0.00%
6.27%

Color #D6EEEF in popluar number systems.

HEXD6EEEF
Decimal214238239
Binary110101101110111011101111
Octal326356357

Shades and tints

Shades of #D6EEEF

#D6EEEF
(214,238,239)
#C3D9DA
(195,217,218)
#B0C4C5
(176,196,197)
#9DAFB0
(157,175,176)
#8A9A9B
(138,154,155)
#778586
(119,133,134)
#647071
(100,112,113)
#515B5C
(81,91,92)
#3E4647
(62,70,71)
#2B3132
(43,49,50)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #D6EEEF

#D6EEEF
(214,238,239)
#D9EFF0
(217,239,240)
#DCF0F1
(220,240,241)
#DFF1F2
(223,241,242)
#E2F2F3
(226,242,243)
#E5F3F4
(229,243,244)
#E8F4F5
(232,244,245)
#EBF5F6
(235,245,246)
#EEF6F7
(238,246,247)
#F1F7F8
(241,247,248)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EEEF; }

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

This text font color is #D6EEEF.


Background Color

.myBgColor { background-color: #D6EEEF; }

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

This div background color is #D6EEEF.


Border color

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

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

This div border color is #D6EEEF.


Opacity

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

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

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

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

This text has shadow with #D6EEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EEEF on black background.


Color preview on white background

This text has color #D6EEEF on white background.



Black color preview on #D6EEEF background

This text has black color on #D6EEEF background.


White color preview on #D6EEEF background

This text has white color on #D6EEEF background.