COLOR #DE9EB5

HEX: #DE9EB5
RGB: (222,158,181)

Color info

#DE9EB5 contains mainly red and blue colors. Web safe color of #DE9EB5 is #CC99CC (or #C9C).

RGB color model

#DE9EB5 color RGB value is (222,158,181).

  • red value is 222;
  • green value is 158;
  • blue value is 181.
RGB:
(222,158,181)
(87%,62%,71%)

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 181 of 255 = 71%

222
158
181

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

Portions of RGB colors in percentages

R + G + B =
222 + 158 + 181 = 561 (100%)
R 222 of 561 ~ 39.57%
G 158 of 561 ~ 28.16%
B 181 of 561 ~ 32.26%

%39.57
%28.16
%32.26

CMYK color model

#DE9EB5 color CMYK value is (0,29,18,13).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 18.47%
  • key color value is 12.94%
CMYK:
(0,29,18,13)
C0M29Y18K13 
(0%,29%,18%,13%)
(0.00/0.29/0.18/0.13)	

CMYK percentages

%0
%28.83
%18.47
%12.94

Codes

Color #DE9EB5 in popluar color models

DE9EB5
RGB222158181
HSL338°49.23%74.51%
HSB/HSV338°28.83%87.06%
CMYK0.00%28.83%18.47%
12.94%

Color #DE9EB5 in popluar number systems.

HEXDE9EB5
Decimal222158181
Binary110111101001111010110101
Octal336236265

Shades and tints

Shades of #DE9EB5

#DE9EB5
(222,158,181)
#CA90A5
(202,144,165)
#B68295
(182,130,149)
#A27485
(162,116,133)
#8E6675
(142,102,117)
#7A5865
(122,88,101)
#664A55
(102,74,85)
#523C45
(82,60,69)
#3E2E35
(62,46,53)
#2A2025
(42,32,37)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #DE9EB5

#DE9EB5
(222,158,181)
#E1A6BB
(225,166,187)
#E4AEC1
(228,174,193)
#E7B6C7
(231,182,199)
#EABECD
(234,190,205)
#EDC6D3
(237,198,211)
#F0CED9
(240,206,217)
#F3D6DF
(243,214,223)
#F6DEE5
(246,222,229)
#F9E6EB
(249,230,235)
#FCEEF1
(252,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9EB5 color. Also use rgb(222,158,181) instead hex code.

Text Font Color

.myTextColor { color: #DE9EB5; }

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

This text font color is #DE9EB5.


Background Color

.myBgColor { background-color: #DE9EB5; }

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

This div background color is #DE9EB5.


Border color

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

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

This div border color is #DE9EB5.


Opacity

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

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

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

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

This text has shadow with #DE9EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9EB5 on black background.


Color preview on white background

This text has color #DE9EB5 on white background.



Black color preview on #DE9EB5 background

This text has black color on #DE9EB5 background.


White color preview on #DE9EB5 background

This text has white color on #DE9EB5 background.