COLOR #D7CABA

HEX: #D7CABA
RGB: (215,202,186)

Color info

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

RGB color model

#D7CABA color RGB value is (215,202,186).

  • red value is 215;
  • green value is 202;
  • blue value is 186.
RGB:
(215,202,186)
(84%,79%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 202 of 255 = 79%
B 186 of 255 = 73%

215
202
186

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

Portions of RGB colors in percentages

R + G + B =
215 + 202 + 186 = 603 (100%)
R 215 of 603 ~ 35.66%
G 202 of 603 ~ 33.5%
B 186 of 603 ~ 30.85%

%35.66
%33.5
%30.85

CMYK color model

#D7CABA color CMYK value is (0,6,13,16).

  • cyan value is 0.00%
  • magenta value is 6.05%
  • yellow value is 13.49%
  • key color value is 15.69%
CMYK:
(0,6,13,16)
C0M6Y13K16 
(0%,6%,13%,16%)
(0.00/0.06/0.13/0.16)	

CMYK percentages

%0
%6.05
%13.49
%15.69

Codes

Color #D7CABA in popluar color models

D7CABA
RGB215202186
HSL33°26.61%78.63%
HSB/HSV33°13.49%84.31%
CMYK0.00%6.05%13.49%
15.69%

Color #D7CABA in popluar number systems.

HEXD7CABA
Decimal215202186
Binary110101111100101010111010
Octal327312272

Shades and tints

Shades of #D7CABA

#D7CABA
(215,202,186)
#C4B8AA
(196,184,170)
#B1A69A
(177,166,154)
#9E948A
(158,148,138)
#8B827A
(139,130,122)
#78706A
(120,112,106)
#655E5A
(101,94,90)
#524C4A
(82,76,74)
#3F3A3A
(63,58,58)
#2C282A
(44,40,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #D7CABA

#D7CABA
(215,202,186)
#DACEC0
(218,206,192)
#DDD2C6
(221,210,198)
#E0D6CC
(224,214,204)
#E3DAD2
(227,218,210)
#E6DED8
(230,222,216)
#E9E2DE
(233,226,222)
#ECE6E4
(236,230,228)
#EFEAEA
(239,234,234)
#F2EEF0
(242,238,240)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CABA color. Also use rgb(215,202,186) instead hex code.

Text Font Color

.myTextColor { color: #D7CABA; }

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

This text font color is #D7CABA.


Background Color

.myBgColor { background-color: #D7CABA; }

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

This div background color is #D7CABA.


Border color

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

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

This div border color is #D7CABA.


Opacity

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

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

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

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

This text has shadow with #D7CABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CABA on black background.


Color preview on white background

This text has color #D7CABA on white background.



Black color preview on #D7CABA background

This text has black color on #D7CABA background.


White color preview on #D7CABA background

This text has white color on #D7CABA background.