COLOR #DE9CB8

HEX: #DE9CB8
RGB: (222,156,184)

Color info

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

RGB color model

#DE9CB8 color RGB value is (222,156,184).

  • red value is 222;
  • green value is 156;
  • blue value is 184.
RGB:
(222,156,184)
(87%,61%,72%)

RGB channels and saturation

R 222 of 255 = 87%
G 156 of 255 = 61%
B 184 of 255 = 72%

222
156
184

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

Portions of RGB colors in percentages

R + G + B =
222 + 156 + 184 = 562 (100%)
R 222 of 562 ~ 39.5%
G 156 of 562 ~ 27.76%
B 184 of 562 ~ 32.74%

%39.5
%27.76
%32.74

CMYK color model

#DE9CB8 color CMYK value is (0,30,17,13).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 17.12%
  • key color value is 12.94%
CMYK:
(0,30,17,13)
C0M30Y17K13 
(0%,30%,17%,13%)
(0.00/0.30/0.17/0.13)	

CMYK percentages

%0
%29.73
%17.12
%12.94

Codes

Color #DE9CB8 in popluar color models

DE9CB8
RGB222156184
HSL335°50.00%74.12%
HSB/HSV335°29.73%87.06%
CMYK0.00%29.73%17.12%
12.94%

Color #DE9CB8 in popluar number systems.

HEXDE9CB8
Decimal222156184
Binary110111101001110010111000
Octal336234270

Shades and tints

Shades of #DE9CB8

#DE9CB8
(222,156,184)
#CA8EA8
(202,142,168)
#B68098
(182,128,152)
#A27288
(162,114,136)
#8E6478
(142,100,120)
#7A5668
(122,86,104)
#664858
(102,72,88)
#523A48
(82,58,72)
#3E2C38
(62,44,56)
#2A1E28
(42,30,40)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #DE9CB8

#DE9CB8
(222,156,184)
#E1A5BE
(225,165,190)
#E4AEC4
(228,174,196)
#E7B7CA
(231,183,202)
#EAC0D0
(234,192,208)
#EDC9D6
(237,201,214)
#F0D2DC
(240,210,220)
#F3DBE2
(243,219,226)
#F6E4E8
(246,228,232)
#F9EDEE
(249,237,238)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9CB8 color. Also use rgb(222,156,184) instead hex code.

Text Font Color

.myTextColor { color: #DE9CB8; }

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

This text font color is #DE9CB8.


Background Color

.myBgColor { background-color: #DE9CB8; }

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

This div background color is #DE9CB8.


Border color

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

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

This div border color is #DE9CB8.


Opacity

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

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

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

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

This text has shadow with #DE9CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9CB8 on black background.


Color preview on white background

This text has color #DE9CB8 on white background.



Black color preview on #DE9CB8 background

This text has black color on #DE9CB8 background.


White color preview on #DE9CB8 background

This text has white color on #DE9CB8 background.