COLOR #9992E0

HEX: #9992E0 RGB: (153,146,224)

Color info

#9992E0 contains mainly blue color. Web safe color of #9992E0 is #9999CC (or #99C).

RGB color model

#9992E0 color RGB value is (153,146,224).

RGB: (153,146,224) (60%, 57%, 88%)

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 224 of 255 = 88%

153
146
224

R + G + B ~ 68%. #9992E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 146 + 224 = 523 (100%)
R 153 of 523 ~ 29.25%
G 146 of 523 ~ 27.92%
B 224 of 523 ~ 42.83'%

%29.25
%27.92
%42.83

CMYK color model

#9992E0 color CMYK value is (32,35,0,12).

  • cyan value is 31.70%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (32,35,0,12)
C32M35Y0K12 (32%, 35%, 0%, 12%)
(0.32 / 0.35 / 0.00 / 0.12)

CMYK percentages

%31.7
%34.82
%0
%12.16

Codes

Color #9992E0 in popluar color models

99 92 E0
RGB 153 146 224
HSL 245° 55.71% 72.55%
HSB/HSV 245° 34.82% 87.84%
CMYK 31.70% 34.82% 0.00%
12.16%

Color #9992E0 in popluar number systems.

HEX 99 92 E0
Decimal 153 146 224
Binary 10011001 10010010 11100000
Octal 231 222 340

Shades and tints

Shades of #9992E0

#9992E0
(153,146,224)
#8C85CC
(140,133,204)
#7F78B8
(127,120,184)
#726BA4
(114,107,164)
#655E90
(101,94,144)
#58517C
(88,81,124)
#4B4468
(75,68,104)
#3E3754
(62,55,84)
#312A40
(49,42,64)
#241D2C
(36,29,44)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #9992E0

#9992E0
(153,146,224)
#A29BE2
(162,155,226)
#ABA4E4
(171,164,228)
#B4ADE6
(180,173,230)
#BDB6E8
(189,182,232)
#C6BFEA
(198,191,234)
#CFC8EC
(207,200,236)
#D8D1EE
(216,209,238)
#E1DAF0
(225,218,240)
#EAE3F2
(234,227,242)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9992E0 color. Also use rgb(153,146,224) instead hex code.

Text Font Color

.myTextColor { color: #9992E0; }

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

This text font color is #9992E0.

Background Color

.myBgColor { background-color: #9992E0; }

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

This div background color is #9992E0.

Border color

.myBorderColor { border: 1px solid #9992E0; }

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

This div border color is #9992E0.

Opacity

.myOpacity80 { color: #9992E0; opacity: 0.8; }

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

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

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

This text has shadow with #9992E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9992E0.

Preview

Color preview on black background

This text has color #9992E0 on black background.


Color preview on white background

This text has color #9992E0 on white background.


Black color preview on #9992E0 background

This text has black color on #9992E0 background.


White color preview on #9992E0 background

This text has white color on #9992E0 background.


Related colors

Complementary color

Complementary color for #hex is #666D1F.


I love getcolorcode.com

Triadic colors

1 #E09992 and #92E099 with #9992E0 are triadic colors.

2 #E09299 and #9299E0 with #9992E0 are triadic colors.