COLOR #D6EBE0

HEX: #D6EBE0
RGB: (214,235,224)

Color info

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

RGB color model

#D6EBE0 color RGB value is (214,235,224).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 224 of 255 = 88%

214
235
224

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 224 = 673 (100%)
R 214 of 673 ~ 31.8%
G 235 of 673 ~ 34.92%
B 224 of 673 ~ 33.28%

%31.8
%34.92
%33.28

CMYK color model

#D6EBE0 color CMYK value is (9,0,5,8).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK: (9,0,5,8) C9M0Y5K8 (9%,0%,5%,8%) (0.09/0.00/0.05/0.08)

CMYK percentages

%8.94
%0
%4.68
%7.84

Codes

Color #D6EBE0 in popluar color models

D6EBE0
RGB214235224
HSL149°34.43%88.04%
HSB/HSV149°8.94%92.16%
CMYK8.94%0.00%4.68%
7.84%

Color #D6EBE0 in popluar number systems.

HEXD6EBE0
Decimal214235224
Binary110101101110101111100000
Octal326353340

Shades and tints

Shades of #D6EBE0

#D6EBE0
(214,235,224)
#C3D6CC
(195,214,204)
#B0C1B8
(176,193,184)
#9DACA4
(157,172,164)
#8A9790
(138,151,144)
#77827C
(119,130,124)
#646D68
(100,109,104)
#515854
(81,88,84)
#3E4340
(62,67,64)
#2B2E2C
(43,46,44)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6EBE0

#D6EBE0
(214,235,224)
#D9ECE2
(217,236,226)
#DCEDE4
(220,237,228)
#DFEEE6
(223,238,230)
#E2EFE8
(226,239,232)
#E5F0EA
(229,240,234)
#E8F1EC
(232,241,236)
#EBF2EE
(235,242,238)
#EEF3F0
(238,243,240)
#F1F4F2
(241,244,242)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBE0; }

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

This text font color is #D6EBE0.


Background Color

.myBgColor { background-color: #D6EBE0; }

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

This div background color is #D6EBE0.


Border color

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

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

This div border color is #D6EBE0.


Opacity

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

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

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

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

This text has shadow with #D6EBE0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6EBE0 on black background.


Color preview on white background

This text has color #D6EBE0 on white background.



Black color preview on #D6EBE0 background

This text has black color on #D6EBE0 background.


White color preview on #D6EBE0 background

This text has white color on #D6EBE0 background.