COLOR #D6DEBC

HEX: #D6DEBC
RGB: (214,222,188)

Color info

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

RGB color model

#D6DEBC color RGB value is (214,222,188).

  • red value is 214;
  • green value is 222;
  • blue value is 188.
RGB:
(214,222,188)
(84%,87%,74%)

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 188 of 255 = 74%

214
222
188

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

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 188 = 624 (100%)
R 214 of 624 ~ 34.29%
G 222 of 624 ~ 35.58%
B 188 of 624 ~ 30.13%

%34.29
%35.58
%30.13

CMYK color model

#D6DEBC color CMYK value is (4,0,15,13).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 12.94%
CMYK:
(4,0,15,13)
C4M0Y15K13 
(4%,0%,15%,13%)
(0.04/0.00/0.15/0.13)	

CMYK percentages

%3.6
%0
%15.32
%12.94

Codes

Color #D6DEBC in popluar color models

D6DEBC
RGB214222188
HSL74°34.00%80.39%
HSB/HSV74°15.32%87.06%
CMYK3.60%0.00%15.32%
12.94%

Color #D6DEBC in popluar number systems.

HEXD6DEBC
Decimal214222188
Binary110101101101111010111100
Octal326336274

Shades and tints

Shades of #D6DEBC

#D6DEBC
(214,222,188)
#C3CAAB
(195,202,171)
#B0B69A
(176,182,154)
#9DA289
(157,162,137)
#8A8E78
(138,142,120)
#777A67
(119,122,103)
#646656
(100,102,86)
#515245
(81,82,69)
#3E3E34
(62,62,52)
#2B2A23
(43,42,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #D6DEBC

#D6DEBC
(214,222,188)
#D9E1C2
(217,225,194)
#DCE4C8
(220,228,200)
#DFE7CE
(223,231,206)
#E2EAD4
(226,234,212)
#E5EDDA
(229,237,218)
#E8F0E0
(232,240,224)
#EBF3E6
(235,243,230)
#EEF6EC
(238,246,236)
#F1F9F2
(241,249,242)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DEBC color. Also use rgb(214,222,188) instead hex code.

Text Font Color

.myTextColor { color: #D6DEBC; }

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

This text font color is #D6DEBC.


Background Color

.myBgColor { background-color: #D6DEBC; }

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

This div background color is #D6DEBC.


Border color

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

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

This div border color is #D6DEBC.


Opacity

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

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

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

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

This text has shadow with #D6DEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DEBC on black background.


Color preview on white background

This text has color #D6DEBC on white background.



Black color preview on #D6DEBC background

This text has black color on #D6DEBC background.


White color preview on #D6DEBC background

This text has white color on #D6DEBC background.