COLOR #95AE8A

HEX: #95AE8A
RGB: (149,174,138)

Color info

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

RGB color model

#95AE8A color RGB value is (149,174,138).

  • red value is 149;
  • green value is 174;
  • blue value is 138.
RGB: (149,174,138) (58%,68%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 138 of 255 = 54%

149
174
138

R + G + B ~ 60%. #95AE8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 138 = 461 (100%)
R 149 of 461 ~ 32.32%
G 174 of 461 ~ 37.74%
B 138 of 461 ~ 29.93%

%32.32
%37.74
%29.93

CMYK color model

#95AE8A color CMYK value is (14,0,21,32).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 31.76%
CMYK: (14,0,21,32) C14M0Y21K32 (14%,0%,21%,32%) (0.14/0.00/0.21/0.32)

CMYK percentages

%14.37
%0
%20.69
%31.76

Codes

Color #95AE8A in popluar color models

95AE8A
RGB149174138
HSL102°18.18%61.18%
HSB/HSV102°20.69%68.24%
CMYK14.37%0.00%20.69%
31.76%

Color #95AE8A in popluar number systems.

HEX95AE8A
Decimal149174138
Binary100101011010111010001010
Octal225256212

Shades and tints

Shades of #95AE8A

#95AE8A
(149,174,138)
#889F7E
(136,159,126)
#7B9072
(123,144,114)
#6E8166
(110,129,102)
#61725A
(97,114,90)
#54634E
(84,99,78)
#475442
(71,84,66)
#3A4536
(58,69,54)
#2D362A
(45,54,42)
#20271E
(32,39,30)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #95AE8A

#95AE8A
(149,174,138)
#9EB594
(158,181,148)
#A7BC9E
(167,188,158)
#B0C3A8
(176,195,168)
#B9CAB2
(185,202,178)
#C2D1BC
(194,209,188)
#CBD8C6
(203,216,198)
#D4DFD0
(212,223,208)
#DDE6DA
(221,230,218)
#E6EDE4
(230,237,228)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AE8A color. Also use rgb(149,174,138) instead hex code.

Text Font Color

.myTextColor { color: #95AE8A; }

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

This text font color is #95AE8A.


Background Color

.myBgColor { background-color: #95AE8A; }

<div style="background-color:#95AE8A">Inner text</div>

This div background color is #95AE8A.


Border color

.myBorderColor { border: 1px solid #95AE8A; }

<div style="border:3px solid #95AE8A">Div</div>

This div border color is #95AE8A.


Opacity

.myOpacity80 { color: #95AE8A; opacity: 0.8; }

<p style="color:#95AE8A;opacity:0.8;">80%</p>

Text with #95AE8A 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 #95AE8A;}

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

This text has shadow with #95AE8A color.

.textShadow {text-shadow: 3px 3px 1px #95AE8A, 3px 3px 1px red;}

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

This text has shadow with #95AE8A primary color and red secondary color.


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

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

This text has shadow with #95AE8A and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #95AE8A on black background.


Color preview on white background

This text has color #95AE8A on white background.



Black color preview on #95AE8A background

This text has black color on #95AE8A background.


White color preview on #95AE8A background

This text has white color on #95AE8A background.