COLOR #D6E7C5

HEX: #D6E7C5
RGB: (214,231,197)

Color info

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

RGB color model

#D6E7C5 color RGB value is (214,231,197).

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

RGB channels and saturation

R 214 of 255 = 84%
G 231 of 255 = 91%
B 197 of 255 = 77%

214
231
197

R + G + B ~ 84%. #D6E7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 231 + 197 = 642 (100%)
R 214 of 642 ~ 33.33%
G 231 of 642 ~ 35.98%
B 197 of 642 ~ 30.69%

%33.33
%35.98
%30.69

CMYK color model

#D6E7C5 color CMYK value is (7,0,15,9).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 9.41%
CMYK:
(7,0,15,9)
C7M0Y15K9 
(7%,0%,15%,9%)
(0.07/0.00/0.15/0.09)	

CMYK percentages

%7.36
%0
%14.72
%9.41

Codes

Color #D6E7C5 in popluar color models

D6E7C5
RGB214231197
HSL90°41.46%83.92%
HSB/HSV90°14.72%90.59%
CMYK7.36%0.00%14.72%
9.41%

Color #D6E7C5 in popluar number systems.

HEXD6E7C5
Decimal214231197
Binary110101101110011111000101
Octal326347305

Shades and tints

Shades of #D6E7C5

#D6E7C5
(214,231,197)
#C3D2B4
(195,210,180)
#B0BDA3
(176,189,163)
#9DA892
(157,168,146)
#8A9381
(138,147,129)
#777E70
(119,126,112)
#64695F
(100,105,95)
#51544E
(81,84,78)
#3E3F3D
(62,63,61)
#2B2A2C
(43,42,44)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #D6E7C5

#D6E7C5
(214,231,197)
#D9E9CA
(217,233,202)
#DCEBCF
(220,235,207)
#DFEDD4
(223,237,212)
#E2EFD9
(226,239,217)
#E5F1DE
(229,241,222)
#E8F3E3
(232,243,227)
#EBF5E8
(235,245,232)
#EEF7ED
(238,247,237)
#F1F9F2
(241,249,242)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E7C5; }

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

This text font color is #D6E7C5.


Background Color

.myBgColor { background-color: #D6E7C5; }

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

This div background color is #D6E7C5.


Border color

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

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

This div border color is #D6E7C5.


Opacity

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

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

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

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

This text has shadow with #D6E7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E7C5 on black background.


Color preview on white background

This text has color #D6E7C5 on white background.



Black color preview on #D6E7C5 background

This text has black color on #D6E7C5 background.


White color preview on #D6E7C5 background

This text has white color on #D6E7C5 background.