COLOR #DCCFC7

HEX: #DCCFC7
RGB: (220,207,199)

Color info

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

RGB color model

#DCCFC7 color RGB value is (220,207,199).

  • red value is 220;
  • green value is 207;
  • blue value is 199.
RGB:
(220,207,199)
(86%,81%,78%)

RGB channels and saturation

R 220 of 255 = 86%
G 207 of 255 = 81%
B 199 of 255 = 78%

220
207
199

R + G + B ~ 82%. #DCCFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 207 + 199 = 626 (100%)
R 220 of 626 ~ 35.14%
G 207 of 626 ~ 33.07%
B 199 of 626 ~ 31.79%

%35.14
%33.07
%31.79

CMYK color model

#DCCFC7 color CMYK value is (0,6,10,14).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK:
(0,6,10,14)
C0M6Y10K14 
(0%,6%,10%,14%)
(0.00/0.06/0.10/0.14)	

CMYK percentages

%0
%5.91
%9.55
%13.73

Codes

Color #DCCFC7 in popluar color models

DCCFC7
RGB220207199
HSL23°23.08%82.16%
HSB/HSV23°9.55%86.27%
CMYK0.00%5.91%9.55%
13.73%

Color #DCCFC7 in popluar number systems.

HEXDCCFC7
Decimal220207199
Binary110111001100111111000111
Octal334317307

Shades and tints

Shades of #DCCFC7

#DCCFC7
(220,207,199)
#C8BDB5
(200,189,181)
#B4ABA3
(180,171,163)
#A09991
(160,153,145)
#8C877F
(140,135,127)
#78756D
(120,117,109)
#64635B
(100,99,91)
#505149
(80,81,73)
#3C3F37
(60,63,55)
#282D25
(40,45,37)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #DCCFC7

#DCCFC7
(220,207,199)
#DFD3CC
(223,211,204)
#E2D7D1
(226,215,209)
#E5DBD6
(229,219,214)
#E8DFDB
(232,223,219)
#EBE3E0
(235,227,224)
#EEE7E5
(238,231,229)
#F1EBEA
(241,235,234)
#F4EFEF
(244,239,239)
#F7F3F4
(247,243,244)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCFC7 color. Also use rgb(220,207,199) instead hex code.

Text Font Color

.myTextColor { color: #DCCFC7; }

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

This text font color is #DCCFC7.


Background Color

.myBgColor { background-color: #DCCFC7; }

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

This div background color is #DCCFC7.


Border color

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

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

This div border color is #DCCFC7.


Opacity

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

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

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

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

This text has shadow with #DCCFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCFC7 on black background.


Color preview on white background

This text has color #DCCFC7 on white background.



Black color preview on #DCCFC7 background

This text has black color on #DCCFC7 background.


White color preview on #DCCFC7 background

This text has white color on #DCCFC7 background.