COLOR #D3CACC

HEX: #D3CACC
RGB: (211,202,204)

Color info

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

RGB color model

#D3CACC color RGB value is (211,202,204).

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

RGB channels and saturation

R 211 of 255 = 83%
G 202 of 255 = 79%
B 204 of 255 = 80%

211
202
204

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

Portions of RGB colors in percentages

R + G + B =
211 + 202 + 204 = 617 (100%)
R 211 of 617 ~ 34.2%
G 202 of 617 ~ 32.74%
B 204 of 617 ~ 33.06%

%34.2
%32.74
%33.06

CMYK color model

#D3CACC color CMYK value is (0,4,3,17).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 3.32%
  • key color value is 17.25%
CMYK:
(0,4,3,17)
C0M4Y3K17 
(0%,4%,3%,17%)
(0.00/0.04/0.03/0.17)	

CMYK percentages

%0
%4.27
%3.32
%17.25

Codes

Color #D3CACC in popluar color models

D3CACC
RGB211202204
HSL347°9.28%80.98%
HSB/HSV347°4.27%82.75%
CMYK0.00%4.27%3.32%
17.25%

Color #D3CACC in popluar number systems.

HEXD3CACC
Decimal211202204
Binary110100111100101011001100
Octal323312314

Shades and tints

Shades of #D3CACC

#D3CACC
(211,202,204)
#C0B8BA
(192,184,186)
#ADA6A8
(173,166,168)
#9A9496
(154,148,150)
#878284
(135,130,132)
#747072
(116,112,114)
#615E60
(97,94,96)
#4E4C4E
(78,76,78)
#3B3A3C
(59,58,60)
#28282A
(40,40,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #D3CACC

#D3CACC
(211,202,204)
#D7CED0
(215,206,208)
#DBD2D4
(219,210,212)
#DFD6D8
(223,214,216)
#E3DADC
(227,218,220)
#E7DEE0
(231,222,224)
#EBE2E4
(235,226,228)
#EFE6E8
(239,230,232)
#F3EAEC
(243,234,236)
#F7EEF0
(247,238,240)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3CACC; }

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

This text font color is #D3CACC.


Background Color

.myBgColor { background-color: #D3CACC; }

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

This div background color is #D3CACC.


Border color

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

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

This div border color is #D3CACC.


Opacity

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

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

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

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

This text has shadow with #D3CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3CACC on black background.


Color preview on white background

This text has color #D3CACC on white background.



Black color preview on #D3CACC background

This text has black color on #D3CACC background.


White color preview on #D3CACC background

This text has white color on #D3CACC background.