COLOR #DEAABE

HEX: #DEAABE
RGB: (222,170,190)

Color info

#DEAABE contains red, green and blue colors in about the same proportion. Web safe color of #DEAABE is #CC99CC (or #C9C).

RGB color model

#DEAABE color RGB value is (222,170,190).

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

RGB channels and saturation

R 222 of 255 = 87%
G 170 of 255 = 67%
B 190 of 255 = 75%

222
170
190

R + G + B ~ 76%. #DEAABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 170 + 190 = 582 (100%)
R 222 of 582 ~ 38.14%
G 170 of 582 ~ 29.21%
B 190 of 582 ~ 32.65%

%38.14
%29.21
%32.65

CMYK color model

#DEAABE color CMYK value is (0,23,14,13).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 14.41%
  • key color value is 12.94%
CMYK:
(0,23,14,13)
C0M23Y14K13 
(0%,23%,14%,13%)
(0.00/0.23/0.14/0.13)	

CMYK percentages

%0
%23.42
%14.41
%12.94

Codes

Color #DEAABE in popluar color models

DEAABE
RGB222170190
HSL337°44.07%76.86%
HSB/HSV337°23.42%87.06%
CMYK0.00%23.42%14.41%
12.94%

Color #DEAABE in popluar number systems.

HEXDEAABE
Decimal222170190
Binary110111101010101010111110
Octal336252276

Shades and tints

Shades of #DEAABE

#DEAABE
(222,170,190)
#CA9BAD
(202,155,173)
#B68C9C
(182,140,156)
#A27D8B
(162,125,139)
#8E6E7A
(142,110,122)
#7A5F69
(122,95,105)
#665058
(102,80,88)
#524147
(82,65,71)
#3E3236
(62,50,54)
#2A2325
(42,35,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #DEAABE

#DEAABE
(222,170,190)
#E1B1C3
(225,177,195)
#E4B8C8
(228,184,200)
#E7BFCD
(231,191,205)
#EAC6D2
(234,198,210)
#EDCDD7
(237,205,215)
#F0D4DC
(240,212,220)
#F3DBE1
(243,219,225)
#F6E2E6
(246,226,230)
#F9E9EB
(249,233,235)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEAABE; }

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

This text font color is #DEAABE.


Background Color

.myBgColor { background-color: #DEAABE; }

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

This div background color is #DEAABE.


Border color

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

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

This div border color is #DEAABE.


Opacity

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

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

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

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

This text has shadow with #DEAABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEAABE on black background.


Color preview on white background

This text has color #DEAABE on white background.



Black color preview on #DEAABE background

This text has black color on #DEAABE background.


White color preview on #DEAABE background

This text has white color on #DEAABE background.