COLOR #DEB2AB

HEX: #DEB2AB RGB: (222,178,171)

Color info

#DEB2AB contains red, green and blue colors in about the same proportion. Web safe color of #DEB2AB is #CC9999 (or #C99).

RGB color model

#DEB2AB color RGB value is (222,178,171).

RGB: (222,178,171) (87%, 70%, 67%)

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 171 of 255 = 67%

222
178
171

R + G + B ~ 75%. #DEB2AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 178 + 171 = 571 (100%)
R 222 of 571 ~ 38.88%
G 178 of 571 ~ 31.17%
B 171 of 571 ~ 29.95'%

%38.88
%31.17
%29.95

CMYK color model

#DEB2AB color CMYK value is (0,20,23,13).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 22.97%
  • key color value is 12.94%

CMYK: (0,20,23,13)
C0M20Y23K13 (0%, 20%, 23%, 13%)
(0.00 / 0.20 / 0.23 / 0.13)

CMYK percentages

%0
%19.82
%22.97
%12.94

Codes

Color #DEB2AB in popluar color models

DE B2 AB
RGB 222 178 171
HSL 43.59% 77.06%
HSB/HSV 22.97% 87.06%
CMYK 0.00% 19.82% 22.97%
12.94%

Color #DEB2AB in popluar number systems.

HEX DE B2 AB
Decimal 222 178 171
Binary 11011110 10110010 10101011
Octal 336 262 253

Shades and tints

Shades of #DEB2AB

#DEB2AB
(222,178,171)
#CAA29C
(202,162,156)
#B6928D
(182,146,141)
#A2827E
(162,130,126)
#8E726F
(142,114,111)
#7A6260
(122,98,96)
#665251
(102,82,81)
#524242
(82,66,66)
#3E3233
(62,50,51)
#2A2224
(42,34,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #DEB2AB

#DEB2AB
(222,178,171)
#E1B9B2
(225,185,178)
#E4C0B9
(228,192,185)
#E7C7C0
(231,199,192)
#EACEC7
(234,206,199)
#EDD5CE
(237,213,206)
#F0DCD5
(240,220,213)
#F3E3DC
(243,227,220)
#F6EAE3
(246,234,227)
#F9F1EA
(249,241,234)
#FCF8F1
(252,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB2AB; }

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

This text font color is #DEB2AB.

Background Color

.myBgColor { background-color: #DEB2AB; }

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

This div background color is #DEB2AB.

Border color

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

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

This div border color is #DEB2AB.

Opacity

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

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

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

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

This text has shadow with #DEB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB2AB.

Preview

Color preview on black background

This text has color #DEB2AB on black background.


Color preview on white background

This text has color #DEB2AB on white background.


Black color preview on #DEB2AB background

This text has black color on #DEB2AB background.


White color preview on #DEB2AB background

This text has white color on #DEB2AB background.


Related colors

Complementary color

Complementary color for #hex is #214D54.


I love getcolorcode.com

Triadic colors

1 #ABDEB2 and #B2ABDE with #DEB2AB are triadic colors.

2 #ABB2DE and #B2DEAB with #DEB2AB are triadic colors.