COLOR #99ABE2

HEX: #99ABE2
RGB: (153,171,226)

Color info

#99ABE2 contains mainly green and blue colors. Web safe color of #99ABE2 is #9999CC (or #99C).

RGB color model

#99ABE2 color RGB value is (153,171,226).

  • red value is 153;
  • green value is 171;
  • blue value is 226.
RGB:
(153,171,226)
(60%,67%,89%)

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 226 of 255 = 89%

153
171
226

R + G + B ~ 72%. #99ABE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 171 + 226 = 550 (100%)
R 153 of 550 ~ 27.82%
G 171 of 550 ~ 31.09%
B 226 of 550 ~ 41.09%

%27.82
%31.09
%41.09

CMYK color model

#99ABE2 color CMYK value is (32,24,0,11).

  • cyan value is 32.30%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(32,24,0,11)
C32M24Y0K11 
(32%,24%,0%,11%)
(0.32/0.24/0.00/0.11)	

CMYK percentages

%32.3
%24.34
%0
%11.37

Codes

Color #99ABE2 in popluar color models

99ABE2
RGB153171226
HSL225°55.73%74.31%
HSB/HSV225°32.30%88.63%
CMYK32.30%24.34%0.00%
11.37%

Color #99ABE2 in popluar number systems.

HEX99ABE2
Decimal153171226
Binary100110011010101111100010
Octal231253342

Shades and tints

Shades of #99ABE2

#99ABE2
(153,171,226)
#8C9CCE
(140,156,206)
#7F8DBA
(127,141,186)
#727EA6
(114,126,166)
#656F92
(101,111,146)
#58607E
(88,96,126)
#4B516A
(75,81,106)
#3E4256
(62,66,86)
#313342
(49,51,66)
#24242E
(36,36,46)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #99ABE2

#99ABE2
(153,171,226)
#A2B2E4
(162,178,228)
#ABB9E6
(171,185,230)
#B4C0E8
(180,192,232)
#BDC7EA
(189,199,234)
#C6CEEC
(198,206,236)
#CFD5EE
(207,213,238)
#D8DCF0
(216,220,240)
#E1E3F2
(225,227,242)
#EAEAF4
(234,234,244)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99ABE2 color. Also use rgb(153,171,226) instead hex code.

Text Font Color

.myTextColor { color: #99ABE2; }

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

This text font color is #99ABE2.


Background Color

.myBgColor { background-color: #99ABE2; }

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

This div background color is #99ABE2.


Border color

.myBorderColor { border: 1px solid #99ABE2; }

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

This div border color is #99ABE2.


Opacity

.myOpacity80 { color: #99ABE2; opacity: 0.8; }

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

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

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

This text has shadow with #99ABE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ABE2 on black background.


Color preview on white background

This text has color #99ABE2 on white background.



Black color preview on #99ABE2 background

This text has black color on #99ABE2 background.


White color preview on #99ABE2 background

This text has white color on #99ABE2 background.