COLOR #D6E1B7

HEX: #D6E1B7
RGB: (214,225,183)

Color info

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

RGB color model

#D6E1B7 color RGB value is (214,225,183).

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

RGB channels and saturation

R 214 of 255 = 84%
G 225 of 255 = 88%
B 183 of 255 = 72%

214
225
183

R + G + B ~ 81%. #D6E1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 225 + 183 = 622 (100%)
R 214 of 622 ~ 34.41%
G 225 of 622 ~ 36.17%
B 183 of 622 ~ 29.42%

%34.41
%36.17
%29.42

CMYK color model

#D6E1B7 color CMYK value is (5,0,19,12).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(5,0,19,12)
C5M0Y19K12 
(5%,0%,19%,12%)
(0.05/0.00/0.19/0.12)	

CMYK percentages

%4.89
%0
%18.67
%11.76

Codes

Color #D6E1B7 in popluar color models

D6E1B7
RGB214225183
HSL76°41.18%80.00%
HSB/HSV76°18.67%88.24%
CMYK4.89%0.00%18.67%
11.76%

Color #D6E1B7 in popluar number systems.

HEXD6E1B7
Decimal214225183
Binary110101101110000110110111
Octal326341267

Shades and tints

Shades of #D6E1B7

#D6E1B7
(214,225,183)
#C3CDA7
(195,205,167)
#B0B997
(176,185,151)
#9DA587
(157,165,135)
#8A9177
(138,145,119)
#777D67
(119,125,103)
#646957
(100,105,87)
#515547
(81,85,71)
#3E4137
(62,65,55)
#2B2D27
(43,45,39)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #D6E1B7

#D6E1B7
(214,225,183)
#D9E3BD
(217,227,189)
#DCE5C3
(220,229,195)
#DFE7C9
(223,231,201)
#E2E9CF
(226,233,207)
#E5EBD5
(229,235,213)
#E8EDDB
(232,237,219)
#EBEFE1
(235,239,225)
#EEF1E7
(238,241,231)
#F1F3ED
(241,243,237)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E1B7; }

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

This text font color is #D6E1B7.


Background Color

.myBgColor { background-color: #D6E1B7; }

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

This div background color is #D6E1B7.


Border color

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

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

This div border color is #D6E1B7.


Opacity

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

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

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

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

This text has shadow with #D6E1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E1B7 on black background.


Color preview on white background

This text has color #D6E1B7 on white background.



Black color preview on #D6E1B7 background

This text has black color on #D6E1B7 background.


White color preview on #D6E1B7 background

This text has white color on #D6E1B7 background.