COLOR #D6EBCA

HEX: #D6EBCA
RGB: (214,235,202)

Color info

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

RGB color model

#D6EBCA color RGB value is (214,235,202).

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

RGB channels and saturation

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

214
235
202

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 202 = 651 (100%)
R 214 of 651 ~ 32.87%
G 235 of 651 ~ 36.1%
B 202 of 651 ~ 31.03%

%32.87
%36.1
%31.03

CMYK color model

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

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • 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.04
%7.84

Codes

Color #D6EBCA in popluar color models

D6EBCA
RGB214235202
HSL98°45.21%85.69%
HSB/HSV98°14.04%92.16%
CMYK8.94%0.00%14.04%
7.84%

Color #D6EBCA in popluar number systems.

HEXD6EBCA
Decimal214235202
Binary110101101110101111001010
Octal326353312

Shades and tints

Shades of #D6EBCA

#D6EBCA
(214,235,202)
#C3D6B8
(195,214,184)
#B0C1A6
(176,193,166)
#9DAC94
(157,172,148)
#8A9782
(138,151,130)
#778270
(119,130,112)
#646D5E
(100,109,94)
#51584C
(81,88,76)
#3E433A
(62,67,58)
#2B2E28
(43,46,40)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #D6EBCA

#D6EBCA
(214,235,202)
#D9ECCE
(217,236,206)
#DCEDD2
(220,237,210)
#DFEED6
(223,238,214)
#E2EFDA
(226,239,218)
#E5F0DE
(229,240,222)
#E8F1E2
(232,241,226)
#EBF2E6
(235,242,230)
#EEF3EA
(238,243,234)
#F1F4EE
(241,244,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBCA; }

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

This text font color is #D6EBCA.


Background Color

.myBgColor { background-color: #D6EBCA; }

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

This div background color is #D6EBCA.


Border color

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

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

This div border color is #D6EBCA.


Opacity

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

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

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

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

This text has shadow with #D6EBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBCA on black background.


Color preview on white background

This text has color #D6EBCA on white background.



Black color preview on #D6EBCA background

This text has black color on #D6EBCA background.


White color preview on #D6EBCA background

This text has white color on #D6EBCA background.