COLOR #8CBEA8

HEX: #8CBEA8
RGB: (140,190,168)

Color info

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

RGB color model

#8CBEA8 color RGB value is (140,190,168).

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

RGB channels and saturation

R 140 of 255 = 55%
G 190 of 255 = 75%
B 168 of 255 = 66%

140
190
168

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

Portions of RGB colors in percentages

R + G + B =
140 + 190 + 168 = 498 (100%)
R 140 of 498 ~ 28.11%
G 190 of 498 ~ 38.15%
B 168 of 498 ~ 33.73%

%28.11
%38.15
%33.73

CMYK color model

#8CBEA8 color CMYK value is (26,0,12,25).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(26,0,12,25)
C26M0Y12K25 
(26%,0%,12%,25%)
(0.26/0.00/0.12/0.25)	

CMYK percentages

%26.32
%0
%11.58
%25.49

Codes

Color #8CBEA8 in popluar color models

8CBEA8
RGB140190168
HSL154°27.78%64.71%
HSB/HSV154°26.32%74.51%
CMYK26.32%0.00%11.58%
25.49%

Color #8CBEA8 in popluar number systems.

HEX8CBEA8
Decimal140190168
Binary100011001011111010101000
Octal214276250

Shades and tints

Shades of #8CBEA8

#8CBEA8
(140,190,168)
#80AD99
(128,173,153)
#749C8A
(116,156,138)
#688B7B
(104,139,123)
#5C7A6C
(92,122,108)
#50695D
(80,105,93)
#44584E
(68,88,78)
#38473F
(56,71,63)
#2C3630
(44,54,48)
#202521
(32,37,33)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #8CBEA8

#8CBEA8
(140,190,168)
#96C3AF
(150,195,175)
#A0C8B6
(160,200,182)
#AACDBD
(170,205,189)
#B4D2C4
(180,210,196)
#BED7CB
(190,215,203)
#C8DCD2
(200,220,210)
#D2E1D9
(210,225,217)
#DCE6E0
(220,230,224)
#E6EBE7
(230,235,231)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBEA8; }

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

This text font color is #8CBEA8.


Background Color

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

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

This div background color is #8CBEA8.


Border color

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

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

This div border color is #8CBEA8.


Opacity

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

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

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

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

This text has shadow with #8CBEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBEA8 on black background.


Color preview on white background

This text has color #8CBEA8 on white background.



Black color preview on #8CBEA8 background

This text has black color on #8CBEA8 background.


White color preview on #8CBEA8 background

This text has white color on #8CBEA8 background.