COLOR #DEB5AF

HEX: #DEB5AF
RGB: (222,181,175)

Color info

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

RGB color model

#DEB5AF color RGB value is (222,181,175).

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

RGB channels and saturation

R 222 of 255 = 87%
G 181 of 255 = 71%
B 175 of 255 = 69%

222
181
175

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

Portions of RGB colors in percentages

R + G + B =
222 + 181 + 175 = 578 (100%)
R 222 of 578 ~ 38.41%
G 181 of 578 ~ 31.31%
B 175 of 578 ~ 30.28%

%38.41
%31.31
%30.28

CMYK color model

#DEB5AF color CMYK value is (0,18,21,13).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 21.17%
  • key color value is 12.94%
CMYK:
(0,18,21,13)
C0M18Y21K13 
(0%,18%,21%,13%)
(0.00/0.18/0.21/0.13)	

CMYK percentages

%0
%18.47
%21.17
%12.94

Codes

Color #DEB5AF in popluar color models

DEB5AF
RGB222181175
HSL41.59%77.84%
HSB/HSV21.17%87.06%
CMYK0.00%18.47%21.17%
12.94%

Color #DEB5AF in popluar number systems.

HEXDEB5AF
Decimal222181175
Binary110111101011010110101111
Octal336265257

Shades and tints

Shades of #DEB5AF

#DEB5AF
(222,181,175)
#CAA5A0
(202,165,160)
#B69591
(182,149,145)
#A28582
(162,133,130)
#8E7573
(142,117,115)
#7A6564
(122,101,100)
#665555
(102,85,85)
#524546
(82,69,70)
#3E3537
(62,53,55)
#2A2528
(42,37,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #DEB5AF

#DEB5AF
(222,181,175)
#E1BBB6
(225,187,182)
#E4C1BD
(228,193,189)
#E7C7C4
(231,199,196)
#EACDCB
(234,205,203)
#EDD3D2
(237,211,210)
#F0D9D9
(240,217,217)
#F3DFE0
(243,223,224)
#F6E5E7
(246,229,231)
#F9EBEE
(249,235,238)
#FCF1F5
(252,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB5AF; }

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

This text font color is #DEB5AF.


Background Color

.myBgColor { background-color: #DEB5AF; }

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

This div background color is #DEB5AF.


Border color

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

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

This div border color is #DEB5AF.


Opacity

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

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

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

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

This text has shadow with #DEB5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB5AF on black background.


Color preview on white background

This text has color #DEB5AF on white background.



Black color preview on #DEB5AF background

This text has black color on #DEB5AF background.


White color preview on #DEB5AF background

This text has white color on #DEB5AF background.