COLOR #D5C2C2

HEX: #D5C2C2
RGB: (213,194,194)

Color info

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

RGB color model

#D5C2C2 color RGB value is (213,194,194).

  • red value is 213;
  • green value is 194;
  • blue value is 194.
RGB:
(213,194,194)
(84%,76%,76%)

RGB channels and saturation

R 213 of 255 = 84%
G 194 of 255 = 76%
B 194 of 255 = 76%

213
194
194

R + G + B ~ 79%. #D5C2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 194 + 194 = 601 (100%)
R 213 of 601 ~ 35.44%
G 194 of 601 ~ 32.28%
B 194 of 601 ~ 32.28%

%35.44
%32.28
%32.28

CMYK color model

#D5C2C2 color CMYK value is (0,9,9,16).

  • cyan value is 0.00%
  • magenta value is 8.92%
  • yellow value is 8.92%
  • key color value is 16.47%
CMYK:
(0,9,9,16)
C0M9Y9K16 
(0%,9%,9%,16%)
(0.00/0.09/0.09/0.16)	

CMYK percentages

%0
%8.92
%8.92
%16.47

Codes

Color #D5C2C2 in popluar color models

D5C2C2
RGB213194194
HSL18.45%79.80%
HSB/HSV8.92%83.53%
CMYK0.00%8.92%8.92%
16.47%

Color #D5C2C2 in popluar number systems.

HEXD5C2C2
Decimal213194194
Binary110101011100001011000010
Octal325302302

Shades and tints

Shades of #D5C2C2

#D5C2C2
(213,194,194)
#C2B1B1
(194,177,177)
#AFA0A0
(175,160,160)
#9C8F8F
(156,143,143)
#897E7E
(137,126,126)
#766D6D
(118,109,109)
#635C5C
(99,92,92)
#504B4B
(80,75,75)
#3D3A3A
(61,58,58)
#2A2929
(42,41,41)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5C2C2

#D5C2C2
(213,194,194)
#D8C7C7
(216,199,199)
#DBCCCC
(219,204,204)
#DED1D1
(222,209,209)
#E1D6D6
(225,214,214)
#E4DBDB
(228,219,219)
#E7E0E0
(231,224,224)
#EAE5E5
(234,229,229)
#EDEAEA
(237,234,234)
#F0EFEF
(240,239,239)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C2C2 color. Also use rgb(213,194,194) instead hex code.

Text Font Color

.myTextColor { color: #D5C2C2; }

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

This text font color is #D5C2C2.


Background Color

.myBgColor { background-color: #D5C2C2; }

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

This div background color is #D5C2C2.


Border color

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

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

This div border color is #D5C2C2.


Opacity

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

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

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

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

This text has shadow with #D5C2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C2C2 on black background.


Color preview on white background

This text has color #D5C2C2 on white background.



Black color preview on #D5C2C2 background

This text has black color on #D5C2C2 background.


White color preview on #D5C2C2 background

This text has white color on #D5C2C2 background.