COLOR #D6EFE8

HEX: #D6EFE8
RGB: (214,239,232)

Color info

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

RGB color model

#D6EFE8 color RGB value is (214,239,232).

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

RGB channels and saturation

R 214 of 255 = 84%
G 239 of 255 = 94%
B 232 of 255 = 91%

214
239
232

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

Portions of RGB colors in percentages

R + G + B =
214 + 239 + 232 = 685 (100%)
R 214 of 685 ~ 31.24%
G 239 of 685 ~ 34.89%
B 232 of 685 ~ 33.87%

%31.24
%34.89
%33.87

CMYK color model

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

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 2.93%
  • key color value is 6.27%
CMYK:
(10,0,3,6)
C10M0Y3K6 
(10%,0%,3%,6%)
(0.10/0.00/0.03/0.06)	

CMYK percentages

%10.46
%0
%2.93
%6.27

Codes

Color #D6EFE8 in popluar color models

D6EFE8
RGB214239232
HSL163°43.86%88.82%
HSB/HSV163°10.46%93.73%
CMYK10.46%0.00%2.93%
6.27%

Color #D6EFE8 in popluar number systems.

HEXD6EFE8
Decimal214239232
Binary110101101110111111101000
Octal326357350

Shades and tints

Shades of #D6EFE8

#D6EFE8
(214,239,232)
#C3DAD3
(195,218,211)
#B0C5BE
(176,197,190)
#9DB0A9
(157,176,169)
#8A9B94
(138,155,148)
#77867F
(119,134,127)
#64716A
(100,113,106)
#515C55
(81,92,85)
#3E4740
(62,71,64)
#2B322B
(43,50,43)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #D6EFE8

#D6EFE8
(214,239,232)
#D9F0EA
(217,240,234)
#DCF1EC
(220,241,236)
#DFF2EE
(223,242,238)
#E2F3F0
(226,243,240)
#E5F4F2
(229,244,242)
#E8F5F4
(232,245,244)
#EBF6F6
(235,246,246)
#EEF7F8
(238,247,248)
#F1F8FA
(241,248,250)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EFE8; }

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

This text font color is #D6EFE8.


Background Color

.myBgColor { background-color: #D6EFE8; }

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

This div background color is #D6EFE8.


Border color

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

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

This div border color is #D6EFE8.


Opacity

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

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

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

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

This text has shadow with #D6EFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EFE8 on black background.


Color preview on white background

This text has color #D6EFE8 on white background.



Black color preview on #D6EFE8 background

This text has black color on #D6EFE8 background.


White color preview on #D6EFE8 background

This text has white color on #D6EFE8 background.