COLOR #D6DBC0

HEX: #D6DBC0
RGB: (214,219,192)

Color info

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

RGB color model

#D6DBC0 color RGB value is (214,219,192).

  • red value is 214;
  • green value is 219;
  • blue value is 192.
RGB: (214,219,192) (84%,86%,75%)

RGB channels and saturation

R 214 of 255 = 84%
G 219 of 255 = 86%
B 192 of 255 = 75%

214
219
192

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

Portions of RGB colors in percentages

R + G + B =
214 + 219 + 192 = 625 (100%)
R 214 of 625 ~ 34.24%
G 219 of 625 ~ 35.04%
B 192 of 625 ~ 30.72%

%34.24
%35.04
%30.72

CMYK color model

#D6DBC0 color CMYK value is (2,0,12,14).

  • cyan value is 2.28%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 14.12%
CMYK: (2,0,12,14) C2M0Y12K14 (2%,0%,12%,14%) (0.02/0.00/0.12/0.14)

CMYK percentages

%2.28
%0
%12.33
%14.12

Codes

Color #D6DBC0 in popluar color models

D6DBC0
RGB214219192
HSL71°27.27%80.59%
HSB/HSV71°12.33%85.88%
CMYK2.28%0.00%12.33%
14.12%

Color #D6DBC0 in popluar number systems.

HEXD6DBC0
Decimal214219192
Binary110101101101101111000000
Octal326333300

Shades and tints

Shades of #D6DBC0

#D6DBC0
(214,219,192)
#C3C8AF
(195,200,175)
#B0B59E
(176,181,158)
#9DA28D
(157,162,141)
#8A8F7C
(138,143,124)
#777C6B
(119,124,107)
#64695A
(100,105,90)
#515649
(81,86,73)
#3E4338
(62,67,56)
#2B3027
(43,48,39)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #D6DBC0

#D6DBC0
(214,219,192)
#D9DEC5
(217,222,197)
#DCE1CA
(220,225,202)
#DFE4CF
(223,228,207)
#E2E7D4
(226,231,212)
#E5EAD9
(229,234,217)
#E8EDDE
(232,237,222)
#EBF0E3
(235,240,227)
#EEF3E8
(238,243,232)
#F1F6ED
(241,246,237)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DBC0 color. Also use rgb(214,219,192) instead hex code.

Text Font Color

.myTextColor { color: #D6DBC0; }

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

This text font color is #D6DBC0.


Background Color

.myBgColor { background-color: #D6DBC0; }

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

This div background color is #D6DBC0.


Border color

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

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

This div border color is #D6DBC0.


Opacity

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

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

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

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

This text has shadow with #D6DBC0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6DBC0 on black background.


Color preview on white background

This text has color #D6DBC0 on white background.



Black color preview on #D6DBC0 background

This text has black color on #D6DBC0 background.


White color preview on #D6DBC0 background

This text has white color on #D6DBC0 background.