COLOR #9BCAE9

HEX: #9BCAE9
RGB: (155,202,233)

Color info

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

RGB color model

#9BCAE9 color RGB value is (155,202,233).

  • red value is 155;
  • green value is 202;
  • blue value is 233.
RGB:
(155,202,233)
(61%,79%,91%)

RGB channels and saturation

R 155 of 255 = 61%
G 202 of 255 = 79%
B 233 of 255 = 91%

155
202
233

R + G + B ~ 77%. #9BCAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 202 + 233 = 590 (100%)
R 155 of 590 ~ 26.27%
G 202 of 590 ~ 34.24%
B 233 of 590 ~ 39.49%

%26.27
%34.24
%39.49

CMYK color model

#9BCAE9 color CMYK value is (33,13,0,9).

  • cyan value is 33.48%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(33,13,0,9)
C33M13Y0K9 
(33%,13%,0%,9%)
(0.33/0.13/0.00/0.09)	

CMYK percentages

%33.48
%13.3
%0
%8.63

Codes

Color #9BCAE9 in popluar color models

9BCAE9
RGB155202233
HSL204°63.93%76.08%
HSB/HSV204°33.48%91.37%
CMYK33.48%13.30%0.00%
8.63%

Color #9BCAE9 in popluar number systems.

HEX9BCAE9
Decimal155202233
Binary100110111100101011101001
Octal233312351

Shades and tints

Shades of #9BCAE9

#9BCAE9
(155,202,233)
#8DB8D4
(141,184,212)
#7FA6BF
(127,166,191)
#7194AA
(113,148,170)
#638295
(99,130,149)
#557080
(85,112,128)
#475E6B
(71,94,107)
#394C56
(57,76,86)
#2B3A41
(43,58,65)
#1D282C
(29,40,44)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #9BCAE9

#9BCAE9
(155,202,233)
#A4CEEB
(164,206,235)
#ADD2ED
(173,210,237)
#B6D6EF
(182,214,239)
#BFDAF1
(191,218,241)
#C8DEF3
(200,222,243)
#D1E2F5
(209,226,245)
#DAE6F7
(218,230,247)
#E3EAF9
(227,234,249)
#ECEEFB
(236,238,251)
#F5F2FD
(245,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCAE9 color. Also use rgb(155,202,233) instead hex code.

Text Font Color

.myTextColor { color: #9BCAE9; }

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

This text font color is #9BCAE9.


Background Color

.myBgColor { background-color: #9BCAE9; }

<div style="background-color:#9BCAE9">Inner text</div>

This div background color is #9BCAE9.


Border color

.myBorderColor { border: 1px solid #9BCAE9; }

<div style="border:3px solid #9BCAE9">Div</div>

This div border color is #9BCAE9.


Opacity

.myOpacity80 { color: #9BCAE9; opacity: 0.8; }

<p style="color:#9BCAE9;opacity:0.8;">80%</p>

Text with #9BCAE9 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 #9BCAE9;}

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

This text has shadow with #9BCAE9 color.

.textShadow {text-shadow: 3px 3px 1px #9BCAE9, 3px 3px 1px red;}

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

This text has shadow with #9BCAE9 primary color and red secondary color.


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

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

This text has shadow with #9BCAE9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCAE9 on black background.


Color preview on white background

This text has color #9BCAE9 on white background.



Black color preview on #9BCAE9 background

This text has black color on #9BCAE9 background.


White color preview on #9BCAE9 background

This text has white color on #9BCAE9 background.