COLOR #D7CCAE

HEX: #D7CCAE
RGB: (215,204,174)

Color info

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

RGB color model

#D7CCAE color RGB value is (215,204,174).

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

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 174 of 255 = 68%

215
204
174

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

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 174 = 593 (100%)
R 215 of 593 ~ 36.26%
G 204 of 593 ~ 34.4%
B 174 of 593 ~ 29.34%

%36.26
%34.4
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(0,5,19,16)
C0M5Y19K16 
(0%,5%,19%,16%)
(0.00/0.05/0.19/0.16)	

CMYK percentages

%0
%5.12
%19.07
%15.69

Codes

Color #D7CCAE in popluar color models

D7CCAE
RGB215204174
HSL44°33.88%76.27%
HSB/HSV44°19.07%84.31%
CMYK0.00%5.12%19.07%
15.69%

Color #D7CCAE in popluar number systems.

HEXD7CCAE
Decimal215204174
Binary110101111100110010101110
Octal327314256

Shades and tints

Shades of #D7CCAE

#D7CCAE
(215,204,174)
#C4BA9F
(196,186,159)
#B1A890
(177,168,144)
#9E9681
(158,150,129)
#8B8472
(139,132,114)
#787263
(120,114,99)
#656054
(101,96,84)
#524E45
(82,78,69)
#3F3C36
(63,60,54)
#2C2A27
(44,42,39)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #D7CCAE

#D7CCAE
(215,204,174)
#DAD0B5
(218,208,181)
#DDD4BC
(221,212,188)
#E0D8C3
(224,216,195)
#E3DCCA
(227,220,202)
#E6E0D1
(230,224,209)
#E9E4D8
(233,228,216)
#ECE8DF
(236,232,223)
#EFECE6
(239,236,230)
#F2F0ED
(242,240,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCAE; }

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

This text font color is #D7CCAE.


Background Color

.myBgColor { background-color: #D7CCAE; }

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

This div background color is #D7CCAE.


Border color

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

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

This div border color is #D7CCAE.


Opacity

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

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

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

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

This text has shadow with #D7CCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCAE on black background.


Color preview on white background

This text has color #D7CCAE on white background.



Black color preview on #D7CCAE background

This text has black color on #D7CCAE background.


White color preview on #D7CCAE background

This text has white color on #D7CCAE background.