COLOR #D5CABE

HEX: #D5CABE
RGB: (213,202,190)

Color info

#D5CABE contains red, green and blue colors in about the same proportion. Web safe color of #D5CABE is #CCCCCC (or #CCC).

RGB color model

#D5CABE color RGB value is (213,202,190).

  • red value is 213;
  • green value is 202;
  • blue value is 190.
RGB:
(213,202,190)
(84%,79%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 202 of 255 = 79%
B 190 of 255 = 75%

213
202
190

R + G + B ~ 79%. #D5CABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 202 + 190 = 605 (100%)
R 213 of 605 ~ 35.21%
G 202 of 605 ~ 33.39%
B 190 of 605 ~ 31.4%

%35.21
%33.39
%31.4

CMYK color model

#D5CABE color CMYK value is (0,5,11,16).

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(0,5,11,16)
C0M5Y11K16 
(0%,5%,11%,16%)
(0.00/0.05/0.11/0.16)	

CMYK percentages

%0
%5.16
%10.8
%16.47

Codes

Color #D5CABE in popluar color models

D5CABE
RGB213202190
HSL31°21.50%79.02%
HSB/HSV31°10.80%83.53%
CMYK0.00%5.16%10.80%
16.47%

Color #D5CABE in popluar number systems.

HEXD5CABE
Decimal213202190
Binary110101011100101010111110
Octal325312276

Shades and tints

Shades of #D5CABE

#D5CABE
(213,202,190)
#C2B8AD
(194,184,173)
#AFA69C
(175,166,156)
#9C948B
(156,148,139)
#89827A
(137,130,122)
#767069
(118,112,105)
#635E58
(99,94,88)
#504C47
(80,76,71)
#3D3A36
(61,58,54)
#2A2825
(42,40,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #D5CABE

#D5CABE
(213,202,190)
#D8CEC3
(216,206,195)
#DBD2C8
(219,210,200)
#DED6CD
(222,214,205)
#E1DAD2
(225,218,210)
#E4DED7
(228,222,215)
#E7E2DC
(231,226,220)
#EAE6E1
(234,230,225)
#EDEAE6
(237,234,230)
#F0EEEB
(240,238,235)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CABE color. Also use rgb(213,202,190) instead hex code.

Text Font Color

.myTextColor { color: #D5CABE; }

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

This text font color is #D5CABE.


Background Color

.myBgColor { background-color: #D5CABE; }

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

This div background color is #D5CABE.


Border color

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

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

This div border color is #D5CABE.


Opacity

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

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

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

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

This text has shadow with #D5CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CABE on black background.


Color preview on white background

This text has color #D5CABE on white background.



Black color preview on #D5CABE background

This text has black color on #D5CABE background.


White color preview on #D5CABE background

This text has white color on #D5CABE background.