COLOR #DCCDB2

HEX: #DCCDB2
RGB: (220,205,178)

Color info

#DCCDB2 contains red, green and blue colors in about the same proportion. Web safe color of #DCCDB2 is #CCCC99 (or #CC9).

RGB color model

#DCCDB2 color RGB value is (220,205,178).

  • red value is 220;
  • green value is 205;
  • blue value is 178.
RGB:
(220,205,178)
(86%,80%,70%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 178 of 255 = 70%

220
205
178

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

Portions of RGB colors in percentages

R + G + B =
220 + 205 + 178 = 603 (100%)
R 220 of 603 ~ 36.48%
G 205 of 603 ~ 34%
B 178 of 603 ~ 29.52%

%36.48
%34
%29.52

CMYK color model

#DCCDB2 color CMYK value is (0,7,19,14).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 19.09%
  • key color value is 13.73%
CMYK:
(0,7,19,14)
C0M7Y19K14 
(0%,7%,19%,14%)
(0.00/0.07/0.19/0.14)	

CMYK percentages

%0
%6.82
%19.09
%13.73

Codes

Color #DCCDB2 in popluar color models

DCCDB2
RGB220205178
HSL39°37.50%78.04%
HSB/HSV39°19.09%86.27%
CMYK0.00%6.82%19.09%
13.73%

Color #DCCDB2 in popluar number systems.

HEXDCCDB2
Decimal220205178
Binary110111001100110110110010
Octal334315262

Shades and tints

Shades of #DCCDB2

#DCCDB2
(220,205,178)
#C8BBA2
(200,187,162)
#B4A992
(180,169,146)
#A09782
(160,151,130)
#8C8572
(140,133,114)
#787362
(120,115,98)
#646152
(100,97,82)
#504F42
(80,79,66)
#3C3D32
(60,61,50)
#282B22
(40,43,34)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #DCCDB2

#DCCDB2
(220,205,178)
#DFD1B9
(223,209,185)
#E2D5C0
(226,213,192)
#E5D9C7
(229,217,199)
#E8DDCE
(232,221,206)
#EBE1D5
(235,225,213)
#EEE5DC
(238,229,220)
#F1E9E3
(241,233,227)
#F4EDEA
(244,237,234)
#F7F1F1
(247,241,241)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCDB2 color. Also use rgb(220,205,178) instead hex code.

Text Font Color

.myTextColor { color: #DCCDB2; }

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

This text font color is #DCCDB2.


Background Color

.myBgColor { background-color: #DCCDB2; }

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

This div background color is #DCCDB2.


Border color

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

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

This div border color is #DCCDB2.


Opacity

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

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

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

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

This text has shadow with #DCCDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCDB2 on black background.


Color preview on white background

This text has color #DCCDB2 on white background.



Black color preview on #DCCDB2 background

This text has black color on #DCCDB2 background.


White color preview on #DCCDB2 background

This text has white color on #DCCDB2 background.