COLOR #D4CACA

HEX: #D4CACA
RGB: (212,202,202)

Color info

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

RGB color model

#D4CACA color RGB value is (212,202,202).

  • red value is 212;
  • green value is 202;
  • blue value is 202.
RGB:
(212,202,202)
(83%,79%,79%)

RGB channels and saturation

R 212 of 255 = 83%
G 202 of 255 = 79%
B 202 of 255 = 79%

212
202
202

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

Portions of RGB colors in percentages

R + G + B =
212 + 202 + 202 = 616 (100%)
R 212 of 616 ~ 34.42%
G 202 of 616 ~ 32.79%
B 202 of 616 ~ 32.79%

%34.42
%32.79
%32.79

CMYK color model

#D4CACA color CMYK value is (0,5,5,17).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK:
(0,5,5,17)
C0M5Y5K17 
(0%,5%,5%,17%)
(0.00/0.05/0.05/0.17)	

CMYK percentages

%0
%4.72
%4.72
%16.86

Codes

Color #D4CACA in popluar color models

D4CACA
RGB212202202
HSL10.42%81.18%
HSB/HSV4.72%83.14%
CMYK0.00%4.72%4.72%
16.86%

Color #D4CACA in popluar number systems.

HEXD4CACA
Decimal212202202
Binary110101001100101011001010
Octal324312312

Shades and tints

Shades of #D4CACA

#D4CACA
(212,202,202)
#C1B8B8
(193,184,184)
#AEA6A6
(174,166,166)
#9B9494
(155,148,148)
#888282
(136,130,130)
#757070
(117,112,112)
#625E5E
(98,94,94)
#4F4C4C
(79,76,76)
#3C3A3A
(60,58,58)
#292828
(41,40,40)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #D4CACA

#D4CACA
(212,202,202)
#D7CECE
(215,206,206)
#DAD2D2
(218,210,210)
#DDD6D6
(221,214,214)
#E0DADA
(224,218,218)
#E3DEDE
(227,222,222)
#E6E2E2
(230,226,226)
#E9E6E6
(233,230,230)
#ECEAEA
(236,234,234)
#EFEEEE
(239,238,238)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CACA; }

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

This text font color is #D4CACA.


Background Color

.myBgColor { background-color: #D4CACA; }

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

This div background color is #D4CACA.


Border color

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

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

This div border color is #D4CACA.


Opacity

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

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

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

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

This text has shadow with #D4CACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CACA on black background.


Color preview on white background

This text has color #D4CACA on white background.



Black color preview on #D4CACA background

This text has black color on #D4CACA background.


White color preview on #D4CACA background

This text has white color on #D4CACA background.