COLOR #9E99C2

HEX: #9E99C2
RGB: (158,153,194)

Color info

#9E99C2 contains red, green and blue colors in about the same proportion. Web safe color of #9E99C2 is #9999CC (or #99C).

RGB color model

#9E99C2 color RGB value is (158,153,194).

  • red value is 158;
  • green value is 153;
  • blue value is 194.
RGB:
(158,153,194)
(62%,60%,76%)

RGB channels and saturation

R 158 of 255 = 62%
G 153 of 255 = 60%
B 194 of 255 = 76%

158
153
194

R + G + B ~ 66%. #9E99C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 153 + 194 = 505 (100%)
R 158 of 505 ~ 31.29%
G 153 of 505 ~ 30.3%
B 194 of 505 ~ 38.42%

%31.29
%30.3
%38.42

CMYK color model

#9E99C2 color CMYK value is (19,21,0,24).

  • cyan value is 18.56%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(19,21,0,24)
C19M21Y0K24 
(19%,21%,0%,24%)
(0.19/0.21/0.00/0.24)	

CMYK percentages

%18.56
%21.13
%0
%23.92

Codes

Color #9E99C2 in popluar color models

9E99C2
RGB158153194
HSL247°25.15%68.04%
HSB/HSV247°21.13%76.08%
CMYK18.56%21.13%0.00%
23.92%

Color #9E99C2 in popluar number systems.

HEX9E99C2
Decimal158153194
Binary100111101001100111000010
Octal236231302

Shades and tints

Shades of #9E99C2

#9E99C2
(158,153,194)
#908CB1
(144,140,177)
#827FA0
(130,127,160)
#74728F
(116,114,143)
#66657E
(102,101,126)
#58586D
(88,88,109)
#4A4B5C
(74,75,92)
#3C3E4B
(60,62,75)
#2E313A
(46,49,58)
#202429
(32,36,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #9E99C2

#9E99C2
(158,153,194)
#A6A2C7
(166,162,199)
#AEABCC
(174,171,204)
#B6B4D1
(182,180,209)
#BEBDD6
(190,189,214)
#C6C6DB
(198,198,219)
#CECFE0
(206,207,224)
#D6D8E5
(214,216,229)
#DEE1EA
(222,225,234)
#E6EAEF
(230,234,239)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E99C2 color. Also use rgb(158,153,194) instead hex code.

Text Font Color

.myTextColor { color: #9E99C2; }

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

This text font color is #9E99C2.


Background Color

.myBgColor { background-color: #9E99C2; }

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

This div background color is #9E99C2.


Border color

.myBorderColor { border: 1px solid #9E99C2; }

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

This div border color is #9E99C2.


Opacity

.myOpacity80 { color: #9E99C2; opacity: 0.8; }

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

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

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

This text has shadow with #9E99C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E99C2 on black background.


Color preview on white background

This text has color #9E99C2 on white background.



Black color preview on #9E99C2 background

This text has black color on #9E99C2 background.


White color preview on #9E99C2 background

This text has white color on #9E99C2 background.