COLOR #D6E7B7

HEX: #D6E7B7
RGB: (214,231,183)

Color info

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

RGB color model

#D6E7B7 color RGB value is (214,231,183).

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

RGB channels and saturation

R 214 of 255 = 84%
G 231 of 255 = 91%
B 183 of 255 = 72%

214
231
183

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

Portions of RGB colors in percentages

R + G + B =
214 + 231 + 183 = 628 (100%)
R 214 of 628 ~ 34.08%
G 231 of 628 ~ 36.78%
B 183 of 628 ~ 29.14%

%34.08
%36.78
%29.14

CMYK color model

#D6E7B7 color CMYK value is (7,0,21,9).

  • cyan value is 7.36%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 9.41%
CMYK:
(7,0,21,9)
C7M0Y21K9 
(7%,0%,21%,9%)
(0.07/0.00/0.21/0.09)	

CMYK percentages

%7.36
%0
%20.78
%9.41

Codes

Color #D6E7B7 in popluar color models

D6E7B7
RGB214231183
HSL81°50.00%81.18%
HSB/HSV81°20.78%90.59%
CMYK7.36%0.00%20.78%
9.41%

Color #D6E7B7 in popluar number systems.

HEXD6E7B7
Decimal214231183
Binary110101101110011110110111
Octal326347267

Shades and tints

Shades of #D6E7B7

#D6E7B7
(214,231,183)
#C3D2A7
(195,210,167)
#B0BD97
(176,189,151)
#9DA887
(157,168,135)
#8A9377
(138,147,119)
#777E67
(119,126,103)
#646957
(100,105,87)
#515447
(81,84,71)
#3E3F37
(62,63,55)
#2B2A27
(43,42,39)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #D6E7B7

#D6E7B7
(214,231,183)
#D9E9BD
(217,233,189)
#DCEBC3
(220,235,195)
#DFEDC9
(223,237,201)
#E2EFCF
(226,239,207)
#E5F1D5
(229,241,213)
#E8F3DB
(232,243,219)
#EBF5E1
(235,245,225)
#EEF7E7
(238,247,231)
#F1F9ED
(241,249,237)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E7B7; }

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

This text font color is #D6E7B7.


Background Color

.myBgColor { background-color: #D6E7B7; }

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

This div background color is #D6E7B7.


Border color

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

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

This div border color is #D6E7B7.


Opacity

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

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

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

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

This text has shadow with #D6E7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E7B7 on black background.


Color preview on white background

This text has color #D6E7B7 on white background.



Black color preview on #D6E7B7 background

This text has black color on #D6E7B7 background.


White color preview on #D6E7B7 background

This text has white color on #D6E7B7 background.