COLOR #99BEE5

HEX: #99BEE5
RGB: (153,190,229)

Color info

#99BEE5 contains mainly green and blue colors. Web safe color of #99BEE5 is #99CCCC (or #9CC).

RGB color model

#99BEE5 color RGB value is (153,190,229).

  • red value is 153;
  • green value is 190;
  • blue value is 229.
RGB:
(153,190,229)
(60%,75%,90%)

RGB channels and saturation

R 153 of 255 = 60%
G 190 of 255 = 75%
B 229 of 255 = 90%

153
190
229

R + G + B ~ 75%. #99BEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 190 + 229 = 572 (100%)
R 153 of 572 ~ 26.75%
G 190 of 572 ~ 33.22%
B 229 of 572 ~ 40.03%

%26.75
%33.22
%40.03

CMYK color model

#99BEE5 color CMYK value is (33,17,0,10).

  • cyan value is 33.19%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(33,17,0,10)
C33M17Y0K10 
(33%,17%,0%,10%)
(0.33/0.17/0.00/0.10)	

CMYK percentages

%33.19
%17.03
%0
%10.2

Codes

Color #99BEE5 in popluar color models

99BEE5
RGB153190229
HSL211°59.38%74.90%
HSB/HSV211°33.19%89.80%
CMYK33.19%17.03%0.00%
10.20%

Color #99BEE5 in popluar number systems.

HEX99BEE5
Decimal153190229
Binary100110011011111011100101
Octal231276345

Shades and tints

Shades of #99BEE5

#99BEE5
(153,190,229)
#8CADD1
(140,173,209)
#7F9CBD
(127,156,189)
#728BA9
(114,139,169)
#657A95
(101,122,149)
#586981
(88,105,129)
#4B586D
(75,88,109)
#3E4759
(62,71,89)
#313645
(49,54,69)
#242531
(36,37,49)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #99BEE5

#99BEE5
(153,190,229)
#A2C3E7
(162,195,231)
#ABC8E9
(171,200,233)
#B4CDEB
(180,205,235)
#BDD2ED
(189,210,237)
#C6D7EF
(198,215,239)
#CFDCF1
(207,220,241)
#D8E1F3
(216,225,243)
#E1E6F5
(225,230,245)
#EAEBF7
(234,235,247)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BEE5 color. Also use rgb(153,190,229) instead hex code.

Text Font Color

.myTextColor { color: #99BEE5; }

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

This text font color is #99BEE5.


Background Color

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

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

This div background color is #99BEE5.


Border color

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

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

This div border color is #99BEE5.


Opacity

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

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

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

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

This text has shadow with #99BEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BEE5 on black background.


Color preview on white background

This text has color #99BEE5 on white background.



Black color preview on #99BEE5 background

This text has black color on #99BEE5 background.


White color preview on #99BEE5 background

This text has white color on #99BEE5 background.