COLOR #DCCABE

HEX: #DCCABE
RGB: (220,202,190)

Color info

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

RGB color model

#DCCABE color RGB value is (220,202,190).

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

RGB channels and saturation

R 220 of 255 = 86%
G 202 of 255 = 79%
B 190 of 255 = 75%

220
202
190

R + G + B ~ 80%. #DCCABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 202 + 190 = 612 (100%)
R 220 of 612 ~ 35.95%
G 202 of 612 ~ 33.01%
B 190 of 612 ~ 31.05%

%35.95
%33.01
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 13.64%
  • key color value is 13.73%
CMYK:
(0,8,14,14)
C0M8Y14K14 
(0%,8%,14%,14%)
(0.00/0.08/0.14/0.14)	

CMYK percentages

%0
%8.18
%13.64
%13.73

Codes

Color #DCCABE in popluar color models

DCCABE
RGB220202190
HSL24°30.00%80.39%
HSB/HSV24°13.64%86.27%
CMYK0.00%8.18%13.64%
13.73%

Color #DCCABE in popluar number systems.

HEXDCCABE
Decimal220202190
Binary110111001100101010111110
Octal334312276

Shades and tints

Shades of #DCCABE

#DCCABE
(220,202,190)
#C8B8AD
(200,184,173)
#B4A69C
(180,166,156)
#A0948B
(160,148,139)
#8C827A
(140,130,122)
#787069
(120,112,105)
#645E58
(100,94,88)
#504C47
(80,76,71)
#3C3A36
(60,58,54)
#282825
(40,40,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #DCCABE

#DCCABE
(220,202,190)
#DFCEC3
(223,206,195)
#E2D2C8
(226,210,200)
#E5D6CD
(229,214,205)
#E8DAD2
(232,218,210)
#EBDED7
(235,222,215)
#EEE2DC
(238,226,220)
#F1E6E1
(241,230,225)
#F4EAE6
(244,234,230)
#F7EEEB
(247,238,235)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCABE; }

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

This text font color is #DCCABE.


Background Color

.myBgColor { background-color: #DCCABE; }

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

This div background color is #DCCABE.


Border color

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

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

This div border color is #DCCABE.


Opacity

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

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

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

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

This text has shadow with #DCCABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCABE on black background.


Color preview on white background

This text has color #DCCABE on white background.



Black color preview on #DCCABE background

This text has black color on #DCCABE background.


White color preview on #DCCABE background

This text has white color on #DCCABE background.