COLOR #D6EBCC

HEX: #D6EBCC
RGB: (214,235,204)

Color info

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

RGB color model

#D6EBCC color RGB value is (214,235,204).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 204 of 255 = 80%

214
235
204

R + G + B ~ 85%. #D6EBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 204 = 653 (100%)
R 214 of 653 ~ 32.77%
G 235 of 653 ~ 35.99%
B 204 of 653 ~ 31.24%

%32.77
%35.99
%31.24

CMYK color model

#D6EBCC color CMYK value is (9,0,13,8).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(9,0,13,8)
C9M0Y13K8 
(9%,0%,13%,8%)
(0.09/0.00/0.13/0.08)	

CMYK percentages

%8.94
%0
%13.19
%7.84

Codes

Color #D6EBCC in popluar color models

D6EBCC
RGB214235204
HSL101°43.66%86.08%
HSB/HSV101°13.19%92.16%
CMYK8.94%0.00%13.19%
7.84%

Color #D6EBCC in popluar number systems.

HEXD6EBCC
Decimal214235204
Binary110101101110101111001100
Octal326353314

Shades and tints

Shades of #D6EBCC

#D6EBCC
(214,235,204)
#C3D6BA
(195,214,186)
#B0C1A8
(176,193,168)
#9DAC96
(157,172,150)
#8A9784
(138,151,132)
#778272
(119,130,114)
#646D60
(100,109,96)
#51584E
(81,88,78)
#3E433C
(62,67,60)
#2B2E2A
(43,46,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6EBCC

#D6EBCC
(214,235,204)
#D9ECD0
(217,236,208)
#DCEDD4
(220,237,212)
#DFEED8
(223,238,216)
#E2EFDC
(226,239,220)
#E5F0E0
(229,240,224)
#E8F1E4
(232,241,228)
#EBF2E8
(235,242,232)
#EEF3EC
(238,243,236)
#F1F4F0
(241,244,240)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBCC; }

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

This text font color is #D6EBCC.


Background Color

.myBgColor { background-color: #D6EBCC; }

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

This div background color is #D6EBCC.


Border color

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

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

This div border color is #D6EBCC.


Opacity

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

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

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

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

This text has shadow with #D6EBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBCC on black background.


Color preview on white background

This text has color #D6EBCC on white background.



Black color preview on #D6EBCC background

This text has black color on #D6EBCC background.


White color preview on #D6EBCC background

This text has white color on #D6EBCC background.