COLOR #D6E4BA

HEX: #D6E4BA
RGB: (214,228,186)

Color info

#D6E4BA contains red, green and blue colors in about the same proportion. Web safe color of #D6E4BA is #CCCCCC (or #CCC).

RGB color model

#D6E4BA color RGB value is (214,228,186).

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

RGB channels and saturation

R 214 of 255 = 84%
G 228 of 255 = 89%
B 186 of 255 = 73%

214
228
186

R + G + B ~ 82%. #D6E4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 228 + 186 = 628 (100%)
R 214 of 628 ~ 34.08%
G 228 of 628 ~ 36.31%
B 186 of 628 ~ 29.62%

%34.08
%36.31
%29.62

CMYK color model

#D6E4BA color CMYK value is (6,0,18,11).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 10.59%
CMYK:
(6,0,18,11)
C6M0Y18K11 
(6%,0%,18%,11%)
(0.06/0.00/0.18/0.11)	

CMYK percentages

%6.14
%0
%18.42
%10.59

Codes

Color #D6E4BA in popluar color models

D6E4BA
RGB214228186
HSL80°43.75%81.18%
HSB/HSV80°18.42%89.41%
CMYK6.14%0.00%18.42%
10.59%

Color #D6E4BA in popluar number systems.

HEXD6E4BA
Decimal214228186
Binary110101101110010010111010
Octal326344272

Shades and tints

Shades of #D6E4BA

#D6E4BA
(214,228,186)
#C3D0AA
(195,208,170)
#B0BC9A
(176,188,154)
#9DA88A
(157,168,138)
#8A947A
(138,148,122)
#77806A
(119,128,106)
#646C5A
(100,108,90)
#51584A
(81,88,74)
#3E443A
(62,68,58)
#2B302A
(43,48,42)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #D6E4BA

#D6E4BA
(214,228,186)
#D9E6C0
(217,230,192)
#DCE8C6
(220,232,198)
#DFEACC
(223,234,204)
#E2ECD2
(226,236,210)
#E5EED8
(229,238,216)
#E8F0DE
(232,240,222)
#EBF2E4
(235,242,228)
#EEF4EA
(238,244,234)
#F1F6F0
(241,246,240)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E4BA; }

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

This text font color is #D6E4BA.


Background Color

.myBgColor { background-color: #D6E4BA; }

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

This div background color is #D6E4BA.


Border color

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

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

This div border color is #D6E4BA.


Opacity

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

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

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

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

This text has shadow with #D6E4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E4BA on black background.


Color preview on white background

This text has color #D6E4BA on white background.



Black color preview on #D6E4BA background

This text has black color on #D6E4BA background.


White color preview on #D6E4BA background

This text has white color on #D6E4BA background.