COLOR #D6EBC9

HEX: #D6EBC9
RGB: (214,235,201)

Color info

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

RGB color model

#D6EBC9 color RGB value is (214,235,201).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 201 of 255 = 79%

214
235
201

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 201 = 650 (100%)
R 214 of 650 ~ 32.92%
G 235 of 650 ~ 36.15%
B 201 of 650 ~ 30.92%

%32.92
%36.15
%30.92

CMYK color model

#D6EBC9 color CMYK value is (9,0,14,8).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(9,0,14,8)
C9M0Y14K8 
(9%,0%,14%,8%)
(0.09/0.00/0.14/0.08)	

CMYK percentages

%8.94
%0
%14.47
%7.84

Codes

Color #D6EBC9 in popluar color models

D6EBC9
RGB214235201
HSL97°45.95%85.49%
HSB/HSV97°14.47%92.16%
CMYK8.94%0.00%14.47%
7.84%

Color #D6EBC9 in popluar number systems.

HEXD6EBC9
Decimal214235201
Binary110101101110101111001001
Octal326353311

Shades and tints

Shades of #D6EBC9

#D6EBC9
(214,235,201)
#C3D6B7
(195,214,183)
#B0C1A5
(176,193,165)
#9DAC93
(157,172,147)
#8A9781
(138,151,129)
#77826F
(119,130,111)
#646D5D
(100,109,93)
#51584B
(81,88,75)
#3E4339
(62,67,57)
#2B2E27
(43,46,39)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #D6EBC9

#D6EBC9
(214,235,201)
#D9ECCD
(217,236,205)
#DCEDD1
(220,237,209)
#DFEED5
(223,238,213)
#E2EFD9
(226,239,217)
#E5F0DD
(229,240,221)
#E8F1E1
(232,241,225)
#EBF2E5
(235,242,229)
#EEF3E9
(238,243,233)
#F1F4ED
(241,244,237)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBC9; }

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

This text font color is #D6EBC9.


Background Color

.myBgColor { background-color: #D6EBC9; }

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

This div background color is #D6EBC9.


Border color

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

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

This div border color is #D6EBC9.


Opacity

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

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

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

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

This text has shadow with #D6EBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBC9 on black background.


Color preview on white background

This text has color #D6EBC9 on white background.



Black color preview on #D6EBC9 background

This text has black color on #D6EBC9 background.


White color preview on #D6EBC9 background

This text has white color on #D6EBC9 background.