COLOR #D6CBA8

HEX: #D6CBA8 RGB: (214,203,168)

Color info

#D6CBA8 contains red, green and blue colors in about the same proportion. Web safe color of #D6CBA8 is #CCCC99 (or #CC9).

RGB color model

#D6CBA8 color RGB value is (214,203,168).

RGB: (214,203,168) (84%, 80%, 66%)

RGB channels and saturation

R 214 of 255 = 84%
G 203 of 255 = 80%
B 168 of 255 = 66%

214
203
168

R + G + B ~ 77%. #D6CBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 203 + 168 = 585 (100%)
R 214 of 585 ~ 36.58%
G 203 of 585 ~ 34.7%
B 168 of 585 ~ 28.72'%

%36.58
%34.7
%28.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 21.50%
  • key color value is 16.08%

CMYK: (0,5,21,16)
C0M5Y21K16 (0%, 5%, 21%, 16%)
(0.00 / 0.05 / 0.21 / 0.16)

CMYK percentages

%0
%5.14
%21.5
%16.08

Codes

Color #D6CBA8 in popluar color models

D6 CB A8
RGB 214 203 168
HSL 46° 35.94% 74.90%
HSB/HSV 46° 21.50% 83.92%
CMYK 0.00% 5.14% 21.50%
16.08%

Color #D6CBA8 in popluar number systems.

HEX D6 CB A8
Decimal 214 203 168
Binary 11010110 11001011 10101000
Octal 326 313 250

Shades and tints

Shades of #D6CBA8

#D6CBA8
(214,203,168)
#C3B999
(195,185,153)
#B0A78A
(176,167,138)
#9D957B
(157,149,123)
#8A836C
(138,131,108)
#77715D
(119,113,93)
#645F4E
(100,95,78)
#514D3F
(81,77,63)
#3E3B30
(62,59,48)
#2B2921
(43,41,33)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #D6CBA8

#D6CBA8
(214,203,168)
#D9CFAF
(217,207,175)
#DCD3B6
(220,211,182)
#DFD7BD
(223,215,189)
#E2DBC4
(226,219,196)
#E5DFCB
(229,223,203)
#E8E3D2
(232,227,210)
#EBE7D9
(235,231,217)
#EEEBE0
(238,235,224)
#F1EFE7
(241,239,231)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CBA8 color. Also use rgb(214,203,168) instead hex code.

Text Font Color

.myTextColor { color: #D6CBA8; }

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

This text font color is #D6CBA8.

Background Color

.myBgColor { background-color: #D6CBA8; }

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

This div background color is #D6CBA8.

Border color

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

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

This div border color is #D6CBA8.

Opacity

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

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

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

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

This text has shadow with #D6CBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CBA8.

Preview

Color preview on black background

This text has color #D6CBA8 on black background.


Color preview on white background

This text has color #D6CBA8 on white background.


Black color preview on #D6CBA8 background

This text has black color on #D6CBA8 background.


White color preview on #D6CBA8 background

This text has white color on #D6CBA8 background.


Related colors

Complementary color

Complementary color for #hex is #293457.


I love getcolorcode.com

Triadic colors

1 #A8D6CB and #CBA8D6 with #D6CBA8 are triadic colors.

2 #A8CBD6 and #CBD6A8 with #D6CBA8 are triadic colors.