COLOR #D5CE86

HEX: #D5CE86
RGB: (213,206,134)

Color info

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

RGB color model

#D5CE86 color RGB value is (213,206,134).

  • red value is 213;
  • green value is 206;
  • blue value is 134.
RGB:
(213,206,134)
(84%,81%,53%)

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 134 of 255 = 53%

213
206
134

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

Portions of RGB colors in percentages

R + G + B =
213 + 206 + 134 = 553 (100%)
R 213 of 553 ~ 38.52%
G 206 of 553 ~ 37.25%
B 134 of 553 ~ 24.23%

%38.52
%37.25
%24.23

CMYK color model

#D5CE86 color CMYK value is (0,3,37,16).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 37.09%
  • key color value is 16.47%
CMYK:
(0,3,37,16)
C0M3Y37K16 
(0%,3%,37%,16%)
(0.00/0.03/0.37/0.16)	

CMYK percentages

%0
%3.29
%37.09
%16.47

Codes

Color #D5CE86 in popluar color models

D5CE86
RGB213206134
HSL55°48.47%68.04%
HSB/HSV55°37.09%83.53%
CMYK0.00%3.29%37.09%
16.47%

Color #D5CE86 in popluar number systems.

HEXD5CE86
Decimal213206134
Binary110101011100111010000110
Octal325316206

Shades and tints

Shades of #D5CE86

#D5CE86
(213,206,134)
#C2BC7A
(194,188,122)
#AFAA6E
(175,170,110)
#9C9862
(156,152,98)
#898656
(137,134,86)
#76744A
(118,116,74)
#63623E
(99,98,62)
#505032
(80,80,50)
#3D3E26
(61,62,38)
#2A2C1A
(42,44,26)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #D5CE86

#D5CE86
(213,206,134)
#D8D291
(216,210,145)
#DBD69C
(219,214,156)
#DEDAA7
(222,218,167)
#E1DEB2
(225,222,178)
#E4E2BD
(228,226,189)
#E7E6C8
(231,230,200)
#EAEAD3
(234,234,211)
#EDEEDE
(237,238,222)
#F0F2E9
(240,242,233)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CE86 color. Also use rgb(213,206,134) instead hex code.

Text Font Color

.myTextColor { color: #D5CE86; }

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

This text font color is #D5CE86.


Background Color

.myBgColor { background-color: #D5CE86; }

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

This div background color is #D5CE86.


Border color

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

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

This div border color is #D5CE86.


Opacity

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

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

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

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

This text has shadow with #D5CE86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CE86 on black background.


Color preview on white background

This text has color #D5CE86 on white background.



Black color preview on #D5CE86 background

This text has black color on #D5CE86 background.


White color preview on #D5CE86 background

This text has white color on #D5CE86 background.