COLOR #DEB6A3

HEX: #DEB6A3
RGB: (222,182,163)

Color info

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

RGB color model

#DEB6A3 color RGB value is (222,182,163).

  • red value is 222;
  • green value is 182;
  • blue value is 163.
RGB:
(222,182,163)
(87%,71%,64%)

RGB channels and saturation

R 222 of 255 = 87%
G 182 of 255 = 71%
B 163 of 255 = 64%

222
182
163

R + G + B ~ 74%. #DEB6A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 182 + 163 = 567 (100%)
R 222 of 567 ~ 39.15%
G 182 of 567 ~ 32.1%
B 163 of 567 ~ 28.75%

%39.15
%32.1
%28.75

CMYK color model

#DEB6A3 color CMYK value is (0,18,27,13).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 26.58%
  • key color value is 12.94%
CMYK:
(0,18,27,13)
C0M18Y27K13 
(0%,18%,27%,13%)
(0.00/0.18/0.27/0.13)	

CMYK percentages

%0
%18.02
%26.58
%12.94

Codes

Color #DEB6A3 in popluar color models

DEB6A3
RGB222182163
HSL19°47.20%75.49%
HSB/HSV19°26.58%87.06%
CMYK0.00%18.02%26.58%
12.94%

Color #DEB6A3 in popluar number systems.

HEXDEB6A3
Decimal222182163
Binary110111101011011010100011
Octal336266243

Shades and tints

Shades of #DEB6A3

#DEB6A3
(222,182,163)
#CAA695
(202,166,149)
#B69687
(182,150,135)
#A28679
(162,134,121)
#8E766B
(142,118,107)
#7A665D
(122,102,93)
#66564F
(102,86,79)
#524641
(82,70,65)
#3E3633
(62,54,51)
#2A2625
(42,38,37)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #DEB6A3

#DEB6A3
(222,182,163)
#E1BCAB
(225,188,171)
#E4C2B3
(228,194,179)
#E7C8BB
(231,200,187)
#EACEC3
(234,206,195)
#EDD4CB
(237,212,203)
#F0DAD3
(240,218,211)
#F3E0DB
(243,224,219)
#F6E6E3
(246,230,227)
#F9ECEB
(249,236,235)
#FCF2F3
(252,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB6A3 color. Also use rgb(222,182,163) instead hex code.

Text Font Color

.myTextColor { color: #DEB6A3; }

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

This text font color is #DEB6A3.


Background Color

.myBgColor { background-color: #DEB6A3; }

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

This div background color is #DEB6A3.


Border color

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

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

This div border color is #DEB6A3.


Opacity

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

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

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

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

This text has shadow with #DEB6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB6A3 on black background.


Color preview on white background

This text has color #DEB6A3 on white background.



Black color preview on #DEB6A3 background

This text has black color on #DEB6A3 background.


White color preview on #DEB6A3 background

This text has white color on #DEB6A3 background.