COLOR #9BB2E4

HEX: #9BB2E4
RGB: (155,178,228)

Color info

#9BB2E4 contains mainly green and blue colors. Web safe color of #9BB2E4 is #9999CC (or #99C).

RGB color model

#9BB2E4 color RGB value is (155,178,228).

  • red value is 155;
  • green value is 178;
  • blue value is 228.
RGB:
(155,178,228)
(61%,70%,89%)

RGB channels and saturation

R 155 of 255 = 61%
G 178 of 255 = 70%
B 228 of 255 = 89%

155
178
228

R + G + B ~ 73%. #9BB2E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 178 + 228 = 561 (100%)
R 155 of 561 ~ 27.63%
G 178 of 561 ~ 31.73%
B 228 of 561 ~ 40.64%

%27.63
%31.73
%40.64

CMYK color model

#9BB2E4 color CMYK value is (32,22,0,11).

  • cyan value is 32.02%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(32,22,0,11)
C32M22Y0K11 
(32%,22%,0%,11%)
(0.32/0.22/0.00/0.11)	

CMYK percentages

%32.02
%21.93
%0
%10.59

Codes

Color #9BB2E4 in popluar color models

9BB2E4
RGB155178228
HSL221°57.48%75.10%
HSB/HSV221°32.02%89.41%
CMYK32.02%21.93%0.00%
10.59%

Color #9BB2E4 in popluar number systems.

HEX9BB2E4
Decimal155178228
Binary100110111011001011100100
Octal233262344

Shades and tints

Shades of #9BB2E4

#9BB2E4
(155,178,228)
#8DA2D0
(141,162,208)
#7F92BC
(127,146,188)
#7182A8
(113,130,168)
#637294
(99,114,148)
#556280
(85,98,128)
#47526C
(71,82,108)
#394258
(57,66,88)
#2B3244
(43,50,68)
#1D2230
(29,34,48)
#0F121C
(15,18,28)
#000000
(0,0,0)

Tints of #9BB2E4

#9BB2E4
(155,178,228)
#A4B9E6
(164,185,230)
#ADC0E8
(173,192,232)
#B6C7EA
(182,199,234)
#BFCEEC
(191,206,236)
#C8D5EE
(200,213,238)
#D1DCF0
(209,220,240)
#DAE3F2
(218,227,242)
#E3EAF4
(227,234,244)
#ECF1F6
(236,241,246)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB2E4 color. Also use rgb(155,178,228) instead hex code.

Text Font Color

.myTextColor { color: #9BB2E4; }

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

This text font color is #9BB2E4.


Background Color

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

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

This div background color is #9BB2E4.


Border color

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

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

This div border color is #9BB2E4.


Opacity

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

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

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

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

This text has shadow with #9BB2E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB2E4 on black background.


Color preview on white background

This text has color #9BB2E4 on white background.



Black color preview on #9BB2E4 background

This text has black color on #9BB2E4 background.


White color preview on #9BB2E4 background

This text has white color on #9BB2E4 background.