COLOR #DCC8B8

HEX: #DCC8B8
RGB: (220,200,184)

Color info

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

RGB color model

#DCC8B8 color RGB value is (220,200,184).

  • red value is 220;
  • green value is 200;
  • blue value is 184.
RGB:
(220,200,184)
(86%,78%,72%)

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 184 of 255 = 72%

220
200
184

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

Portions of RGB colors in percentages

R + G + B =
220 + 200 + 184 = 604 (100%)
R 220 of 604 ~ 36.42%
G 200 of 604 ~ 33.11%
B 184 of 604 ~ 30.46%

%36.42
%33.11
%30.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 16.36%
  • key color value is 13.73%
CMYK:
(0,9,16,14)
C0M9Y16K14 
(0%,9%,16%,14%)
(0.00/0.09/0.16/0.14)	

CMYK percentages

%0
%9.09
%16.36
%13.73

Codes

Color #DCC8B8 in popluar color models

DCC8B8
RGB220200184
HSL27°33.96%79.22%
HSB/HSV27°16.36%86.27%
CMYK0.00%9.09%16.36%
13.73%

Color #DCC8B8 in popluar number systems.

HEXDCC8B8
Decimal220200184
Binary110111001100100010111000
Octal334310270

Shades and tints

Shades of #DCC8B8

#DCC8B8
(220,200,184)
#C8B6A8
(200,182,168)
#B4A498
(180,164,152)
#A09288
(160,146,136)
#8C8078
(140,128,120)
#786E68
(120,110,104)
#645C58
(100,92,88)
#504A48
(80,74,72)
#3C3838
(60,56,56)
#282628
(40,38,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #DCC8B8

#DCC8B8
(220,200,184)
#DFCDBE
(223,205,190)
#E2D2C4
(226,210,196)
#E5D7CA
(229,215,202)
#E8DCD0
(232,220,208)
#EBE1D6
(235,225,214)
#EEE6DC
(238,230,220)
#F1EBE2
(241,235,226)
#F4F0E8
(244,240,232)
#F7F5EE
(247,245,238)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC8B8 color. Also use rgb(220,200,184) instead hex code.

Text Font Color

.myTextColor { color: #DCC8B8; }

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

This text font color is #DCC8B8.


Background Color

.myBgColor { background-color: #DCC8B8; }

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

This div background color is #DCC8B8.


Border color

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

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

This div border color is #DCC8B8.


Opacity

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

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

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

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

This text has shadow with #DCC8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC8B8 on black background.


Color preview on white background

This text has color #DCC8B8 on white background.



Black color preview on #DCC8B8 background

This text has black color on #DCC8B8 background.


White color preview on #DCC8B8 background

This text has white color on #DCC8B8 background.