COLOR #D7CC94

HEX: #D7CC94
RGB: (215,204,148)

Color info

#D7CC94 contains mainly red and green colors. Web safe color of #D7CC94 is #CCCC99 (or #CC9).

RGB color model

#D7CC94 color RGB value is (215,204,148).

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

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 148 of 255 = 58%

215
204
148

R + G + B ~ 74%. #D7CC94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 148 = 567 (100%)
R 215 of 567 ~ 37.92%
G 204 of 567 ~ 35.98%
B 148 of 567 ~ 26.1%

%37.92
%35.98
%26.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 31.16%
  • key color value is 15.69%
CMYK:
(0,5,31,16)
C0M5Y31K16 
(0%,5%,31%,16%)
(0.00/0.05/0.31/0.16)	

CMYK percentages

%0
%5.12
%31.16
%15.69

Codes

Color #D7CC94 in popluar color models

D7CC94
RGB215204148
HSL50°45.58%71.18%
HSB/HSV50°31.16%84.31%
CMYK0.00%5.12%31.16%
15.69%

Color #D7CC94 in popluar number systems.

HEXD7CC94
Decimal215204148
Binary110101111100110010010100
Octal327314224

Shades and tints

Shades of #D7CC94

#D7CC94
(215,204,148)
#C4BA87
(196,186,135)
#B1A87A
(177,168,122)
#9E966D
(158,150,109)
#8B8460
(139,132,96)
#787253
(120,114,83)
#656046
(101,96,70)
#524E39
(82,78,57)
#3F3C2C
(63,60,44)
#2C2A1F
(44,42,31)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #D7CC94

#D7CC94
(215,204,148)
#DAD09D
(218,208,157)
#DDD4A6
(221,212,166)
#E0D8AF
(224,216,175)
#E3DCB8
(227,220,184)
#E6E0C1
(230,224,193)
#E9E4CA
(233,228,202)
#ECE8D3
(236,232,211)
#EFECDC
(239,236,220)
#F2F0E5
(242,240,229)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CC94; }

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

This text font color is #D7CC94.


Background Color

.myBgColor { background-color: #D7CC94; }

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

This div background color is #D7CC94.


Border color

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

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

This div border color is #D7CC94.


Opacity

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

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

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

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

This text has shadow with #D7CC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CC94 on black background.


Color preview on white background

This text has color #D7CC94 on white background.



Black color preview on #D7CC94 background

This text has black color on #D7CC94 background.


White color preview on #D7CC94 background

This text has white color on #D7CC94 background.