COLOR #DEB9AF

HEX: #DEB9AF
RGB: (222,185,175)

Color info

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

RGB color model

#DEB9AF color RGB value is (222,185,175).

  • red value is 222;
  • green value is 185;
  • blue value is 175.
RGB:
(222,185,175)
(87%,73%,69%)

RGB channels and saturation

R 222 of 255 = 87%
G 185 of 255 = 73%
B 175 of 255 = 69%

222
185
175

R + G + B ~ 76%. #DEB9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 185 + 175 = 582 (100%)
R 222 of 582 ~ 38.14%
G 185 of 582 ~ 31.79%
B 175 of 582 ~ 30.07%

%38.14
%31.79
%30.07

CMYK color model

#DEB9AF color CMYK value is (0,17,21,13).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 21.17%
  • key color value is 12.94%
CMYK:
(0,17,21,13)
C0M17Y21K13 
(0%,17%,21%,13%)
(0.00/0.17/0.21/0.13)	

CMYK percentages

%0
%16.67
%21.17
%12.94

Codes

Color #DEB9AF in popluar color models

DEB9AF
RGB222185175
HSL13°41.59%77.84%
HSB/HSV13°21.17%87.06%
CMYK0.00%16.67%21.17%
12.94%

Color #DEB9AF in popluar number systems.

HEXDEB9AF
Decimal222185175
Binary110111101011100110101111
Octal336271257

Shades and tints

Shades of #DEB9AF

#DEB9AF
(222,185,175)
#CAA9A0
(202,169,160)
#B69991
(182,153,145)
#A28982
(162,137,130)
#8E7973
(142,121,115)
#7A6964
(122,105,100)
#665955
(102,89,85)
#524946
(82,73,70)
#3E3937
(62,57,55)
#2A2928
(42,41,40)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #DEB9AF

#DEB9AF
(222,185,175)
#E1BFB6
(225,191,182)
#E4C5BD
(228,197,189)
#E7CBC4
(231,203,196)
#EAD1CB
(234,209,203)
#EDD7D2
(237,215,210)
#F0DDD9
(240,221,217)
#F3E3E0
(243,227,224)
#F6E9E7
(246,233,231)
#F9EFEE
(249,239,238)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB9AF color. Also use rgb(222,185,175) instead hex code.

Text Font Color

.myTextColor { color: #DEB9AF; }

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

This text font color is #DEB9AF.


Background Color

.myBgColor { background-color: #DEB9AF; }

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

This div background color is #DEB9AF.


Border color

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

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

This div border color is #DEB9AF.


Opacity

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

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

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

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

This text has shadow with #DEB9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB9AF on black background.


Color preview on white background

This text has color #DEB9AF on white background.



Black color preview on #DEB9AF background

This text has black color on #DEB9AF background.


White color preview on #DEB9AF background

This text has white color on #DEB9AF background.