COLOR #9BACD5

HEX: #9BACD5 RGB: (155,172,213)

Color info

#9BACD5 contains red, green and blue colors in about the same proportion. Web safe color of #9BACD5 is #9999CC (or #99C).

RGB color model

#9BACD5 color RGB value is (155,172,213).

RGB: (155,172,213) (61%, 67%, 84%)

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 213 of 255 = 84%

155
172
213

R + G + B ~ 71%. #9BACD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 172 + 213 = 540 (100%)
R 155 of 540 ~ 28.7%
G 172 of 540 ~ 31.85%
B 213 of 540 ~ 39.44'%

%28.7
%31.85
%39.44

CMYK color model

#9BACD5 color CMYK value is (27,19,0,16).

  • cyan value is 27.23%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (27,19,0,16) C27M19Y0K16 (27%,19%,0%,16%) (0.27/0.19/0.00/0.16) 

CMYK percentages

%27.23
%19.25
%0
%16.47

Codes

Color #9BACD5 in popluar color models

9B AC D5
RGB 155 172 213
HSL 222° 40.85% 72.16%
HSB/HSV 222° 27.23% 83.53%
CMYK 27.23% 19.25% 0.00%
16.47%

Color #9BACD5 in popluar number systems.

HEX 9B AC D5
Decimal 155 172 213
Binary 10011011 10101100 11010101
Octal 233 254 325

Shades and tints

Shades of #9BACD5

#9BACD5
(155,172,213)
#8D9DC2
(141,157,194)
#7F8EAF
(127,142,175)
#717F9C
(113,127,156)
#637089
(99,112,137)
#556176
(85,97,118)
#475263
(71,82,99)
#394350
(57,67,80)
#2B343D
(43,52,61)
#1D252A
(29,37,42)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #9BACD5

#9BACD5
(155,172,213)
#A4B3D8
(164,179,216)
#ADBADB
(173,186,219)
#B6C1DE
(182,193,222)
#BFC8E1
(191,200,225)
#C8CFE4
(200,207,228)
#D1D6E7
(209,214,231)
#DADDEA
(218,221,234)
#E3E4ED
(227,228,237)
#ECEBF0
(236,235,240)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BACD5 color. Also use rgb(155,172,213) instead hex code.

Text Font Color

.myTextColor { color: #9BACD5; }

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

This text font color is #9BACD5.

Background Color

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

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

This div background color is #9BACD5.

Border color

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

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

This div border color is #9BACD5.

Opacity

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

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

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

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

This text has shadow with #9BACD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BACD5.

Preview

Color preview on black background

This text has color #9BACD5 on black background.


Color preview on white background

This text has color #9BACD5 on white background.


Black color preview on #9BACD5 background

This text has black color on #9BACD5 background.


White color preview on #9BACD5 background

This text has white color on #9BACD5 background.


Related colors

Complementary color

Complementary color for #hex is #64532A.


I love getcolorcode.com

Triadic colors

1 #D59BAC and #ACD59B with #9BACD5 are triadic colors.

2 #D5AC9B and #AC9BD5 with #9BACD5 are triadic colors.