COLOR #99AEE3

HEX: #99AEE3
RGB: (153,174,227)

Color info

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

RGB color model

#99AEE3 color RGB value is (153,174,227).

  • red value is 153;
  • green value is 174;
  • blue value is 227.
RGB: (153,174,227) (60%,68%,89%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 227 of 255 = 89%

153
174
227

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

Portions of RGB colors in percentages

R + G + B =
153 + 174 + 227 = 554 (100%)
R 153 of 554 ~ 27.62%
G 174 of 554 ~ 31.41%
B 227 of 554 ~ 40.97%

%27.62
%31.41
%40.97

CMYK color model

#99AEE3 color CMYK value is (33,23,0,11).

  • cyan value is 32.60%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (33,23,0,11) C33M23Y0K11 (33%,23%,0%,11%) (0.33/0.23/0.00/0.11)

CMYK percentages

%32.6
%23.35
%0
%10.98

Codes

Color #99AEE3 in popluar color models

99AEE3
RGB153174227
HSL223°56.92%74.51%
HSB/HSV223°32.60%89.02%
CMYK32.60%23.35%0.00%
10.98%

Color #99AEE3 in popluar number systems.

HEX99AEE3
Decimal153174227
Binary100110011010111011100011
Octal231256343

Shades and tints

Shades of #99AEE3

#99AEE3
(153,174,227)
#8C9FCF
(140,159,207)
#7F90BB
(127,144,187)
#7281A7
(114,129,167)
#657293
(101,114,147)
#58637F
(88,99,127)
#4B546B
(75,84,107)
#3E4557
(62,69,87)
#313643
(49,54,67)
#24272F
(36,39,47)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #99AEE3

#99AEE3
(153,174,227)
#A2B5E5
(162,181,229)
#ABBCE7
(171,188,231)
#B4C3E9
(180,195,233)
#BDCAEB
(189,202,235)
#C6D1ED
(198,209,237)
#CFD8EF
(207,216,239)
#D8DFF1
(216,223,241)
#E1E6F3
(225,230,243)
#EAEDF5
(234,237,245)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AEE3 color. Also use rgb(153,174,227) instead hex code.

Text Font Color

.myTextColor { color: #99AEE3; }

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

This text font color is #99AEE3.


Background Color

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

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

This div background color is #99AEE3.


Border color

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

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

This div border color is #99AEE3.


Opacity

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

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

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

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

This text has shadow with #99AEE3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #99AEE3 on black background.


Color preview on white background

This text has color #99AEE3 on white background.



Black color preview on #99AEE3 background

This text has black color on #99AEE3 background.


White color preview on #99AEE3 background

This text has white color on #99AEE3 background.