COLOR #D6CDA8

HEX: #D6CDA8
RGB: (214,205,168)

Color info

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

RGB color model

#D6CDA8 color RGB value is (214,205,168).

  • red value is 214;
  • green value is 205;
  • blue value is 168.
RGB:
(214,205,168)
(84%,80%,66%)

RGB channels and saturation

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

214
205
168

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

Portions of RGB colors in percentages

R + G + B =
214 + 205 + 168 = 587 (100%)
R 214 of 587 ~ 36.46%
G 205 of 587 ~ 34.92%
B 168 of 587 ~ 28.62%

%36.46
%34.92
%28.62

CMYK color model

#D6CDA8 color CMYK value is (0,4,21,16).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 21.50%
  • key color value is 16.08%
CMYK:
(0,4,21,16)
C0M4Y21K16 
(0%,4%,21%,16%)
(0.00/0.04/0.21/0.16)	

CMYK percentages

%0
%4.21
%21.5
%16.08

Codes

Color #D6CDA8 in popluar color models

D6CDA8
RGB214205168
HSL48°35.94%74.90%
HSB/HSV48°21.50%83.92%
CMYK0.00%4.21%21.50%
16.08%

Color #D6CDA8 in popluar number systems.

HEXD6CDA8
Decimal214205168
Binary110101101100110110101000
Octal326315250

Shades and tints

Shades of #D6CDA8

#D6CDA8
(214,205,168)
#C3BB99
(195,187,153)
#B0A98A
(176,169,138)
#9D977B
(157,151,123)
#8A856C
(138,133,108)
#77735D
(119,115,93)
#64614E
(100,97,78)
#514F3F
(81,79,63)
#3E3D30
(62,61,48)
#2B2B21
(43,43,33)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #D6CDA8

#D6CDA8
(214,205,168)
#D9D1AF
(217,209,175)
#DCD5B6
(220,213,182)
#DFD9BD
(223,217,189)
#E2DDC4
(226,221,196)
#E5E1CB
(229,225,203)
#E8E5D2
(232,229,210)
#EBE9D9
(235,233,217)
#EEEDE0
(238,237,224)
#F1F1E7
(241,241,231)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CDA8; }

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

This text font color is #D6CDA8.


Background Color

.myBgColor { background-color: #D6CDA8; }

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

This div background color is #D6CDA8.


Border color

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

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

This div border color is #D6CDA8.


Opacity

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

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

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

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

This text has shadow with #D6CDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CDA8 on black background.


Color preview on white background

This text has color #D6CDA8 on white background.



Black color preview on #D6CDA8 background

This text has black color on #D6CDA8 background.


White color preview on #D6CDA8 background

This text has white color on #D6CDA8 background.