COLOR #DEB1AD

HEX: #DEB1AD
RGB: (222,177,173)

Color info

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

RGB color model

#DEB1AD color RGB value is (222,177,173).

  • red value is 222;
  • green value is 177;
  • blue value is 173.
RGB:
(222,177,173)
(87%,69%,68%)

RGB channels and saturation

R 222 of 255 = 87%
G 177 of 255 = 69%
B 173 of 255 = 68%

222
177
173

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

Portions of RGB colors in percentages

R + G + B =
222 + 177 + 173 = 572 (100%)
R 222 of 572 ~ 38.81%
G 177 of 572 ~ 30.94%
B 173 of 572 ~ 30.24%

%38.81
%30.94
%30.24

CMYK color model

#DEB1AD color CMYK value is (0,20,22,13).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 22.07%
  • key color value is 12.94%
CMYK:
(0,20,22,13)
C0M20Y22K13 
(0%,20%,22%,13%)
(0.00/0.20/0.22/0.13)	

CMYK percentages

%0
%20.27
%22.07
%12.94

Codes

Color #DEB1AD in popluar color models

DEB1AD
RGB222177173
HSL42.61%77.45%
HSB/HSV22.07%87.06%
CMYK0.00%20.27%22.07%
12.94%

Color #DEB1AD in popluar number systems.

HEXDEB1AD
Decimal222177173
Binary110111101011000110101101
Octal336261255

Shades and tints

Shades of #DEB1AD

#DEB1AD
(222,177,173)
#CAA19E
(202,161,158)
#B6918F
(182,145,143)
#A28180
(162,129,128)
#8E7171
(142,113,113)
#7A6162
(122,97,98)
#665153
(102,81,83)
#524144
(82,65,68)
#3E3135
(62,49,53)
#2A2126
(42,33,38)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #DEB1AD

#DEB1AD
(222,177,173)
#E1B8B4
(225,184,180)
#E4BFBB
(228,191,187)
#E7C6C2
(231,198,194)
#EACDC9
(234,205,201)
#EDD4D0
(237,212,208)
#F0DBD7
(240,219,215)
#F3E2DE
(243,226,222)
#F6E9E5
(246,233,229)
#F9F0EC
(249,240,236)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB1AD color. Also use rgb(222,177,173) instead hex code.

Text Font Color

.myTextColor { color: #DEB1AD; }

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

This text font color is #DEB1AD.


Background Color

.myBgColor { background-color: #DEB1AD; }

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

This div background color is #DEB1AD.


Border color

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

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

This div border color is #DEB1AD.


Opacity

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

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

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

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

This text has shadow with #DEB1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB1AD on black background.


Color preview on white background

This text has color #DEB1AD on white background.



Black color preview on #DEB1AD background

This text has black color on #DEB1AD background.


White color preview on #DEB1AD background

This text has white color on #DEB1AD background.