COLOR #DEAAA6

HEX: #DEAAA6
RGB: (222,170,166)

Color info

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

RGB color model

#DEAAA6 color RGB value is (222,170,166).

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

RGB channels and saturation

R 222 of 255 = 87%
G 170 of 255 = 67%
B 166 of 255 = 65%

222
170
166

R + G + B ~ 73%. #DEAAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 170 + 166 = 558 (100%)
R 222 of 558 ~ 39.78%
G 170 of 558 ~ 30.47%
B 166 of 558 ~ 29.75%

%39.78
%30.47
%29.75

CMYK color model

#DEAAA6 color CMYK value is (0,23,25,13).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 25.23%
  • key color value is 12.94%
CMYK:
(0,23,25,13)
C0M23Y25K13 
(0%,23%,25%,13%)
(0.00/0.23/0.25/0.13)	

CMYK percentages

%0
%23.42
%25.23
%12.94

Codes

Color #DEAAA6 in popluar color models

DEAAA6
RGB222170166
HSL45.90%76.08%
HSB/HSV25.23%87.06%
CMYK0.00%23.42%25.23%
12.94%

Color #DEAAA6 in popluar number systems.

HEXDEAAA6
Decimal222170166
Binary110111101010101010100110
Octal336252246

Shades and tints

Shades of #DEAAA6

#DEAAA6
(222,170,166)
#CA9B97
(202,155,151)
#B68C88
(182,140,136)
#A27D79
(162,125,121)
#8E6E6A
(142,110,106)
#7A5F5B
(122,95,91)
#66504C
(102,80,76)
#52413D
(82,65,61)
#3E322E
(62,50,46)
#2A231F
(42,35,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #DEAAA6

#DEAAA6
(222,170,166)
#E1B1AE
(225,177,174)
#E4B8B6
(228,184,182)
#E7BFBE
(231,191,190)
#EAC6C6
(234,198,198)
#EDCDCE
(237,205,206)
#F0D4D6
(240,212,214)
#F3DBDE
(243,219,222)
#F6E2E6
(246,226,230)
#F9E9EE
(249,233,238)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEAAA6; }

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

This text font color is #DEAAA6.


Background Color

.myBgColor { background-color: #DEAAA6; }

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

This div background color is #DEAAA6.


Border color

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

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

This div border color is #DEAAA6.


Opacity

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

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

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

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

This text has shadow with #DEAAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEAAA6 on black background.


Color preview on white background

This text has color #DEAAA6 on white background.



Black color preview on #DEAAA6 background

This text has black color on #DEAAA6 background.


White color preview on #DEAAA6 background

This text has white color on #DEAAA6 background.