COLOR #D5C78C

HEX: #D5C78C
RGB: (213,199,140)

Color info

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

RGB color model

#D5C78C color RGB value is (213,199,140).

  • red value is 213;
  • green value is 199;
  • blue value is 140.
RGB:
(213,199,140)
(84%,78%,55%)

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 140 of 255 = 55%

213
199
140

R + G + B ~ 72%. #D5C78C is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 199 + 140 = 552 (100%)
R 213 of 552 ~ 38.59%
G 199 of 552 ~ 36.05%
B 140 of 552 ~ 25.36%

%38.59
%36.05
%25.36

CMYK color model

#D5C78C color CMYK value is (0,7,34,16).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 34.27%
  • key color value is 16.47%
CMYK:
(0,7,34,16)
C0M7Y34K16 
(0%,7%,34%,16%)
(0.00/0.07/0.34/0.16)	

CMYK percentages

%0
%6.57
%34.27
%16.47

Codes

Color #D5C78C in popluar color models

D5C78C
RGB213199140
HSL48°46.50%69.22%
HSB/HSV48°34.27%83.53%
CMYK0.00%6.57%34.27%
16.47%

Color #D5C78C in popluar number systems.

HEXD5C78C
Decimal213199140
Binary110101011100011110001100
Octal325307214

Shades and tints

Shades of #D5C78C

#D5C78C
(213,199,140)
#C2B580
(194,181,128)
#AFA374
(175,163,116)
#9C9168
(156,145,104)
#897F5C
(137,127,92)
#766D50
(118,109,80)
#635B44
(99,91,68)
#504938
(80,73,56)
#3D372C
(61,55,44)
#2A2520
(42,37,32)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #D5C78C

#D5C78C
(213,199,140)
#D8CC96
(216,204,150)
#DBD1A0
(219,209,160)
#DED6AA
(222,214,170)
#E1DBB4
(225,219,180)
#E4E0BE
(228,224,190)
#E7E5C8
(231,229,200)
#EAEAD2
(234,234,210)
#EDEFDC
(237,239,220)
#F0F4E6
(240,244,230)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C78C color. Also use rgb(213,199,140) instead hex code.

Text Font Color

.myTextColor { color: #D5C78C; }

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

This text font color is #D5C78C.


Background Color

.myBgColor { background-color: #D5C78C; }

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

This div background color is #D5C78C.


Border color

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

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

This div border color is #D5C78C.


Opacity

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

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

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

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

This text has shadow with #D5C78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C78C on black background.


Color preview on white background

This text has color #D5C78C on white background.



Black color preview on #D5C78C background

This text has black color on #D5C78C background.


White color preview on #D5C78C background

This text has white color on #D5C78C background.