COLOR #8CBEAD

HEX: #8CBEAD
RGB: (140,190,173)

Color info

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

RGB color model

#8CBEAD color RGB value is (140,190,173).

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

RGB channels and saturation

R 140 of 255 = 55%
G 190 of 255 = 75%
B 173 of 255 = 68%

140
190
173

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

Portions of RGB colors in percentages

R + G + B =
140 + 190 + 173 = 503 (100%)
R 140 of 503 ~ 27.83%
G 190 of 503 ~ 37.77%
B 173 of 503 ~ 34.39%

%27.83
%37.77
%34.39

CMYK color model

#8CBEAD color CMYK value is (26,0,9,25).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK:
(26,0,9,25)
C26M0Y9K25 
(26%,0%,9%,25%)
(0.26/0.00/0.09/0.25)	

CMYK percentages

%26.32
%0
%8.95
%25.49

Codes

Color #8CBEAD in popluar color models

8CBEAD
RGB140190173
HSL160°27.78%64.71%
HSB/HSV160°26.32%74.51%
CMYK26.32%0.00%8.95%
25.49%

Color #8CBEAD in popluar number systems.

HEX8CBEAD
Decimal140190173
Binary100011001011111010101101
Octal214276255

Shades and tints

Shades of #8CBEAD

#8CBEAD
(140,190,173)
#80AD9E
(128,173,158)
#749C8F
(116,156,143)
#688B80
(104,139,128)
#5C7A71
(92,122,113)
#506962
(80,105,98)
#445853
(68,88,83)
#384744
(56,71,68)
#2C3635
(44,54,53)
#202526
(32,37,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #8CBEAD

#8CBEAD
(140,190,173)
#96C3B4
(150,195,180)
#A0C8BB
(160,200,187)
#AACDC2
(170,205,194)
#B4D2C9
(180,210,201)
#BED7D0
(190,215,208)
#C8DCD7
(200,220,215)
#D2E1DE
(210,225,222)
#DCE6E5
(220,230,229)
#E6EBEC
(230,235,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBEAD; }

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

This text font color is #8CBEAD.


Background Color

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

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

This div background color is #8CBEAD.


Border color

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

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

This div border color is #8CBEAD.


Opacity

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

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

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

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

This text has shadow with #8CBEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBEAD on black background.


Color preview on white background

This text has color #8CBEAD on white background.



Black color preview on #8CBEAD background

This text has black color on #8CBEAD background.


White color preview on #8CBEAD background

This text has white color on #8CBEAD background.