COLOR #DEC6AA

HEX: #DEC6AA
RGB: (222,198,170)

Color info

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

RGB color model

#DEC6AA color RGB value is (222,198,170).

  • red value is 222;
  • green value is 198;
  • blue value is 170.
RGB:
(222,198,170)
(87%,78%,67%)

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 170 of 255 = 67%

222
198
170

R + G + B ~ 77%. #DEC6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 198 + 170 = 590 (100%)
R 222 of 590 ~ 37.63%
G 198 of 590 ~ 33.56%
B 170 of 590 ~ 28.81%

%37.63
%33.56
%28.81

CMYK color model

#DEC6AA color CMYK value is (0,11,23,13).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(0,11,23,13)
C0M11Y23K13 
(0%,11%,23%,13%)
(0.00/0.11/0.23/0.13)	

CMYK percentages

%0
%10.81
%23.42
%12.94

Codes

Color #DEC6AA in popluar color models

DEC6AA
RGB222198170
HSL32°44.07%76.86%
HSB/HSV32°23.42%87.06%
CMYK0.00%10.81%23.42%
12.94%

Color #DEC6AA in popluar number systems.

HEXDEC6AA
Decimal222198170
Binary110111101100011010101010
Octal336306252

Shades and tints

Shades of #DEC6AA

#DEC6AA
(222,198,170)
#CAB49B
(202,180,155)
#B6A28C
(182,162,140)
#A2907D
(162,144,125)
#8E7E6E
(142,126,110)
#7A6C5F
(122,108,95)
#665A50
(102,90,80)
#524841
(82,72,65)
#3E3632
(62,54,50)
#2A2423
(42,36,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #DEC6AA

#DEC6AA
(222,198,170)
#E1CBB1
(225,203,177)
#E4D0B8
(228,208,184)
#E7D5BF
(231,213,191)
#EADAC6
(234,218,198)
#EDDFCD
(237,223,205)
#F0E4D4
(240,228,212)
#F3E9DB
(243,233,219)
#F6EEE2
(246,238,226)
#F9F3E9
(249,243,233)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEC6AA color. Also use rgb(222,198,170) instead hex code.

Text Font Color

.myTextColor { color: #DEC6AA; }

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

This text font color is #DEC6AA.


Background Color

.myBgColor { background-color: #DEC6AA; }

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

This div background color is #DEC6AA.


Border color

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

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

This div border color is #DEC6AA.


Opacity

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

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

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

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

This text has shadow with #DEC6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEC6AA on black background.


Color preview on white background

This text has color #DEC6AA on white background.



Black color preview on #DEC6AA background

This text has black color on #DEC6AA background.


White color preview on #DEC6AA background

This text has white color on #DEC6AA background.