COLOR #D4CCCC

HEX: #D4CCCC RGB: (212,204,204)

Color info

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

RGB color model

#D4CCCC color RGB value is (212,204,204).

RGB: (212,204,204) (83%, 80%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 204 of 255 = 80%

212
204
204

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

Portions of RGB colors in percentages

R + G + B = 212 + 204 + 204 = 620 (100%)
R 212 of 620 ~ 34.19%
G 204 of 620 ~ 32.9%
B 204 of 620 ~ 32.9'%

%34.19
%32.9
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 3.77%
  • key color value is 16.86%

CMYK: (0,4,4,17)
C0M4Y4K17 (0%, 4%, 4%, 17%)
(0.00 / 0.04 / 0.04 / 0.17)

CMYK percentages

%0
%3.77
%3.77
%16.86

Codes

Color #D4CCCC in popluar color models

D4 CC CC
RGB 212 204 204
HSL 8.51% 81.57%
HSB/HSV 3.77% 83.14%
CMYK 0.00% 3.77% 3.77%
16.86%

Color #D4CCCC in popluar number systems.

HEX D4 CC CC
Decimal 212 204 204
Binary 11010100 11001100 11001100
Octal 324 314 314

Shades and tints

Shades of #D4CCCC

#D4CCCC
(212,204,204)
#C1BABA
(193,186,186)
#AEA8A8
(174,168,168)
#9B9696
(155,150,150)
#888484
(136,132,132)
#757272
(117,114,114)
#626060
(98,96,96)
#4F4E4E
(79,78,78)
#3C3C3C
(60,60,60)
#292A2A
(41,42,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #D4CCCC

#D4CCCC
(212,204,204)
#D7D0D0
(215,208,208)
#DAD4D4
(218,212,212)
#DDD8D8
(221,216,216)
#E0DCDC
(224,220,220)
#E3E0E0
(227,224,224)
#E6E4E4
(230,228,228)
#E9E8E8
(233,232,232)
#ECECEC
(236,236,236)
#EFF0F0
(239,240,240)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCCC; }

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

This text font color is #D4CCCC.

Background Color

.myBgColor { background-color: #D4CCCC; }

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

This div background color is #D4CCCC.

Border color

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

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

This div border color is #D4CCCC.

Opacity

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

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

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

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

This text has shadow with #D4CCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CCCC.

Preview

Color preview on black background

This text has color #D4CCCC on black background.


Color preview on white background

This text has color #D4CCCC on white background.


Black color preview on #D4CCCC background

This text has black color on #D4CCCC background.


White color preview on #D4CCCC background

This text has white color on #D4CCCC background.


Related colors

Complementary color

Complementary color for #hex is #2B3333.


I love getcolorcode.com