COLOR #D5CABF

HEX: #D5CABF
RGB: (213,202,191)

Color info

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

RGB color model

#D5CABF color RGB value is (213,202,191).

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

RGB channels and saturation

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

213
202
191

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

Portions of RGB colors in percentages

R + G + B =
213 + 202 + 191 = 606 (100%)
R 213 of 606 ~ 35.15%
G 202 of 606 ~ 33.33%
B 191 of 606 ~ 31.52%

%35.15
%33.33
%31.52

CMYK color model

#D5CABF color CMYK value is (0,5,10,16).

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(0,5,10,16)
C0M5Y10K16 
(0%,5%,10%,16%)
(0.00/0.05/0.10/0.16)	

CMYK percentages

%0
%5.16
%10.33
%16.47

Codes

Color #D5CABF in popluar color models

D5CABF
RGB213202191
HSL30°20.75%79.22%
HSB/HSV30°10.33%83.53%
CMYK0.00%5.16%10.33%
16.47%

Color #D5CABF in popluar number systems.

HEXD5CABF
Decimal213202191
Binary110101011100101010111111
Octal325312277

Shades and tints

Shades of #D5CABF

#D5CABF
(213,202,191)
#C2B8AE
(194,184,174)
#AFA69D
(175,166,157)
#9C948C
(156,148,140)
#89827B
(137,130,123)
#76706A
(118,112,106)
#635E59
(99,94,89)
#504C48
(80,76,72)
#3D3A37
(61,58,55)
#2A2826
(42,40,38)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #D5CABF

#D5CABF
(213,202,191)
#D8CEC4
(216,206,196)
#DBD2C9
(219,210,201)
#DED6CE
(222,214,206)
#E1DAD3
(225,218,211)
#E4DED8
(228,222,216)
#E7E2DD
(231,226,221)
#EAE6E2
(234,230,226)
#EDEAE7
(237,234,231)
#F0EEEC
(240,238,236)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CABF; }

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

This text font color is #D5CABF.


Background Color

.myBgColor { background-color: #D5CABF; }

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

This div background color is #D5CABF.


Border color

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

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

This div border color is #D5CABF.


Opacity

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

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

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

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

This text has shadow with #D5CABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CABF on black background.


Color preview on white background

This text has color #D5CABF on white background.



Black color preview on #D5CABF background

This text has black color on #D5CABF background.


White color preview on #D5CABF background

This text has white color on #D5CABF background.