COLOR #DEC6AB

HEX: #DEC6AB RGB: (222,198,171)

Color info

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

RGB color model

#DEC6AB color RGB value is (222,198,171).

RGB: (222,198,171) (87%, 78%, 67%)

RGB channels and saturation

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

222
198
171

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

Portions of RGB colors in percentages

R + G + B = 222 + 198 + 171 = 591 (100%)
R 222 of 591 ~ 37.56%
G 198 of 591 ~ 33.5%
B 171 of 591 ~ 28.93'%

%37.56
%33.5
%28.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 22.97%
  • 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
%22.97
%12.94

Codes

Color #DEC6AB in popluar color models

DE C6 AB
RGB 222 198 171
HSL 32° 43.59% 77.06%
HSB/HSV 32° 22.97% 87.06%
CMYK 0.00% 10.81% 22.97%
12.94%

Color #DEC6AB in popluar number systems.

HEX DE C6 AB
Decimal 222 198 171
Binary 11011110 11000110 10101011
Octal 336 306 253

Shades and tints

Shades of #DEC6AB

#DEC6AB
(222,198,171)
#CAB49C
(202,180,156)
#B6A28D
(182,162,141)
#A2907E
(162,144,126)
#8E7E6F
(142,126,111)
#7A6C60
(122,108,96)
#665A51
(102,90,81)
#524842
(82,72,66)
#3E3633
(62,54,51)
#2A2424
(42,36,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #DEC6AB

#DEC6AB
(222,198,171)
#E1CBB2
(225,203,178)
#E4D0B9
(228,208,185)
#E7D5C0
(231,213,192)
#EADAC7
(234,218,199)
#EDDFCE
(237,223,206)
#F0E4D5
(240,228,213)
#F3E9DC
(243,233,220)
#F6EEE3
(246,238,227)
#F9F3EA
(249,243,234)
#FCF8F1
(252,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEC6AB; }

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

This text font color is #DEC6AB.

Background Color

.myBgColor { background-color: #DEC6AB; }

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

This div background color is #DEC6AB.

Border color

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

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

This div border color is #DEC6AB.

Opacity

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

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

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

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

This text has shadow with #DEC6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEC6AB.

Preview

Color preview on black background

This text has color #DEC6AB on black background.


Color preview on white background

This text has color #DEC6AB on white background.


Black color preview on #DEC6AB background

This text has black color on #DEC6AB background.


White color preview on #DEC6AB background

This text has white color on #DEC6AB background.


Related colors

Complementary color

Complementary color for #hex is #213954.


I love getcolorcode.com

Triadic colors

1 #ABDEC6 and #C6ABDE with #DEC6AB are triadic colors.

2 #ABC6DE and #C6DEAB with #DEC6AB are triadic colors.