COLOR #D7DCCC

HEX: #D7DCCC
RGB: (215,220,204)

Color info

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

RGB color model

#D7DCCC color RGB value is (215,220,204).

  • red value is 215;
  • green value is 220;
  • blue value is 204.
RGB:
(215,220,204)
(84%,86%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 204 of 255 = 80%

215
220
204

R + G + B ~ 83%. #D7DCCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 204 = 639 (100%)
R 215 of 639 ~ 33.65%
G 220 of 639 ~ 34.43%
B 204 of 639 ~ 31.92%

%33.65
%34.43
%31.92

CMYK color model

#D7DCCC color CMYK value is (2,0,7,14).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(2,0,7,14)
C2M0Y7K14 
(2%,0%,7%,14%)
(0.02/0.00/0.07/0.14)	

CMYK percentages

%2.27
%0
%7.27
%13.73

Codes

Color #D7DCCC in popluar color models

D7DCCC
RGB215220204
HSL79°18.60%83.14%
HSB/HSV79°7.27%86.27%
CMYK2.27%0.00%7.27%
13.73%

Color #D7DCCC in popluar number systems.

HEXD7DCCC
Decimal215220204
Binary110101111101110011001100
Octal327334314

Shades and tints

Shades of #D7DCCC

#D7DCCC
(215,220,204)
#C4C8BA
(196,200,186)
#B1B4A8
(177,180,168)
#9EA096
(158,160,150)
#8B8C84
(139,140,132)
#787872
(120,120,114)
#656460
(101,100,96)
#52504E
(82,80,78)
#3F3C3C
(63,60,60)
#2C282A
(44,40,42)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #D7DCCC

#D7DCCC
(215,220,204)
#DADFD0
(218,223,208)
#DDE2D4
(221,226,212)
#E0E5D8
(224,229,216)
#E3E8DC
(227,232,220)
#E6EBE0
(230,235,224)
#E9EEE4
(233,238,228)
#ECF1E8
(236,241,232)
#EFF4EC
(239,244,236)
#F2F7F0
(242,247,240)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DCCC; }

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

This text font color is #D7DCCC.


Background Color

.myBgColor { background-color: #D7DCCC; }

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

This div background color is #D7DCCC.


Border color

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

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

This div border color is #D7DCCC.


Opacity

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

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

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

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

This text has shadow with #D7DCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DCCC on black background.


Color preview on white background

This text has color #D7DCCC on white background.



Black color preview on #D7DCCC background

This text has black color on #D7DCCC background.


White color preview on #D7DCCC background

This text has white color on #D7DCCC background.