COLOR #8CAF95

HEX: #8CAF95 RGB: (140,175,149)

Color info

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

RGB color model

#8CAF95 color RGB value is (140,175,149).

RGB: (140,175,149) (55%, 69%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 175 of 255 = 69%
B 149 of 255 = 58%

140
175
149

R + G + B ~ 61%. #8CAF95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 175 + 149 = 464 (100%)
R 140 of 464 ~ 30.17%
G 175 of 464 ~ 37.72%
B 149 of 464 ~ 32.11'%

%30.17
%37.72
%32.11

CMYK color model

#8CAF95 color CMYK value is (20,0,15,31).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 31.37%

CMYK: (20,0,15,31)
C20M0Y15K31 (20%, 0%, 15%, 31%)
(0.20 / 0.00 / 0.15 / 0.31)

CMYK percentages

%20
%0
%14.86
%31.37

Codes

Color #8CAF95 in popluar color models

8C AF 95
RGB 140 175 149
HSL 135° 17.95% 61.76%
HSB/HSV 135° 20.00% 68.63%
CMYK 20.00% 0.00% 14.86%
31.37%

Color #8CAF95 in popluar number systems.

HEX 8C AF 95
Decimal 140 175 149
Binary 10001100 10101111 10010101
Octal 214 257 225

Shades and tints

Shades of #8CAF95

#8CAF95
(140,175,149)
#80A088
(128,160,136)
#74917B
(116,145,123)
#68826E
(104,130,110)
#5C7361
(92,115,97)
#506454
(80,100,84)
#445547
(68,85,71)
#38463A
(56,70,58)
#2C372D
(44,55,45)
#202820
(32,40,32)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #8CAF95

#8CAF95
(140,175,149)
#96B69E
(150,182,158)
#A0BDA7
(160,189,167)
#AAC4B0
(170,196,176)
#B4CBB9
(180,203,185)
#BED2C2
(190,210,194)
#C8D9CB
(200,217,203)
#D2E0D4
(210,224,212)
#DCE7DD
(220,231,221)
#E6EEE6
(230,238,230)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAF95 color. Also use rgb(140,175,149) instead hex code.

Text Font Color

.myTextColor { color: #8CAF95; }

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

This text font color is #8CAF95.

Background Color

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

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

This div background color is #8CAF95.

Border color

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

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

This div border color is #8CAF95.

Opacity

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

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

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

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

This text has shadow with #8CAF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CAF95.

Preview

Color preview on black background

This text has color #8CAF95 on black background.


Color preview on white background

This text has color #8CAF95 on white background.


Black color preview on #8CAF95 background

This text has black color on #8CAF95 background.


White color preview on #8CAF95 background

This text has white color on #8CAF95 background.


Related colors

Complementary color

Complementary color for #hex is #73506A.


I love getcolorcode.com

Triadic colors

1 #958CAF and #AF958C with #8CAF95 are triadic colors.

2 #95AF8C and #AF8C95 with #8CAF95 are triadic colors.