COLOR #D2CE87

HEX: #D2CE87
RGB: (210,206,135)

Color info

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

RGB color model

#D2CE87 color RGB value is (210,206,135).

  • red value is 210;
  • green value is 206;
  • blue value is 135.
RGB:
(210,206,135)
(82%,81%,53%)

RGB channels and saturation

R 210 of 255 = 82%
G 206 of 255 = 81%
B 135 of 255 = 53%

210
206
135

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

Portions of RGB colors in percentages

R + G + B =
210 + 206 + 135 = 551 (100%)
R 210 of 551 ~ 38.11%
G 206 of 551 ~ 37.39%
B 135 of 551 ~ 24.5%

%38.11
%37.39
%24.5

CMYK color model

#D2CE87 color CMYK value is (0,2,36,18).

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 35.71%
  • key color value is 17.65%
CMYK:
(0,2,36,18)
C0M2Y36K18 
(0%,2%,36%,18%)
(0.00/0.02/0.36/0.18)	

CMYK percentages

%0
%1.9
%35.71
%17.65

Codes

Color #D2CE87 in popluar color models

D2CE87
RGB210206135
HSL57°45.45%67.65%
HSB/HSV57°35.71%82.35%
CMYK0.00%1.90%35.71%
17.65%

Color #D2CE87 in popluar number systems.

HEXD2CE87
Decimal210206135
Binary110100101100111010000111
Octal322316207

Shades and tints

Shades of #D2CE87

#D2CE87
(210,206,135)
#BFBC7B
(191,188,123)
#ACAA6F
(172,170,111)
#999863
(153,152,99)
#868657
(134,134,87)
#73744B
(115,116,75)
#60623F
(96,98,63)
#4D5033
(77,80,51)
#3A3E27
(58,62,39)
#272C1B
(39,44,27)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #D2CE87

#D2CE87
(210,206,135)
#D6D291
(214,210,145)
#DAD69B
(218,214,155)
#DEDAA5
(222,218,165)
#E2DEAF
(226,222,175)
#E6E2B9
(230,226,185)
#EAE6C3
(234,230,195)
#EEEACD
(238,234,205)
#F2EED7
(242,238,215)
#F6F2E1
(246,242,225)
#FAF6EB
(250,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CE87 color. Also use rgb(210,206,135) instead hex code.

Text Font Color

.myTextColor { color: #D2CE87; }

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

This text font color is #D2CE87.


Background Color

.myBgColor { background-color: #D2CE87; }

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

This div background color is #D2CE87.


Border color

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

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

This div border color is #D2CE87.


Opacity

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

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

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

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

This text has shadow with #D2CE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CE87 on black background.


Color preview on white background

This text has color #D2CE87 on white background.



Black color preview on #D2CE87 background

This text has black color on #D2CE87 background.


White color preview on #D2CE87 background

This text has white color on #D2CE87 background.