COLOR #8CBEA6

HEX: #8CBEA6
RGB: (140,190,166)

Color info

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

RGB color model

#8CBEA6 color RGB value is (140,190,166).

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

RGB channels and saturation

R 140 of 255 = 55%
G 190 of 255 = 75%
B 166 of 255 = 65%

140
190
166

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

Portions of RGB colors in percentages

R + G + B =
140 + 190 + 166 = 496 (100%)
R 140 of 496 ~ 28.23%
G 190 of 496 ~ 38.31%
B 166 of 496 ~ 33.47%

%28.23
%38.31
%33.47

CMYK color model

#8CBEA6 color CMYK value is (26,0,13,25).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(26,0,13,25)
C26M0Y13K25 
(26%,0%,13%,25%)
(0.26/0.00/0.13/0.25)	

CMYK percentages

%26.32
%0
%12.63
%25.49

Codes

Color #8CBEA6 in popluar color models

8CBEA6
RGB140190166
HSL151°27.78%64.71%
HSB/HSV151°26.32%74.51%
CMYK26.32%0.00%12.63%
25.49%

Color #8CBEA6 in popluar number systems.

HEX8CBEA6
Decimal140190166
Binary100011001011111010100110
Octal214276246

Shades and tints

Shades of #8CBEA6

#8CBEA6
(140,190,166)
#80AD97
(128,173,151)
#749C88
(116,156,136)
#688B79
(104,139,121)
#5C7A6A
(92,122,106)
#50695B
(80,105,91)
#44584C
(68,88,76)
#38473D
(56,71,61)
#2C362E
(44,54,46)
#20251F
(32,37,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #8CBEA6

#8CBEA6
(140,190,166)
#96C3AE
(150,195,174)
#A0C8B6
(160,200,182)
#AACDBE
(170,205,190)
#B4D2C6
(180,210,198)
#BED7CE
(190,215,206)
#C8DCD6
(200,220,214)
#D2E1DE
(210,225,222)
#DCE6E6
(220,230,230)
#E6EBEE
(230,235,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBEA6 color. Also use rgb(140,190,166) instead hex code.

Text Font Color

.myTextColor { color: #8CBEA6; }

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

This text font color is #8CBEA6.


Background Color

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

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

This div background color is #8CBEA6.


Border color

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

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

This div border color is #8CBEA6.


Opacity

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

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

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

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

This text has shadow with #8CBEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBEA6 on black background.


Color preview on white background

This text has color #8CBEA6 on white background.



Black color preview on #8CBEA6 background

This text has black color on #8CBEA6 background.


White color preview on #8CBEA6 background

This text has white color on #8CBEA6 background.