COLOR #DEB6A8

HEX: #DEB6A8
RGB: (222,182,168)

Color info

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

RGB color model

#DEB6A8 color RGB value is (222,182,168).

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

RGB channels and saturation

R 222 of 255 = 87%
G 182 of 255 = 71%
B 168 of 255 = 66%

222
182
168

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

Portions of RGB colors in percentages

R + G + B =
222 + 182 + 168 = 572 (100%)
R 222 of 572 ~ 38.81%
G 182 of 572 ~ 31.82%
B 168 of 572 ~ 29.37%

%38.81
%31.82
%29.37

CMYK color model

#DEB6A8 color CMYK value is (0,18,24,13).

  • cyan value is 0.00%
  • magenta value is 18.02%
  • yellow value is 24.32%
  • key color value is 12.94%
CMYK:
(0,18,24,13)
C0M18Y24K13 
(0%,18%,24%,13%)
(0.00/0.18/0.24/0.13)	

CMYK percentages

%0
%18.02
%24.32
%12.94

Codes

Color #DEB6A8 in popluar color models

DEB6A8
RGB222182168
HSL16°45.00%76.47%
HSB/HSV16°24.32%87.06%
CMYK0.00%18.02%24.32%
12.94%

Color #DEB6A8 in popluar number systems.

HEXDEB6A8
Decimal222182168
Binary110111101011011010101000
Octal336266250

Shades and tints

Shades of #DEB6A8

#DEB6A8
(222,182,168)
#CAA699
(202,166,153)
#B6968A
(182,150,138)
#A2867B
(162,134,123)
#8E766C
(142,118,108)
#7A665D
(122,102,93)
#66564E
(102,86,78)
#52463F
(82,70,63)
#3E3630
(62,54,48)
#2A2621
(42,38,33)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #DEB6A8

#DEB6A8
(222,182,168)
#E1BCAF
(225,188,175)
#E4C2B6
(228,194,182)
#E7C8BD
(231,200,189)
#EACEC4
(234,206,196)
#EDD4CB
(237,212,203)
#F0DAD2
(240,218,210)
#F3E0D9
(243,224,217)
#F6E6E0
(246,230,224)
#F9ECE7
(249,236,231)
#FCF2EE
(252,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEB6A8; }

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

This text font color is #DEB6A8.


Background Color

.myBgColor { background-color: #DEB6A8; }

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

This div background color is #DEB6A8.


Border color

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

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

This div border color is #DEB6A8.


Opacity

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

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

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

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

This text has shadow with #DEB6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB6A8 on black background.


Color preview on white background

This text has color #DEB6A8 on white background.



Black color preview on #DEB6A8 background

This text has black color on #DEB6A8 background.


White color preview on #DEB6A8 background

This text has white color on #DEB6A8 background.