COLOR #99BDE9

HEX: #99BDE9 RGB: (153,189,233)

Color info

#99BDE9 contains mainly green and blue colors. Web safe color of #99BDE9 is #99CCFF (or #9CF).

RGB color model

#99BDE9 color RGB value is (153,189,233).

RGB: (153,189,233) (60%, 74%, 91%)

RGB channels and saturation

R 153 of 255 = 60%
G 189 of 255 = 74%
B 233 of 255 = 91%

153
189
233

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

Portions of RGB colors in percentages

R + G + B = 153 + 189 + 233 = 575 (100%)
R 153 of 575 ~ 26.61%
G 189 of 575 ~ 32.87%
B 233 of 575 ~ 40.52'%

%26.61
%32.87
%40.52

CMYK color model

#99BDE9 color CMYK value is (34,19,0,9).

  • cyan value is 34.33%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (34,19,0,9) C34M19Y0K9 (34%,19%,0%,9%) (0.34/0.19/0.00/0.09) 

CMYK percentages

%34.33
%18.88
%0
%8.63

Codes

Color #99BDE9 in popluar color models

99 BD E9
RGB 153 189 233
HSL 213° 64.52% 75.69%
HSB/HSV 213° 34.33% 91.37%
CMYK 34.33% 18.88% 0.00%
8.63%

Color #99BDE9 in popluar number systems.

HEX 99 BD E9
Decimal 153 189 233
Binary 10011001 10111101 11101001
Octal 231 275 351

Shades and tints

Shades of #99BDE9

#99BDE9
(153,189,233)
#8CACD4
(140,172,212)
#7F9BBF
(127,155,191)
#728AAA
(114,138,170)
#657995
(101,121,149)
#586880
(88,104,128)
#4B576B
(75,87,107)
#3E4656
(62,70,86)
#313541
(49,53,65)
#24242C
(36,36,44)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #99BDE9

#99BDE9
(153,189,233)
#A2C3EB
(162,195,235)
#ABC9ED
(171,201,237)
#B4CFEF
(180,207,239)
#BDD5F1
(189,213,241)
#C6DBF3
(198,219,243)
#CFE1F5
(207,225,245)
#D8E7F7
(216,231,247)
#E1EDF9
(225,237,249)
#EAF3FB
(234,243,251)
#F3F9FD
(243,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BDE9 color. Also use rgb(153,189,233) instead hex code.

Text Font Color

.myTextColor { color: #99BDE9; }

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

This text font color is #99BDE9.

Background Color

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

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

This div background color is #99BDE9.

Border color

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

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

This div border color is #99BDE9.

Opacity

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

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

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

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

This text has shadow with #99BDE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BDE9.

Preview

Color preview on black background

This text has color #99BDE9 on black background.


Color preview on white background

This text has color #99BDE9 on white background.


Black color preview on #99BDE9 background

This text has black color on #99BDE9 background.


White color preview on #99BDE9 background

This text has white color on #99BDE9 background.


Related colors

Complementary color

Complementary color for #hex is #664216.


I love getcolorcode.com

Triadic colors

1 #E999BD and #BDE999 with #99BDE9 are triadic colors.

2 #E9BD99 and #BD99E9 with #99BDE9 are triadic colors.