COLOR #9BABF2

HEX: #9BABF2 RGB: (155,171,242)

Color info

#9BABF2 contains mainly blue color. Web safe color of #9BABF2 is #9999FF (or #99F).

RGB color model

#9BABF2 color RGB value is (155,171,242).

RGB: (155,171,242) (61%, 67%, 95%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 242 of 255 = 95%

155
171
242

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

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 242 = 568 (100%)
R 155 of 568 ~ 27.29%
G 171 of 568 ~ 30.11%
B 242 of 568 ~ 42.61'%

%27.29
%30.11
%42.61

CMYK color model

#9BABF2 color CMYK value is (36,29,0,5).

  • cyan value is 35.95%
  • magenta value is 29.34%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (36,29,0,5)
C36M29Y0K5 (36%, 29%, 0%, 5%)
(0.36 / 0.29 / 0.00 / 0.05)

CMYK percentages

%35.95
%29.34
%0
%5.1

Codes

Color #9BABF2 in popluar color models

9B AB F2
RGB 155 171 242
HSL 229° 76.99% 77.84%
HSB/HSV 229° 35.95% 94.90%
CMYK 35.95% 29.34% 0.00%
5.10%

Color #9BABF2 in popluar number systems.

HEX 9B AB F2
Decimal 155 171 242
Binary 10011011 10101011 11110010
Octal 233 253 362

Shades and tints

Shades of #9BABF2

#9BABF2
(155,171,242)
#8D9CDC
(141,156,220)
#7F8DC6
(127,141,198)
#717EB0
(113,126,176)
#636F9A
(99,111,154)
#556084
(85,96,132)
#47516E
(71,81,110)
#394258
(57,66,88)
#2B3342
(43,51,66)
#1D242C
(29,36,44)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #9BABF2

#9BABF2
(155,171,242)
#A4B2F3
(164,178,243)
#ADB9F4
(173,185,244)
#B6C0F5
(182,192,245)
#BFC7F6
(191,199,246)
#C8CEF7
(200,206,247)
#D1D5F8
(209,213,248)
#DADCF9
(218,220,249)
#E3E3FA
(227,227,250)
#ECEAFB
(236,234,251)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BABF2 color. Also use rgb(155,171,242) instead hex code.

Text Font Color

.myTextColor { color: #9BABF2; }

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

This text font color is #9BABF2.

Background Color

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

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

This div background color is #9BABF2.

Border color

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

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

This div border color is #9BABF2.

Opacity

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

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

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

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

This text has shadow with #9BABF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BABF2.

Preview

Color preview on black background

This text has color #9BABF2 on black background.


Color preview on white background

This text has color #9BABF2 on white background.


Black color preview on #9BABF2 background

This text has black color on #9BABF2 background.


White color preview on #9BABF2 background

This text has white color on #9BABF2 background.


Related colors

Complementary color

Complementary color for #hex is #64540D.


I love getcolorcode.com

Triadic colors

1 #F29BAB and #ABF29B with #9BABF2 are triadic colors.

2 #F2AB9B and #AB9BF2 with #9BABF2 are triadic colors.