COLOR #D5CEB3

HEX: #D5CEB3
RGB: (213,206,179)

Color info

#D5CEB3 contains red, green and blue colors in about the same proportion. Web safe color of #D5CEB3 is #CCCC99 (or #CC9).

RGB color model

#D5CEB3 color RGB value is (213,206,179).

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

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 179 of 255 = 70%

213
206
179

R + G + B ~ 78%. #D5CEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 206 + 179 = 598 (100%)
R 213 of 598 ~ 35.62%
G 206 of 598 ~ 34.45%
B 179 of 598 ~ 29.93%

%35.62
%34.45
%29.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 15.96%
  • key color value is 16.47%
CMYK:
(0,3,16,16)
C0M3Y16K16 
(0%,3%,16%,16%)
(0.00/0.03/0.16/0.16)	

CMYK percentages

%0
%3.29
%15.96
%16.47

Codes

Color #D5CEB3 in popluar color models

D5CEB3
RGB213206179
HSL48°28.81%76.86%
HSB/HSV48°15.96%83.53%
CMYK0.00%3.29%15.96%
16.47%

Color #D5CEB3 in popluar number systems.

HEXD5CEB3
Decimal213206179
Binary110101011100111010110011
Octal325316263

Shades and tints

Shades of #D5CEB3

#D5CEB3
(213,206,179)
#C2BCA3
(194,188,163)
#AFAA93
(175,170,147)
#9C9883
(156,152,131)
#898673
(137,134,115)
#767463
(118,116,99)
#636253
(99,98,83)
#505043
(80,80,67)
#3D3E33
(61,62,51)
#2A2C23
(42,44,35)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #D5CEB3

#D5CEB3
(213,206,179)
#D8D2B9
(216,210,185)
#DBD6BF
(219,214,191)
#DEDAC5
(222,218,197)
#E1DECB
(225,222,203)
#E4E2D1
(228,226,209)
#E7E6D7
(231,230,215)
#EAEADD
(234,234,221)
#EDEEE3
(237,238,227)
#F0F2E9
(240,242,233)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CEB3; }

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

This text font color is #D5CEB3.


Background Color

.myBgColor { background-color: #D5CEB3; }

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

This div background color is #D5CEB3.


Border color

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

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

This div border color is #D5CEB3.


Opacity

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

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

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

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

This text has shadow with #D5CEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CEB3 on black background.


Color preview on white background

This text has color #D5CEB3 on white background.



Black color preview on #D5CEB3 background

This text has black color on #D5CEB3 background.


White color preview on #D5CEB3 background

This text has white color on #D5CEB3 background.