COLOR #9BBCE8

HEX: #9BBCE8 RGB: (155,188,232)

Color info

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

RGB color model

#9BBCE8 color RGB value is (155,188,232).

RGB: (155,188,232) (61%, 74%, 91%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 232 of 255 = 91%

155
188
232

R + G + B ~ 75%. #9BBCE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 232 = 575 (100%)
R 155 of 575 ~ 26.96%
G 188 of 575 ~ 32.7%
B 232 of 575 ~ 40.35'%

%26.96
%32.7
%40.35

CMYK color model

#9BBCE8 color CMYK value is (33,19,0,9).

  • cyan value is 33.19%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (33,19,0,9)
C33M19Y0K9 (33%, 19%, 0%, 9%)
(0.33 / 0.19 / 0.00 / 0.09)

CMYK percentages

%33.19
%18.97
%0
%9.02

Codes

Color #9BBCE8 in popluar color models

9B BC E8
RGB 155 188 232
HSL 214° 62.60% 75.88%
HSB/HSV 214° 33.19% 90.98%
CMYK 33.19% 18.97% 0.00%
9.02%

Color #9BBCE8 in popluar number systems.

HEX 9B BC E8
Decimal 155 188 232
Binary 10011011 10111100 11101000
Octal 233 274 350

Shades and tints

Shades of #9BBCE8

#9BBCE8
(155,188,232)
#8DABD3
(141,171,211)
#7F9ABE
(127,154,190)
#7189A9
(113,137,169)
#637894
(99,120,148)
#55677F
(85,103,127)
#47566A
(71,86,106)
#394555
(57,69,85)
#2B3440
(43,52,64)
#1D232B
(29,35,43)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #9BBCE8

#9BBCE8
(155,188,232)
#A4C2EA
(164,194,234)
#ADC8EC
(173,200,236)
#B6CEEE
(182,206,238)
#BFD4F0
(191,212,240)
#C8DAF2
(200,218,242)
#D1E0F4
(209,224,244)
#DAE6F6
(218,230,246)
#E3ECF8
(227,236,248)
#ECF2FA
(236,242,250)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBCE8 color. Also use rgb(155,188,232) instead hex code.

Text Font Color

.myTextColor { color: #9BBCE8; }

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

This text font color is #9BBCE8.

Background Color

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

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

This div background color is #9BBCE8.

Border color

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

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

This div border color is #9BBCE8.

Opacity

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

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

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

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

This text has shadow with #9BBCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBCE8.

Preview

Color preview on black background

This text has color #9BBCE8 on black background.


Color preview on white background

This text has color #9BBCE8 on white background.


Black color preview on #9BBCE8 background

This text has black color on #9BBCE8 background.


White color preview on #9BBCE8 background

This text has white color on #9BBCE8 background.


Related colors

Complementary color

Complementary color for #hex is #644317.


I love getcolorcode.com

Triadic colors

1 #E89BBC and #BCE89B with #9BBCE8 are triadic colors.

2 #E8BC9B and #BC9BE8 with #9BBCE8 are triadic colors.