COLOR #DEA6B9

HEX: #DEA6B9
RGB: (222,166,185)

Color info

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

RGB color model

#DEA6B9 color RGB value is (222,166,185).

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

RGB channels and saturation

R 222 of 255 = 87%
G 166 of 255 = 65%
B 185 of 255 = 73%

222
166
185

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

Portions of RGB colors in percentages

R + G + B =
222 + 166 + 185 = 573 (100%)
R 222 of 573 ~ 38.74%
G 166 of 573 ~ 28.97%
B 185 of 573 ~ 32.29%

%38.74
%28.97
%32.29

CMYK color model

#DEA6B9 color CMYK value is (0,25,17,13).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(0,25,17,13)
C0M25Y17K13 
(0%,25%,17%,13%)
(0.00/0.25/0.17/0.13)	

CMYK percentages

%0
%25.23
%16.67
%12.94

Codes

Color #DEA6B9 in popluar color models

DEA6B9
RGB222166185
HSL340°45.90%76.08%
HSB/HSV340°25.23%87.06%
CMYK0.00%25.23%16.67%
12.94%

Color #DEA6B9 in popluar number systems.

HEXDEA6B9
Decimal222166185
Binary110111101010011010111001
Octal336246271

Shades and tints

Shades of #DEA6B9

#DEA6B9
(222,166,185)
#CA97A9
(202,151,169)
#B68899
(182,136,153)
#A27989
(162,121,137)
#8E6A79
(142,106,121)
#7A5B69
(122,91,105)
#664C59
(102,76,89)
#523D49
(82,61,73)
#3E2E39
(62,46,57)
#2A1F29
(42,31,41)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #DEA6B9

#DEA6B9
(222,166,185)
#E1AEBF
(225,174,191)
#E4B6C5
(228,182,197)
#E7BECB
(231,190,203)
#EAC6D1
(234,198,209)
#EDCED7
(237,206,215)
#F0D6DD
(240,214,221)
#F3DEE3
(243,222,227)
#F6E6E9
(246,230,233)
#F9EEEF
(249,238,239)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEA6B9; }

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

This text font color is #DEA6B9.


Background Color

.myBgColor { background-color: #DEA6B9; }

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

This div background color is #DEA6B9.


Border color

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

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

This div border color is #DEA6B9.


Opacity

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

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

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

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

This text has shadow with #DEA6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEA6B9 on black background.


Color preview on white background

This text has color #DEA6B9 on white background.



Black color preview on #DEA6B9 background

This text has black color on #DEA6B9 background.


White color preview on #DEA6B9 background

This text has white color on #DEA6B9 background.