COLOR #8BBEA5

HEX: #8BBEA5 RGB: (139,190,165)

Color info

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

RGB color model

#8BBEA5 color RGB value is (139,190,165).

RGB: (139,190,165) (55%, 75%, 65%)

RGB channels and saturation

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

139
190
165

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

Portions of RGB colors in percentages

R + G + B = 139 + 190 + 165 = 494 (100%)
R 139 of 494 ~ 28.14%
G 190 of 494 ~ 38.46%
B 165 of 494 ~ 33.4'%

%28.14
%38.46
%33.4

CMYK color model

#8BBEA5 color CMYK value is (27,0,13,25).

  • cyan value is 26.84%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 25.49%

CMYK: (27,0,13,25)
C27M0Y13K25 (27%, 0%, 13%, 25%)
(0.27 / 0.00 / 0.13 / 0.25)

CMYK percentages

%26.84
%0
%13.16
%25.49

Codes

Color #8BBEA5 in popluar color models

8B BE A5
RGB 139 190 165
HSL 151° 28.18% 64.51%
HSB/HSV 151° 26.84% 74.51%
CMYK 26.84% 0.00% 13.16%
25.49%

Color #8BBEA5 in popluar number systems.

HEX 8B BE A5
Decimal 139 190 165
Binary 10001011 10111110 10100101
Octal 213 276 245

Shades and tints

Shades of #8BBEA5

#8BBEA5
(139,190,165)
#7FAD96
(127,173,150)
#739C87
(115,156,135)
#678B78
(103,139,120)
#5B7A69
(91,122,105)
#4F695A
(79,105,90)
#43584B
(67,88,75)
#37473C
(55,71,60)
#2B362D
(43,54,45)
#1F251E
(31,37,30)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #8BBEA5

#8BBEA5
(139,190,165)
#95C3AD
(149,195,173)
#9FC8B5
(159,200,181)
#A9CDBD
(169,205,189)
#B3D2C5
(179,210,197)
#BDD7CD
(189,215,205)
#C7DCD5
(199,220,213)
#D1E1DD
(209,225,221)
#DBE6E5
(219,230,229)
#E5EBED
(229,235,237)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BBEA5; }

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

This text font color is #8BBEA5.

Background Color

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

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

This div background color is #8BBEA5.

Border color

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

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

This div border color is #8BBEA5.

Opacity

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

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

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

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

This text has shadow with #8BBEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BBEA5.

Preview

Color preview on black background

This text has color #8BBEA5 on black background.


Color preview on white background

This text has color #8BBEA5 on white background.


Black color preview on #8BBEA5 background

This text has black color on #8BBEA5 background.


White color preview on #8BBEA5 background

This text has white color on #8BBEA5 background.


Related colors

Complementary color

Complementary color for #hex is #74415A.


I love getcolorcode.com

Triadic colors

1 #A58BBE and #BEA58B with #8BBEA5 are triadic colors.

2 #A5BE8B and #BE8BA5 with #8BBEA5 are triadic colors.