COLOR #99A0E0

HEX: #99A0E0
RGB: (153,160,224)

Color info

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

RGB color model

#99A0E0 color RGB value is (153,160,224).

  • red value is 153;
  • green value is 160;
  • blue value is 224.
RGB:
(153,160,224)
(60%,63%,88%)

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 224 of 255 = 88%

153
160
224

R + G + B ~ 70%. #99A0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 224 = 537 (100%)
R 153 of 537 ~ 28.49%
G 160 of 537 ~ 29.8%
B 224 of 537 ~ 41.71%

%28.49
%29.8
%41.71

CMYK color model

#99A0E0 color CMYK value is (32,29,0,12).

  • cyan value is 31.70%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(32,29,0,12)
C32M29Y0K12 
(32%,29%,0%,12%)
(0.32/0.29/0.00/0.12)	

CMYK percentages

%31.7
%28.57
%0
%12.16

Codes

Color #99A0E0 in popluar color models

99A0E0
RGB153160224
HSL234°53.38%73.92%
HSB/HSV234°31.70%87.84%
CMYK31.70%28.57%0.00%
12.16%

Color #99A0E0 in popluar number systems.

HEX99A0E0
Decimal153160224
Binary100110011010000011100000
Octal231240340

Shades and tints

Shades of #99A0E0

#99A0E0
(153,160,224)
#8C92CC
(140,146,204)
#7F84B8
(127,132,184)
#7276A4
(114,118,164)
#656890
(101,104,144)
#585A7C
(88,90,124)
#4B4C68
(75,76,104)
#3E3E54
(62,62,84)
#313040
(49,48,64)
#24222C
(36,34,44)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #99A0E0

#99A0E0
(153,160,224)
#A2A8E2
(162,168,226)
#ABB0E4
(171,176,228)
#B4B8E6
(180,184,230)
#BDC0E8
(189,192,232)
#C6C8EA
(198,200,234)
#CFD0EC
(207,208,236)
#D8D8EE
(216,216,238)
#E1E0F0
(225,224,240)
#EAE8F2
(234,232,242)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A0E0 color. Also use rgb(153,160,224) instead hex code.

Text Font Color

.myTextColor { color: #99A0E0; }

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

This text font color is #99A0E0.


Background Color

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

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

This div background color is #99A0E0.


Border color

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

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

This div border color is #99A0E0.


Opacity

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

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

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

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

This text has shadow with #99A0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A0E0 on black background.


Color preview on white background

This text has color #99A0E0 on white background.



Black color preview on #99A0E0 background

This text has black color on #99A0E0 background.


White color preview on #99A0E0 background

This text has white color on #99A0E0 background.