COLOR #D6CACE

HEX: #D6CACE
RGB: (214,202,206)

Color info

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

RGB color model

#D6CACE color RGB value is (214,202,206).

  • red value is 214;
  • green value is 202;
  • blue value is 206.
RGB:
(214,202,206)
(84%,79%,81%)

RGB channels and saturation

R 214 of 255 = 84%
G 202 of 255 = 79%
B 206 of 255 = 81%

214
202
206

R + G + B ~ 81%. #D6CACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 202 + 206 = 622 (100%)
R 214 of 622 ~ 34.41%
G 202 of 622 ~ 32.48%
B 206 of 622 ~ 33.12%

%34.41
%32.48
%33.12

CMYK color model

#D6CACE color CMYK value is (0,6,4,16).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(0,6,4,16)
C0M6Y4K16 
(0%,6%,4%,16%)
(0.00/0.06/0.04/0.16)	

CMYK percentages

%0
%5.61
%3.74
%16.08

Codes

Color #D6CACE in popluar color models

D6CACE
RGB214202206
HSL340°12.77%81.57%
HSB/HSV340°5.61%83.92%
CMYK0.00%5.61%3.74%
16.08%

Color #D6CACE in popluar number systems.

HEXD6CACE
Decimal214202206
Binary110101101100101011001110
Octal326312316

Shades and tints

Shades of #D6CACE

#D6CACE
(214,202,206)
#C3B8BC
(195,184,188)
#B0A6AA
(176,166,170)
#9D9498
(157,148,152)
#8A8286
(138,130,134)
#777074
(119,112,116)
#645E62
(100,94,98)
#514C50
(81,76,80)
#3E3A3E
(62,58,62)
#2B282C
(43,40,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #D6CACE

#D6CACE
(214,202,206)
#D9CED2
(217,206,210)
#DCD2D6
(220,210,214)
#DFD6DA
(223,214,218)
#E2DADE
(226,218,222)
#E5DEE2
(229,222,226)
#E8E2E6
(232,226,230)
#EBE6EA
(235,230,234)
#EEEAEE
(238,234,238)
#F1EEF2
(241,238,242)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CACE color. Also use rgb(214,202,206) instead hex code.

Text Font Color

.myTextColor { color: #D6CACE; }

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

This text font color is #D6CACE.


Background Color

.myBgColor { background-color: #D6CACE; }

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

This div background color is #D6CACE.


Border color

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

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

This div border color is #D6CACE.


Opacity

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

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

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

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

This text has shadow with #D6CACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CACE on black background.


Color preview on white background

This text has color #D6CACE on white background.



Black color preview on #D6CACE background

This text has black color on #D6CACE background.


White color preview on #D6CACE background

This text has white color on #D6CACE background.