COLOR #8BB9CC

HEX: #8BB9CC
RGB: (139,185,204)

Color info

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

RGB color model

#8BB9CC color RGB value is (139,185,204).

  • red value is 139;
  • green value is 185;
  • blue value is 204.
RGB: (139,185,204) (55%,73%,80%)

RGB channels and saturation

R 139 of 255 = 55%
G 185 of 255 = 73%
B 204 of 255 = 80%

139
185
204

R + G + B ~ 69%. #8BB9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 185 + 204 = 528 (100%)
R 139 of 528 ~ 26.33%
G 185 of 528 ~ 35.04%
B 204 of 528 ~ 38.64%

%26.33
%35.04
%38.64

CMYK color model

#8BB9CC color CMYK value is (32,9,0,20).

  • cyan value is 31.86%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (32,9,0,20) C32M9Y0K20 (32%,9%,0%,20%) (0.32/0.09/0.00/0.20)

CMYK percentages

%31.86
%9.31
%0
%20

Codes

Color #8BB9CC in popluar color models

8BB9CC
RGB139185204
HSL198°38.92%67.25%
HSB/HSV198°31.86%80.00%
CMYK31.86%9.31%0.00%
20.00%

Color #8BB9CC in popluar number systems.

HEX8BB9CC
Decimal139185204
Binary100010111011100111001100
Octal213271314

Shades and tints

Shades of #8BB9CC

#8BB9CC
(139,185,204)
#7FA9BA
(127,169,186)
#7399A8
(115,153,168)
#678996
(103,137,150)
#5B7984
(91,121,132)
#4F6972
(79,105,114)
#435960
(67,89,96)
#37494E
(55,73,78)
#2B393C
(43,57,60)
#1F292A
(31,41,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #8BB9CC

#8BB9CC
(139,185,204)
#95BFD0
(149,191,208)
#9FC5D4
(159,197,212)
#A9CBD8
(169,203,216)
#B3D1DC
(179,209,220)
#BDD7E0
(189,215,224)
#C7DDE4
(199,221,228)
#D1E3E8
(209,227,232)
#DBE9EC
(219,233,236)
#E5EFF0
(229,239,240)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB9CC color. Also use rgb(139,185,204) instead hex code.

Text Font Color

.myTextColor { color: #8BB9CC; }

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

This text font color is #8BB9CC.


Background Color

.myBgColor { background-color: #8BB9CC; }

<div style="background-color:#8BB9CC">Inner text</div>

This div background color is #8BB9CC.


Border color

.myBorderColor { border: 1px solid #8BB9CC; }

<div style="border:3px solid #8BB9CC">Div</div>

This div border color is #8BB9CC.


Opacity

.myOpacity80 { color: #8BB9CC; opacity: 0.8; }

<p style="color:#8BB9CC;opacity:0.8;">80%</p>

Text with #8BB9CC 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 #8BB9CC;}

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

This text has shadow with #8BB9CC color.

.textShadow {text-shadow: 3px 3px 1px #8BB9CC, 3px 3px 1px red;}

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

This text has shadow with #8BB9CC primary color and red secondary color.


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

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

This text has shadow with #8BB9CC and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #8BB9CC; -webkit-box-shadow:	1px 1px 3px 2px #8BB9CC; box-shadow:	1px 1px 3px 2px #8BB9CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8BB9CC; -webkit-box-shadow: 1px 1px 3px 2px #8BB9CC; box-shadow:1px 1px 3px 2px #8BB9CC;">
Div content here</div>
This div box has shadow with color #8BB9CC.

Preview

Color preview on black background

This text has color #8BB9CC on black background.


Color preview on white background

This text has color #8BB9CC on white background.



Black color preview on #8BB9CC background

This text has black color on #8BB9CC background.


White color preview on #8BB9CC background

This text has white color on #8BB9CC background.