COLOR #DE9EB7

HEX: #DE9EB7
RGB: (222,158,183)

Color info

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

RGB color model

#DE9EB7 color RGB value is (222,158,183).

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

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 183 of 255 = 72%

222
158
183

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

Portions of RGB colors in percentages

R + G + B =
222 + 158 + 183 = 563 (100%)
R 222 of 563 ~ 39.43%
G 158 of 563 ~ 28.06%
B 183 of 563 ~ 32.5%

%39.43
%28.06
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 17.57%
  • 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
%17.57
%12.94

Codes

Color #DE9EB7 in popluar color models

DE9EB7
RGB222158183
HSL337°49.23%74.51%
HSB/HSV337°28.83%87.06%
CMYK0.00%28.83%17.57%
12.94%

Color #DE9EB7 in popluar number systems.

HEXDE9EB7
Decimal222158183
Binary110111101001111010110111
Octal336236267

Shades and tints

Shades of #DE9EB7

#DE9EB7
(222,158,183)
#CA90A7
(202,144,167)
#B68297
(182,130,151)
#A27487
(162,116,135)
#8E6677
(142,102,119)
#7A5867
(122,88,103)
#664A57
(102,74,87)
#523C47
(82,60,71)
#3E2E37
(62,46,55)
#2A2027
(42,32,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #DE9EB7

#DE9EB7
(222,158,183)
#E1A6BD
(225,166,189)
#E4AEC3
(228,174,195)
#E7B6C9
(231,182,201)
#EABECF
(234,190,207)
#EDC6D5
(237,198,213)
#F0CEDB
(240,206,219)
#F3D6E1
(243,214,225)
#F6DEE7
(246,222,231)
#F9E6ED
(249,230,237)
#FCEEF3
(252,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9EB7; }

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

This text font color is #DE9EB7.


Background Color

.myBgColor { background-color: #DE9EB7; }

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

This div background color is #DE9EB7.


Border color

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

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

This div border color is #DE9EB7.


Opacity

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

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

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

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

This text has shadow with #DE9EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9EB7 on black background.


Color preview on white background

This text has color #DE9EB7 on white background.



Black color preview on #DE9EB7 background

This text has black color on #DE9EB7 background.


White color preview on #DE9EB7 background

This text has white color on #DE9EB7 background.