COLOR #D6EBE4

HEX: #D6EBE4
RGB: (214,235,228)

Color info

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

RGB color model

#D6EBE4 color RGB value is (214,235,228).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 228 of 255 = 89%

214
235
228

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 228 = 677 (100%)
R 214 of 677 ~ 31.61%
G 235 of 677 ~ 34.71%
B 228 of 677 ~ 33.68%

%31.61
%34.71
%33.68

CMYK color model

#D6EBE4 color CMYK value is (9,0,3,8).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 2.98%
  • key color value is 7.84%
CMYK:
(9,0,3,8)
C9M0Y3K8 
(9%,0%,3%,8%)
(0.09/0.00/0.03/0.08)	

CMYK percentages

%8.94
%0
%2.98
%7.84

Codes

Color #D6EBE4 in popluar color models

D6EBE4
RGB214235228
HSL160°34.43%88.04%
HSB/HSV160°8.94%92.16%
CMYK8.94%0.00%2.98%
7.84%

Color #D6EBE4 in popluar number systems.

HEXD6EBE4
Decimal214235228
Binary110101101110101111100100
Octal326353344

Shades and tints

Shades of #D6EBE4

#D6EBE4
(214,235,228)
#C3D6D0
(195,214,208)
#B0C1BC
(176,193,188)
#9DACA8
(157,172,168)
#8A9794
(138,151,148)
#778280
(119,130,128)
#646D6C
(100,109,108)
#515858
(81,88,88)
#3E4344
(62,67,68)
#2B2E30
(43,46,48)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #D6EBE4

#D6EBE4
(214,235,228)
#D9ECE6
(217,236,230)
#DCEDE8
(220,237,232)
#DFEEEA
(223,238,234)
#E2EFEC
(226,239,236)
#E5F0EE
(229,240,238)
#E8F1F0
(232,241,240)
#EBF2F2
(235,242,242)
#EEF3F4
(238,243,244)
#F1F4F6
(241,244,246)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBE4; }

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

This text font color is #D6EBE4.


Background Color

.myBgColor { background-color: #D6EBE4; }

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

This div background color is #D6EBE4.


Border color

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

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

This div border color is #D6EBE4.


Opacity

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

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

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

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

This text has shadow with #D6EBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBE4 on black background.


Color preview on white background

This text has color #D6EBE4 on white background.



Black color preview on #D6EBE4 background

This text has black color on #D6EBE4 background.


White color preview on #D6EBE4 background

This text has white color on #D6EBE4 background.