COLOR #DEC2A4

HEX: #DEC2A4
RGB: (222,194,164)

Color info

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

RGB color model

#DEC2A4 color RGB value is (222,194,164).

  • red value is 222;
  • green value is 194;
  • blue value is 164.
RGB:
(222,194,164)
(87%,76%,64%)

RGB channels and saturation

R 222 of 255 = 87%
G 194 of 255 = 76%
B 164 of 255 = 64%

222
194
164

R + G + B ~ 76%. #DEC2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 194 + 164 = 580 (100%)
R 222 of 580 ~ 38.28%
G 194 of 580 ~ 33.45%
B 164 of 580 ~ 28.28%

%38.28
%33.45
%28.28

CMYK color model

#DEC2A4 color CMYK value is (0,13,26,13).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 26.13%
  • key color value is 12.94%
CMYK:
(0,13,26,13)
C0M13Y26K13 
(0%,13%,26%,13%)
(0.00/0.13/0.26/0.13)	

CMYK percentages

%0
%12.61
%26.13
%12.94

Codes

Color #DEC2A4 in popluar color models

DEC2A4
RGB222194164
HSL31°46.77%75.69%
HSB/HSV31°26.13%87.06%
CMYK0.00%12.61%26.13%
12.94%

Color #DEC2A4 in popluar number systems.

HEXDEC2A4
Decimal222194164
Binary110111101100001010100100
Octal336302244

Shades and tints

Shades of #DEC2A4

#DEC2A4
(222,194,164)
#CAB196
(202,177,150)
#B6A088
(182,160,136)
#A28F7A
(162,143,122)
#8E7E6C
(142,126,108)
#7A6D5E
(122,109,94)
#665C50
(102,92,80)
#524B42
(82,75,66)
#3E3A34
(62,58,52)
#2A2926
(42,41,38)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #DEC2A4

#DEC2A4
(222,194,164)
#E1C7AC
(225,199,172)
#E4CCB4
(228,204,180)
#E7D1BC
(231,209,188)
#EAD6C4
(234,214,196)
#EDDBCC
(237,219,204)
#F0E0D4
(240,224,212)
#F3E5DC
(243,229,220)
#F6EAE4
(246,234,228)
#F9EFEC
(249,239,236)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC2A4 color. Also use rgb(222,194,164) instead hex code.

Text Font Color

.myTextColor { color: #DEC2A4; }

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

This text font color is #DEC2A4.


Background Color

.myBgColor { background-color: #DEC2A4; }

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

This div background color is #DEC2A4.


Border color

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

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

This div border color is #DEC2A4.


Opacity

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

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

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

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

This text has shadow with #DEC2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC2A4 on black background.


Color preview on white background

This text has color #DEC2A4 on white background.



Black color preview on #DEC2A4 background

This text has black color on #DEC2A4 background.


White color preview on #DEC2A4 background

This text has white color on #DEC2A4 background.