COLOR #DE9ABB

HEX: #DE9ABB RGB: (222,154,187)

Color info

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

RGB color model

#DE9ABB color RGB value is (222,154,187).

RGB: (222,154,187) (87%, 60%, 73%)

RGB channels and saturation

R 222 of 255 = 87%
G 154 of 255 = 60%
B 187 of 255 = 73%

222
154
187

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

Portions of RGB colors in percentages

R + G + B = 222 + 154 + 187 = 563 (100%)
R 222 of 563 ~ 39.43%
G 154 of 563 ~ 27.35%
B 187 of 563 ~ 33.21'%

%39.43
%27.35
%33.21

CMYK color model

#DE9ABB color CMYK value is (0,31,16,13).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 15.77%
  • key color value is 12.94%

CMYK: (0,31,16,13)
C0M31Y16K13 (0%, 31%, 16%, 13%)
(0.00 / 0.31 / 0.16 / 0.13)

CMYK percentages

%0
%30.63
%15.77
%12.94

Codes

Color #DE9ABB in popluar color models

DE 9A BB
RGB 222 154 187
HSL 331° 50.75% 73.73%
HSB/HSV 331° 30.63% 87.06%
CMYK 0.00% 30.63% 15.77%
12.94%

Color #DE9ABB in popluar number systems.

HEX DE 9A BB
Decimal 222 154 187
Binary 11011110 10011010 10111011
Octal 336 232 273

Shades and tints

Shades of #DE9ABB

#DE9ABB
(222,154,187)
#CA8CAA
(202,140,170)
#B67E99
(182,126,153)
#A27088
(162,112,136)
#8E6277
(142,98,119)
#7A5466
(122,84,102)
#664655
(102,70,85)
#523844
(82,56,68)
#3E2A33
(62,42,51)
#2A1C22
(42,28,34)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #DE9ABB

#DE9ABB
(222,154,187)
#E1A3C1
(225,163,193)
#E4ACC7
(228,172,199)
#E7B5CD
(231,181,205)
#EABED3
(234,190,211)
#EDC7D9
(237,199,217)
#F0D0DF
(240,208,223)
#F3D9E5
(243,217,229)
#F6E2EB
(246,226,235)
#F9EBF1
(249,235,241)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9ABB color. Also use rgb(222,154,187) instead hex code.

Text Font Color

.myTextColor { color: #DE9ABB; }

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

This text font color is #DE9ABB.

Background Color

.myBgColor { background-color: #DE9ABB; }

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

This div background color is #DE9ABB.

Border color

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

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

This div border color is #DE9ABB.

Opacity

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

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

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

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

This text has shadow with #DE9ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9ABB.

Preview

Color preview on black background

This text has color #DE9ABB on black background.


Color preview on white background

This text has color #DE9ABB on white background.


Black color preview on #DE9ABB background

This text has black color on #DE9ABB background.


White color preview on #DE9ABB background

This text has white color on #DE9ABB background.


Related colors

Complementary color

Complementary color for #hex is #216544.


I love getcolorcode.com

Triadic colors

1 #BBDE9A and #9ABBDE with #DE9ABB are triadic colors.

2 #BB9ADE and #9ADEBB with #DE9ABB are triadic colors.