COLOR #D7C68E

HEX: #D7C68E
RGB: (215,198,142)

Color info

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

RGB color model

#D7C68E color RGB value is (215,198,142).

  • red value is 215;
  • green value is 198;
  • blue value is 142.
RGB:
(215,198,142)
(84%,78%,56%)

RGB channels and saturation

R 215 of 255 = 84%
G 198 of 255 = 78%
B 142 of 255 = 56%

215
198
142

R + G + B ~ 73%. #D7C68E is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 198 + 142 = 555 (100%)
R 215 of 555 ~ 38.74%
G 198 of 555 ~ 35.68%
B 142 of 555 ~ 25.59%

%38.74
%35.68
%25.59

CMYK color model

#D7C68E color CMYK value is (0,8,34,16).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 33.95%
  • key color value is 15.69%
CMYK:
(0,8,34,16)
C0M8Y34K16 
(0%,8%,34%,16%)
(0.00/0.08/0.34/0.16)	

CMYK percentages

%0
%7.91
%33.95
%15.69

Codes

Color #D7C68E in popluar color models

D7C68E
RGB215198142
HSL46°47.71%70.00%
HSB/HSV46°33.95%84.31%
CMYK0.00%7.91%33.95%
15.69%

Color #D7C68E in popluar number systems.

HEXD7C68E
Decimal215198142
Binary110101111100011010001110
Octal327306216

Shades and tints

Shades of #D7C68E

#D7C68E
(215,198,142)
#C4B482
(196,180,130)
#B1A276
(177,162,118)
#9E906A
(158,144,106)
#8B7E5E
(139,126,94)
#786C52
(120,108,82)
#655A46
(101,90,70)
#52483A
(82,72,58)
#3F362E
(63,54,46)
#2C2422
(44,36,34)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #D7C68E

#D7C68E
(215,198,142)
#DACB98
(218,203,152)
#DDD0A2
(221,208,162)
#E0D5AC
(224,213,172)
#E3DAB6
(227,218,182)
#E6DFC0
(230,223,192)
#E9E4CA
(233,228,202)
#ECE9D4
(236,233,212)
#EFEEDE
(239,238,222)
#F2F3E8
(242,243,232)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C68E color. Also use rgb(215,198,142) instead hex code.

Text Font Color

.myTextColor { color: #D7C68E; }

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

This text font color is #D7C68E.


Background Color

.myBgColor { background-color: #D7C68E; }

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

This div background color is #D7C68E.


Border color

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

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

This div border color is #D7C68E.


Opacity

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

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

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

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

This text has shadow with #D7C68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C68E on black background.


Color preview on white background

This text has color #D7C68E on white background.



Black color preview on #D7C68E background

This text has black color on #D7C68E background.


White color preview on #D7C68E background

This text has white color on #D7C68E background.