COLOR #9BBAE3

HEX: #9BBAE3 RGB: (155,186,227)

Color info

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

RGB color model

#9BBAE3 color RGB value is (155,186,227).

RGB: (155,186,227) (61%, 73%, 89%)

RGB channels and saturation

R 155 of 255 = 61%
G 186 of 255 = 73%
B 227 of 255 = 89%

155
186
227

R + G + B ~ 74%. #9BBAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 186 + 227 = 568 (100%)
R 155 of 568 ~ 27.29%
G 186 of 568 ~ 32.75%
B 227 of 568 ~ 39.96'%

%27.29
%32.75
%39.96

CMYK color model

#9BBAE3 color CMYK value is (32,18,0,11).

  • cyan value is 31.72%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (32,18,0,11)
C32M18Y0K11 (32%, 18%, 0%, 11%)
(0.32 / 0.18 / 0.00 / 0.11)

CMYK percentages

%31.72
%18.06
%0
%10.98

Codes

Color #9BBAE3 in popluar color models

9B BA E3
RGB 155 186 227
HSL 214° 56.25% 74.90%
HSB/HSV 214° 31.72% 89.02%
CMYK 31.72% 18.06% 0.00%
10.98%

Color #9BBAE3 in popluar number systems.

HEX 9B BA E3
Decimal 155 186 227
Binary 10011011 10111010 11100011
Octal 233 272 343

Shades and tints

Shades of #9BBAE3

#9BBAE3
(155,186,227)
#8DAACF
(141,170,207)
#7F9ABB
(127,154,187)
#718AA7
(113,138,167)
#637A93
(99,122,147)
#556A7F
(85,106,127)
#475A6B
(71,90,107)
#394A57
(57,74,87)
#2B3A43
(43,58,67)
#1D2A2F
(29,42,47)
#0F1A1B
(15,26,27)
#000000
(0,0,0)

Tints of #9BBAE3

#9BBAE3
(155,186,227)
#A4C0E5
(164,192,229)
#ADC6E7
(173,198,231)
#B6CCE9
(182,204,233)
#BFD2EB
(191,210,235)
#C8D8ED
(200,216,237)
#D1DEEF
(209,222,239)
#DAE4F1
(218,228,241)
#E3EAF3
(227,234,243)
#ECF0F5
(236,240,245)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBAE3 color. Also use rgb(155,186,227) instead hex code.

Text Font Color

.myTextColor { color: #9BBAE3; }

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

This text font color is #9BBAE3.

Background Color

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

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

This div background color is #9BBAE3.

Border color

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

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

This div border color is #9BBAE3.

Opacity

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

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

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

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

This text has shadow with #9BBAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBAE3.

Preview

Color preview on black background

This text has color #9BBAE3 on black background.


Color preview on white background

This text has color #9BBAE3 on white background.


Black color preview on #9BBAE3 background

This text has black color on #9BBAE3 background.


White color preview on #9BBAE3 background

This text has white color on #9BBAE3 background.


Related colors

Complementary color

Complementary color for #hex is #64451C.


I love getcolorcode.com

Triadic colors

1 #E39BBA and #BAE39B with #9BBAE3 are triadic colors.

2 #E3BA9B and #BA9BE3 with #9BBAE3 are triadic colors.