COLOR #8BBEA7

HEX: #8BBEA7
RGB: (139,190,167)

Color info

#8BBEA7 contains red, green and blue colors in about the same proportion. Web safe color of #8BBEA7 is #99CC99 (or #9C9).

RGB color model

#8BBEA7 color RGB value is (139,190,167).

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

RGB channels and saturation

R 139 of 255 = 55%
G 190 of 255 = 75%
B 167 of 255 = 65%

139
190
167

R + G + B ~ 65%. #8BBEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 190 + 167 = 496 (100%)
R 139 of 496 ~ 28.02%
G 190 of 496 ~ 38.31%
B 167 of 496 ~ 33.67%

%28.02
%38.31
%33.67

CMYK color model

#8BBEA7 color CMYK value is (27,0,12,25).

  • cyan value is 26.84%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK:
(27,0,12,25)
C27M0Y12K25 
(27%,0%,12%,25%)
(0.27/0.00/0.12/0.25)	

CMYK percentages

%26.84
%0
%12.11
%25.49

Codes

Color #8BBEA7 in popluar color models

8BBEA7
RGB139190167
HSL153°28.18%64.51%
HSB/HSV153°26.84%74.51%
CMYK26.84%0.00%12.11%
25.49%

Color #8BBEA7 in popluar number systems.

HEX8BBEA7
Decimal139190167
Binary100010111011111010100111
Octal213276247

Shades and tints

Shades of #8BBEA7

#8BBEA7
(139,190,167)
#7FAD98
(127,173,152)
#739C89
(115,156,137)
#678B7A
(103,139,122)
#5B7A6B
(91,122,107)
#4F695C
(79,105,92)
#43584D
(67,88,77)
#37473E
(55,71,62)
#2B362F
(43,54,47)
#1F2520
(31,37,32)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #8BBEA7

#8BBEA7
(139,190,167)
#95C3AF
(149,195,175)
#9FC8B7
(159,200,183)
#A9CDBF
(169,205,191)
#B3D2C7
(179,210,199)
#BDD7CF
(189,215,207)
#C7DCD7
(199,220,215)
#D1E1DF
(209,225,223)
#DBE6E7
(219,230,231)
#E5EBEF
(229,235,239)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BBEA7; }

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

This text font color is #8BBEA7.


Background Color

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

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

This div background color is #8BBEA7.


Border color

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

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

This div border color is #8BBEA7.


Opacity

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

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

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

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

This text has shadow with #8BBEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BBEA7 on black background.


Color preview on white background

This text has color #8BBEA7 on white background.



Black color preview on #8BBEA7 background

This text has black color on #8BBEA7 background.


White color preview on #8BBEA7 background

This text has white color on #8BBEA7 background.