COLOR #8BB1BE

HEX: #8BB1BE
RGB: (139,177,190)

Color info

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

RGB color model

#8BB1BE color RGB value is (139,177,190).

  • red value is 139;
  • green value is 177;
  • blue value is 190.
RGB:
(139,177,190)
(55%,69%,75%)

RGB channels and saturation

R 139 of 255 = 55%
G 177 of 255 = 69%
B 190 of 255 = 75%

139
177
190

R + G + B ~ 66%. #8BB1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 177 + 190 = 506 (100%)
R 139 of 506 ~ 27.47%
G 177 of 506 ~ 34.98%
B 190 of 506 ~ 37.55%

%27.47
%34.98
%37.55

CMYK color model

#8BB1BE color CMYK value is (27,7,0,25).

  • cyan value is 26.84%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,7,0,25)
C27M7Y0K25 
(27%,7%,0%,25%)
(0.27/0.07/0.00/0.25)	

CMYK percentages

%26.84
%6.84
%0
%25.49

Codes

Color #8BB1BE in popluar color models

8BB1BE
RGB139177190
HSL195°28.18%64.51%
HSB/HSV195°26.84%74.51%
CMYK26.84%6.84%0.00%
25.49%

Color #8BB1BE in popluar number systems.

HEX8BB1BE
Decimal139177190
Binary100010111011000110111110
Octal213261276

Shades and tints

Shades of #8BB1BE

#8BB1BE
(139,177,190)
#7FA1AD
(127,161,173)
#73919C
(115,145,156)
#67818B
(103,129,139)
#5B717A
(91,113,122)
#4F6169
(79,97,105)
#435158
(67,81,88)
#374147
(55,65,71)
#2B3136
(43,49,54)
#1F2125
(31,33,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #8BB1BE

#8BB1BE
(139,177,190)
#95B8C3
(149,184,195)
#9FBFC8
(159,191,200)
#A9C6CD
(169,198,205)
#B3CDD2
(179,205,210)
#BDD4D7
(189,212,215)
#C7DBDC
(199,219,220)
#D1E2E1
(209,226,225)
#DBE9E6
(219,233,230)
#E5F0EB
(229,240,235)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB1BE color. Also use rgb(139,177,190) instead hex code.

Text Font Color

.myTextColor { color: #8BB1BE; }

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

This text font color is #8BB1BE.


Background Color

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

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

This div background color is #8BB1BE.


Border color

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

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

This div border color is #8BB1BE.


Opacity

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

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

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

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

This text has shadow with #8BB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB1BE on black background.


Color preview on white background

This text has color #8BB1BE on white background.



Black color preview on #8BB1BE background

This text has black color on #8BB1BE background.


White color preview on #8BB1BE background

This text has white color on #8BB1BE background.