COLOR #DCCFCC

HEX: #DCCFCC
RGB: (220,207,204)

Color info

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

RGB color model

#DCCFCC color RGB value is (220,207,204).

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

RGB channels and saturation

R 220 of 255 = 86%
G 207 of 255 = 81%
B 204 of 255 = 80%

220
207
204

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

Portions of RGB colors in percentages

R + G + B =
220 + 207 + 204 = 631 (100%)
R 220 of 631 ~ 34.87%
G 207 of 631 ~ 32.81%
B 204 of 631 ~ 32.33%

%34.87
%32.81
%32.33

CMYK color model

#DCCFCC color CMYK value is (0,6,7,14).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(0,6,7,14)
C0M6Y7K14 
(0%,6%,7%,14%)
(0.00/0.06/0.07/0.14)	

CMYK percentages

%0
%5.91
%7.27
%13.73

Codes

Color #DCCFCC in popluar color models

DCCFCC
RGB220207204
HSL11°18.60%83.14%
HSB/HSV11°7.27%86.27%
CMYK0.00%5.91%7.27%
13.73%

Color #DCCFCC in popluar number systems.

HEXDCCFCC
Decimal220207204
Binary110111001100111111001100
Octal334317314

Shades and tints

Shades of #DCCFCC

#DCCFCC
(220,207,204)
#C8BDBA
(200,189,186)
#B4ABA8
(180,171,168)
#A09996
(160,153,150)
#8C8784
(140,135,132)
#787572
(120,117,114)
#646360
(100,99,96)
#50514E
(80,81,78)
#3C3F3C
(60,63,60)
#282D2A
(40,45,42)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #DCCFCC

#DCCFCC
(220,207,204)
#DFD3D0
(223,211,208)
#E2D7D4
(226,215,212)
#E5DBD8
(229,219,216)
#E8DFDC
(232,223,220)
#EBE3E0
(235,227,224)
#EEE7E4
(238,231,228)
#F1EBE8
(241,235,232)
#F4EFEC
(244,239,236)
#F7F3F0
(247,243,240)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCFCC; }

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

This text font color is #DCCFCC.


Background Color

.myBgColor { background-color: #DCCFCC; }

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

This div background color is #DCCFCC.


Border color

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

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

This div border color is #DCCFCC.


Opacity

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

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

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

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

This text has shadow with #DCCFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCFCC on black background.


Color preview on white background

This text has color #DCCFCC on white background.



Black color preview on #DCCFCC background

This text has black color on #DCCFCC background.


White color preview on #DCCFCC background

This text has white color on #DCCFCC background.