COLOR #DEC6A6

HEX: #DEC6A6 RGB: (222,198,166)

Color info

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

RGB color model

#DEC6A6 color RGB value is (222,198,166).

RGB: (222,198,166) (87%, 78%, 65%)

RGB channels and saturation

R 222 of 255 = 87%
G 198 of 255 = 78%
B 166 of 255 = 65%

222
198
166

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

Portions of RGB colors in percentages

R + G + B = 222 + 198 + 166 = 586 (100%)
R 222 of 586 ~ 37.88%
G 198 of 586 ~ 33.79%
B 166 of 586 ~ 28.33'%

%37.88
%33.79
%28.33

CMYK color model

#DEC6A6 color CMYK value is (0,11,25,13).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 25.23%
  • key color value is 12.94%

CMYK: (0,11,25,13)
C0M11Y25K13 (0%, 11%, 25%, 13%)
(0.00 / 0.11 / 0.25 / 0.13)

CMYK percentages

%0
%10.81
%25.23
%12.94

Codes

Color #DEC6A6 in popluar color models

DE C6 A6
RGB 222 198 166
HSL 34° 45.90% 76.08%
HSB/HSV 34° 25.23% 87.06%
CMYK 0.00% 10.81% 25.23%
12.94%

Color #DEC6A6 in popluar number systems.

HEX DE C6 A6
Decimal 222 198 166
Binary 11011110 11000110 10100110
Octal 336 306 246

Shades and tints

Shades of #DEC6A6

#DEC6A6
(222,198,166)
#CAB497
(202,180,151)
#B6A288
(182,162,136)
#A29079
(162,144,121)
#8E7E6A
(142,126,106)
#7A6C5B
(122,108,91)
#665A4C
(102,90,76)
#52483D
(82,72,61)
#3E362E
(62,54,46)
#2A241F
(42,36,31)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #DEC6A6

#DEC6A6
(222,198,166)
#E1CBAE
(225,203,174)
#E4D0B6
(228,208,182)
#E7D5BE
(231,213,190)
#EADAC6
(234,218,198)
#EDDFCE
(237,223,206)
#F0E4D6
(240,228,214)
#F3E9DE
(243,233,222)
#F6EEE6
(246,238,230)
#F9F3EE
(249,243,238)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6A6; }

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

This text font color is #DEC6A6.

Background Color

.myBgColor { background-color: #DEC6A6; }

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

This div background color is #DEC6A6.

Border color

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

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

This div border color is #DEC6A6.

Opacity

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

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

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

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

This text has shadow with #DEC6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC6A6.

Preview

Color preview on black background

This text has color #DEC6A6 on black background.


Color preview on white background

This text has color #DEC6A6 on white background.


Black color preview on #DEC6A6 background

This text has black color on #DEC6A6 background.


White color preview on #DEC6A6 background

This text has white color on #DEC6A6 background.


Related colors

Complementary color

Complementary color for #hex is #213959.


I love getcolorcode.com

Triadic colors

1 #A6DEC6 and #C6A6DE with #DEC6A6 are triadic colors.

2 #A6C6DE and #C6DEA6 with #DEC6A6 are triadic colors.