COLOR #D6D7CC

HEX: #D6D7CC
RGB: (214,215,204)

Color info

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

RGB color model

#D6D7CC color RGB value is (214,215,204).

  • red value is 214;
  • green value is 215;
  • blue value is 204.
RGB:
(214,215,204)
(84%,84%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 215 of 255 = 84%
B 204 of 255 = 80%

214
215
204

R + G + B ~ 83%. #D6D7CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 215 + 204 = 633 (100%)
R 214 of 633 ~ 33.81%
G 215 of 633 ~ 33.97%
B 204 of 633 ~ 32.23%

%33.81
%33.97
%32.23

CMYK color model

#D6D7CC color CMYK value is (0,0,5,16).

  • cyan value is 0.47%
  • magenta value is 0.00%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(0,0,5,16)
C0M0Y5K16 
(0%,0%,5%,16%)
(0.00/0.00/0.05/0.16)	

CMYK percentages

%0.47
%0
%5.12
%15.69

Codes

Color #D6D7CC in popluar color models

D6D7CC
RGB214215204
HSL65°12.09%82.16%
HSB/HSV65°5.12%84.31%
CMYK0.47%0.00%5.12%
15.69%

Color #D6D7CC in popluar number systems.

HEXD6D7CC
Decimal214215204
Binary110101101101011111001100
Octal326327314

Shades and tints

Shades of #D6D7CC

#D6D7CC
(214,215,204)
#C3C4BA
(195,196,186)
#B0B1A8
(176,177,168)
#9D9E96
(157,158,150)
#8A8B84
(138,139,132)
#777872
(119,120,114)
#646560
(100,101,96)
#51524E
(81,82,78)
#3E3F3C
(62,63,60)
#2B2C2A
(43,44,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6D7CC

#D6D7CC
(214,215,204)
#D9DAD0
(217,218,208)
#DCDDD4
(220,221,212)
#DFE0D8
(223,224,216)
#E2E3DC
(226,227,220)
#E5E6E0
(229,230,224)
#E8E9E4
(232,233,228)
#EBECE8
(235,236,232)
#EEEFEC
(238,239,236)
#F1F2F0
(241,242,240)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D7CC color. Also use rgb(214,215,204) instead hex code.

Text Font Color

.myTextColor { color: #D6D7CC; }

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

This text font color is #D6D7CC.


Background Color

.myBgColor { background-color: #D6D7CC; }

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

This div background color is #D6D7CC.


Border color

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

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

This div border color is #D6D7CC.


Opacity

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

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

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

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

This text has shadow with #D6D7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D7CC on black background.


Color preview on white background

This text has color #D6D7CC on white background.



Black color preview on #D6D7CC background

This text has black color on #D6D7CC background.


White color preview on #D6D7CC background

This text has white color on #D6D7CC background.