COLOR #DEAAB0

HEX: #DEAAB0 RGB: (222,170,176)

Color info

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

RGB color model

#DEAAB0 color RGB value is (222,170,176).

RGB: (222,170,176) (87%, 67%, 69%)

RGB channels and saturation

R 222 of 255 = 87%
G 170 of 255 = 67%
B 176 of 255 = 69%

222
170
176

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

Portions of RGB colors in percentages

R + G + B = 222 + 170 + 176 = 568 (100%)
R 222 of 568 ~ 39.08%
G 170 of 568 ~ 29.93%
B 176 of 568 ~ 30.99'%

%39.08
%29.93
%30.99

CMYK color model

#DEAAB0 color CMYK value is (0,23,21,13).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 20.72%
  • key color value is 12.94%

CMYK: (0,23,21,13)
C0M23Y21K13 (0%, 23%, 21%, 13%)
(0.00 / 0.23 / 0.21 / 0.13)

CMYK percentages

%0
%23.42
%20.72
%12.94

Codes

Color #DEAAB0 in popluar color models

DE AA B0
RGB 222 170 176
HSL 353° 44.07% 76.86%
HSB/HSV 353° 23.42% 87.06%
CMYK 0.00% 23.42% 20.72%
12.94%

Color #DEAAB0 in popluar number systems.

HEX DE AA B0
Decimal 222 170 176
Binary 11011110 10101010 10110000
Octal 336 252 260

Shades and tints

Shades of #DEAAB0

#DEAAB0
(222,170,176)
#CA9BA0
(202,155,160)
#B68C90
(182,140,144)
#A27D80
(162,125,128)
#8E6E70
(142,110,112)
#7A5F60
(122,95,96)
#665050
(102,80,80)
#524140
(82,65,64)
#3E3230
(62,50,48)
#2A2320
(42,35,32)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #DEAAB0

#DEAAB0
(222,170,176)
#E1B1B7
(225,177,183)
#E4B8BE
(228,184,190)
#E7BFC5
(231,191,197)
#EAC6CC
(234,198,204)
#EDCDD3
(237,205,211)
#F0D4DA
(240,212,218)
#F3DBE1
(243,219,225)
#F6E2E8
(246,226,232)
#F9E9EF
(249,233,239)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEAAB0; }

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

This text font color is #DEAAB0.

Background Color

.myBgColor { background-color: #DEAAB0; }

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

This div background color is #DEAAB0.

Border color

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

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

This div border color is #DEAAB0.

Opacity

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

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

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

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

This text has shadow with #DEAAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEAAB0.

Preview

Color preview on black background

This text has color #DEAAB0 on black background.


Color preview on white background

This text has color #DEAAB0 on white background.


Black color preview on #DEAAB0 background

This text has black color on #DEAAB0 background.


White color preview on #DEAAB0 background

This text has white color on #DEAAB0 background.


Related colors

Complementary color

Complementary color for #hex is #21554F.


I love getcolorcode.com

Triadic colors

1 #B0DEAA and #AAB0DE with #DEAAB0 are triadic colors.

2 #B0AADE and #AADEB0 with #DEAAB0 are triadic colors.