COLOR #99A7E3

HEX: #99A7E3
RGB: (153,167,227)

Color info

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

RGB color model

#99A7E3 color RGB value is (153,167,227).

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

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 227 of 255 = 89%

153
167
227

R + G + B ~ 71%. #99A7E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 227 = 547 (100%)
R 153 of 547 ~ 27.97%
G 167 of 547 ~ 30.53%
B 227 of 547 ~ 41.5%

%27.97
%30.53
%41.5

CMYK color model

#99A7E3 color CMYK value is (33,26,0,11).

  • cyan value is 32.60%
  • magenta value is 26.43%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(33,26,0,11)
C33M26Y0K11 
(33%,26%,0%,11%)
(0.33/0.26/0.00/0.11)	

CMYK percentages

%32.6
%26.43
%0
%10.98

Codes

Color #99A7E3 in popluar color models

99A7E3
RGB153167227
HSL229°56.92%74.51%
HSB/HSV229°32.60%89.02%
CMYK32.60%26.43%0.00%
10.98%

Color #99A7E3 in popluar number systems.

HEX99A7E3
Decimal153167227
Binary100110011010011111100011
Octal231247343

Shades and tints

Shades of #99A7E3

#99A7E3
(153,167,227)
#8C98CF
(140,152,207)
#7F89BB
(127,137,187)
#727AA7
(114,122,167)
#656B93
(101,107,147)
#585C7F
(88,92,127)
#4B4D6B
(75,77,107)
#3E3E57
(62,62,87)
#312F43
(49,47,67)
#24202F
(36,32,47)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #99A7E3

#99A7E3
(153,167,227)
#A2AFE5
(162,175,229)
#ABB7E7
(171,183,231)
#B4BFE9
(180,191,233)
#BDC7EB
(189,199,235)
#C6CFED
(198,207,237)
#CFD7EF
(207,215,239)
#D8DFF1
(216,223,241)
#E1E7F3
(225,231,243)
#EAEFF5
(234,239,245)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A7E3; }

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

This text font color is #99A7E3.


Background Color

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

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

This div background color is #99A7E3.


Border color

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

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

This div border color is #99A7E3.


Opacity

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

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

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

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

This text has shadow with #99A7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A7E3 on black background.


Color preview on white background

This text has color #99A7E3 on white background.



Black color preview on #99A7E3 background

This text has black color on #99A7E3 background.


White color preview on #99A7E3 background

This text has white color on #99A7E3 background.