COLOR #D6EFC5

HEX: #D6EFC5
RGB: (214,239,197)

Color info

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

RGB color model

#D6EFC5 color RGB value is (214,239,197).

  • red value is 214;
  • green value is 239;
  • blue value is 197.
RGB:
(214,239,197)
(84%,94%,77%)

RGB channels and saturation

R 214 of 255 = 84%
G 239 of 255 = 94%
B 197 of 255 = 77%

214
239
197

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

Portions of RGB colors in percentages

R + G + B =
214 + 239 + 197 = 650 (100%)
R 214 of 650 ~ 32.92%
G 239 of 650 ~ 36.77%
B 197 of 650 ~ 30.31%

%32.92
%36.77
%30.31

CMYK color model

#D6EFC5 color CMYK value is (10,0,18,6).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(10,0,18,6)
C10M0Y18K6 
(10%,0%,18%,6%)
(0.10/0.00/0.18/0.06)	

CMYK percentages

%10.46
%0
%17.57
%6.27

Codes

Color #D6EFC5 in popluar color models

D6EFC5
RGB214239197
HSL96°56.76%85.49%
HSB/HSV96°17.57%93.73%
CMYK10.46%0.00%17.57%
6.27%

Color #D6EFC5 in popluar number systems.

HEXD6EFC5
Decimal214239197
Binary110101101110111111000101
Octal326357305

Shades and tints

Shades of #D6EFC5

#D6EFC5
(214,239,197)
#C3DAB4
(195,218,180)
#B0C5A3
(176,197,163)
#9DB092
(157,176,146)
#8A9B81
(138,155,129)
#778670
(119,134,112)
#64715F
(100,113,95)
#515C4E
(81,92,78)
#3E473D
(62,71,61)
#2B322C
(43,50,44)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #D6EFC5

#D6EFC5
(214,239,197)
#D9F0CA
(217,240,202)
#DCF1CF
(220,241,207)
#DFF2D4
(223,242,212)
#E2F3D9
(226,243,217)
#E5F4DE
(229,244,222)
#E8F5E3
(232,245,227)
#EBF6E8
(235,246,232)
#EEF7ED
(238,247,237)
#F1F8F2
(241,248,242)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EFC5 color. Also use rgb(214,239,197) instead hex code.

Text Font Color

.myTextColor { color: #D6EFC5; }

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

This text font color is #D6EFC5.


Background Color

.myBgColor { background-color: #D6EFC5; }

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

This div background color is #D6EFC5.


Border color

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

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

This div border color is #D6EFC5.


Opacity

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

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

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

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

This text has shadow with #D6EFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EFC5 on black background.


Color preview on white background

This text has color #D6EFC5 on white background.



Black color preview on #D6EFC5 background

This text has black color on #D6EFC5 background.


White color preview on #D6EFC5 background

This text has white color on #D6EFC5 background.