COLOR #D9CABE

HEX: #D9CABE
RGB: (217,202,190)

Color info

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

RGB color model

#D9CABE color RGB value is (217,202,190).

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

RGB channels and saturation

R 217 of 255 = 85%
G 202 of 255 = 79%
B 190 of 255 = 75%

217
202
190

R + G + B ~ 80%. #D9CABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 202 + 190 = 609 (100%)
R 217 of 609 ~ 35.63%
G 202 of 609 ~ 33.17%
B 190 of 609 ~ 31.2%

%35.63
%33.17
%31.2

CMYK color model

#D9CABE color CMYK value is (0,7,12,15).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(0,7,12,15)
C0M7Y12K15 
(0%,7%,12%,15%)
(0.00/0.07/0.12/0.15)	

CMYK percentages

%0
%6.91
%12.44
%14.9

Codes

Color #D9CABE in popluar color models

D9CABE
RGB217202190
HSL27°26.21%79.80%
HSB/HSV27°12.44%85.10%
CMYK0.00%6.91%12.44%
14.90%

Color #D9CABE in popluar number systems.

HEXD9CABE
Decimal217202190
Binary110110011100101010111110
Octal331312276

Shades and tints

Shades of #D9CABE

#D9CABE
(217,202,190)
#C6B8AD
(198,184,173)
#B3A69C
(179,166,156)
#A0948B
(160,148,139)
#8D827A
(141,130,122)
#7A7069
(122,112,105)
#675E58
(103,94,88)
#544C47
(84,76,71)
#413A36
(65,58,54)
#2E2825
(46,40,37)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #D9CABE

#D9CABE
(217,202,190)
#DCCEC3
(220,206,195)
#DFD2C8
(223,210,200)
#E2D6CD
(226,214,205)
#E5DAD2
(229,218,210)
#E8DED7
(232,222,215)
#EBE2DC
(235,226,220)
#EEE6E1
(238,230,225)
#F1EAE6
(241,234,230)
#F4EEEB
(244,238,235)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CABE; }

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

This text font color is #D9CABE.


Background Color

.myBgColor { background-color: #D9CABE; }

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

This div background color is #D9CABE.


Border color

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

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

This div border color is #D9CABE.


Opacity

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

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

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

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

This text has shadow with #D9CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CABE on black background.


Color preview on white background

This text has color #D9CABE on white background.



Black color preview on #D9CABE background

This text has black color on #D9CABE background.


White color preview on #D9CABE background

This text has white color on #D9CABE background.