COLOR #DEB2AF

HEX: #DEB2AF
RGB: (222,178,175)

Color info

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

RGB color model

#DEB2AF color RGB value is (222,178,175).

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

RGB channels and saturation

R 222 of 255 = 87%
G 178 of 255 = 70%
B 175 of 255 = 69%

222
178
175

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

Portions of RGB colors in percentages

R + G + B =
222 + 178 + 175 = 575 (100%)
R 222 of 575 ~ 38.61%
G 178 of 575 ~ 30.96%
B 175 of 575 ~ 30.43%

%38.61
%30.96
%30.43

CMYK color model

#DEB2AF color CMYK value is (0,20,21,13).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 21.17%
  • key color value is 12.94%
CMYK:
(0,20,21,13)
C0M20Y21K13 
(0%,20%,21%,13%)
(0.00/0.20/0.21/0.13)	

CMYK percentages

%0
%19.82
%21.17
%12.94

Codes

Color #DEB2AF in popluar color models

DEB2AF
RGB222178175
HSL41.59%77.84%
HSB/HSV21.17%87.06%
CMYK0.00%19.82%21.17%
12.94%

Color #DEB2AF in popluar number systems.

HEXDEB2AF
Decimal222178175
Binary110111101011001010101111
Octal336262257

Shades and tints

Shades of #DEB2AF

#DEB2AF
(222,178,175)
#CAA2A0
(202,162,160)
#B69291
(182,146,145)
#A28282
(162,130,130)
#8E7273
(142,114,115)
#7A6264
(122,98,100)
#665255
(102,82,85)
#524246
(82,66,70)
#3E3237
(62,50,55)
#2A2228
(42,34,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #DEB2AF

#DEB2AF
(222,178,175)
#E1B9B6
(225,185,182)
#E4C0BD
(228,192,189)
#E7C7C4
(231,199,196)
#EACECB
(234,206,203)
#EDD5D2
(237,213,210)
#F0DCD9
(240,220,217)
#F3E3E0
(243,227,224)
#F6EAE7
(246,234,231)
#F9F1EE
(249,241,238)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB2AF; }

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

This text font color is #DEB2AF.


Background Color

.myBgColor { background-color: #DEB2AF; }

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

This div background color is #DEB2AF.


Border color

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

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

This div border color is #DEB2AF.


Opacity

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

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

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

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

This text has shadow with #DEB2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB2AF on black background.


Color preview on white background

This text has color #DEB2AF on white background.



Black color preview on #DEB2AF background

This text has black color on #DEB2AF background.


White color preview on #DEB2AF background

This text has white color on #DEB2AF background.