COLOR #DEB4A6

HEX: #DEB4A6
RGB: (222,180,166)

Color info

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

RGB color model

#DEB4A6 color RGB value is (222,180,166).

  • red value is 222;
  • green value is 180;
  • blue value is 166.
RGB:
(222,180,166)
(87%,71%,65%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 166 of 255 = 65%

222
180
166

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

Portions of RGB colors in percentages

R + G + B =
222 + 180 + 166 = 568 (100%)
R 222 of 568 ~ 39.08%
G 180 of 568 ~ 31.69%
B 166 of 568 ~ 29.23%

%39.08
%31.69
%29.23

CMYK color model

#DEB4A6 color CMYK value is (0,19,25,13).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 25.23%
  • key color value is 12.94%
CMYK:
(0,19,25,13)
C0M19Y25K13 
(0%,19%,25%,13%)
(0.00/0.19/0.25/0.13)	

CMYK percentages

%0
%18.92
%25.23
%12.94

Codes

Color #DEB4A6 in popluar color models

DEB4A6
RGB222180166
HSL15°45.90%76.08%
HSB/HSV15°25.23%87.06%
CMYK0.00%18.92%25.23%
12.94%

Color #DEB4A6 in popluar number systems.

HEXDEB4A6
Decimal222180166
Binary110111101011010010100110
Octal336264246

Shades and tints

Shades of #DEB4A6

#DEB4A6
(222,180,166)
#CAA497
(202,164,151)
#B69488
(182,148,136)
#A28479
(162,132,121)
#8E746A
(142,116,106)
#7A645B
(122,100,91)
#66544C
(102,84,76)
#52443D
(82,68,61)
#3E342E
(62,52,46)
#2A241F
(42,36,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #DEB4A6

#DEB4A6
(222,180,166)
#E1BAAE
(225,186,174)
#E4C0B6
(228,192,182)
#E7C6BE
(231,198,190)
#EACCC6
(234,204,198)
#EDD2CE
(237,210,206)
#F0D8D6
(240,216,214)
#F3DEDE
(243,222,222)
#F6E4E6
(246,228,230)
#F9EAEE
(249,234,238)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB4A6 color. Also use rgb(222,180,166) instead hex code.

Text Font Color

.myTextColor { color: #DEB4A6; }

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

This text font color is #DEB4A6.


Background Color

.myBgColor { background-color: #DEB4A6; }

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

This div background color is #DEB4A6.


Border color

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

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

This div border color is #DEB4A6.


Opacity

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

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

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

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

This text has shadow with #DEB4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB4A6 on black background.


Color preview on white background

This text has color #DEB4A6 on white background.



Black color preview on #DEB4A6 background

This text has black color on #DEB4A6 background.


White color preview on #DEB4A6 background

This text has white color on #DEB4A6 background.