COLOR #8CA397

HEX: #8CA397
RGB: (140,163,151)

Color info

#8CA397 contains red, green and blue colors in about the same proportion. Web safe color of #8CA397 is #999999 (or #999).

RGB color model

#8CA397 color RGB value is (140,163,151).

  • red value is 140;
  • green value is 163;
  • blue value is 151.
RGB: (140,163,151) (55%,64%,59%)

RGB channels and saturation

R 140 of 255 = 55%
G 163 of 255 = 64%
B 151 of 255 = 59%

140
163
151

R + G + B ~ 59%. #8CA397 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 163 + 151 = 454 (100%)
R 140 of 454 ~ 30.84%
G 163 of 454 ~ 35.9%
B 151 of 454 ~ 33.26%

%30.84
%35.9
%33.26

CMYK color model

#8CA397 color CMYK value is (14,0,7,36).

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 7.36%
  • key color value is 36.08%
CMYK: (14,0,7,36) C14M0Y7K36 (14%,0%,7%,36%) (0.14/0.00/0.07/0.36)

CMYK percentages

%14.11
%0
%7.36
%36.08

Codes

Color #8CA397 in popluar color models

8CA397
RGB140163151
HSL149°11.11%59.41%
HSB/HSV149°14.11%63.92%
CMYK14.11%0.00%7.36%
36.08%

Color #8CA397 in popluar number systems.

HEX8CA397
Decimal140163151
Binary100011001010001110010111
Octal214243227

Shades and tints

Shades of #8CA397

#8CA397
(140,163,151)
#80958A
(128,149,138)
#74877D
(116,135,125)
#687970
(104,121,112)
#5C6B63
(92,107,99)
#505D56
(80,93,86)
#444F49
(68,79,73)
#38413C
(56,65,60)
#2C332F
(44,51,47)
#202522
(32,37,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #8CA397

#8CA397
(140,163,151)
#96ABA0
(150,171,160)
#A0B3A9
(160,179,169)
#AABBB2
(170,187,178)
#B4C3BB
(180,195,187)
#BECBC4
(190,203,196)
#C8D3CD
(200,211,205)
#D2DBD6
(210,219,214)
#DCE3DF
(220,227,223)
#E6EBE8
(230,235,232)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA397 color. Also use rgb(140,163,151) instead hex code.

Text Font Color

.myTextColor { color: #8CA397; }

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

This text font color is #8CA397.


Background Color

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

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

This div background color is #8CA397.


Border color

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

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

This div border color is #8CA397.


Opacity

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

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

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

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

This text has shadow with #8CA397 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8CA397 on black background.


Color preview on white background

This text has color #8CA397 on white background.



Black color preview on #8CA397 background

This text has black color on #8CA397 background.


White color preview on #8CA397 background

This text has white color on #8CA397 background.