COLOR #DCCAB6

HEX: #DCCAB6
RGB: (220,202,182)

Color info

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

RGB color model

#DCCAB6 color RGB value is (220,202,182).

  • red value is 220;
  • green value is 202;
  • blue value is 182.
RGB:
(220,202,182)
(86%,79%,71%)

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 182 of 255 = 71%

220
202
182

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

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 182 = 604 (100%)
R 220 of 604 ~ 36.42%
G 202 of 604 ~ 33.44%
B 182 of 604 ~ 30.13%

%36.42
%33.44
%30.13

CMYK color model

#DCCAB6 color CMYK value is (0,8,17,14).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 17.27%
  • key color value is 13.73%
CMYK:
(0,8,17,14)
C0M8Y17K14 
(0%,8%,17%,14%)
(0.00/0.08/0.17/0.14)	

CMYK percentages

%0
%8.18
%17.27
%13.73

Codes

Color #DCCAB6 in popluar color models

DCCAB6
RGB220202182
HSL32°35.19%78.82%
HSB/HSV32°17.27%86.27%
CMYK0.00%8.18%17.27%
13.73%

Color #DCCAB6 in popluar number systems.

HEXDCCAB6
Decimal220202182
Binary110111001100101010110110
Octal334312266

Shades and tints

Shades of #DCCAB6

#DCCAB6
(220,202,182)
#C8B8A6
(200,184,166)
#B4A696
(180,166,150)
#A09486
(160,148,134)
#8C8276
(140,130,118)
#787066
(120,112,102)
#645E56
(100,94,86)
#504C46
(80,76,70)
#3C3A36
(60,58,54)
#282826
(40,40,38)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #DCCAB6

#DCCAB6
(220,202,182)
#DFCEBC
(223,206,188)
#E2D2C2
(226,210,194)
#E5D6C8
(229,214,200)
#E8DACE
(232,218,206)
#EBDED4
(235,222,212)
#EEE2DA
(238,226,218)
#F1E6E0
(241,230,224)
#F4EAE6
(244,234,230)
#F7EEEC
(247,238,236)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCAB6 color. Also use rgb(220,202,182) instead hex code.

Text Font Color

.myTextColor { color: #DCCAB6; }

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

This text font color is #DCCAB6.


Background Color

.myBgColor { background-color: #DCCAB6; }

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

This div background color is #DCCAB6.


Border color

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

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

This div border color is #DCCAB6.


Opacity

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

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

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

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

This text has shadow with #DCCAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCAB6 on black background.


Color preview on white background

This text has color #DCCAB6 on white background.



Black color preview on #DCCAB6 background

This text has black color on #DCCAB6 background.


White color preview on #DCCAB6 background

This text has white color on #DCCAB6 background.