COLOR #95AB83

HEX: #95AB83 RGB: (149,171,131)

Color info

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

RGB color model

#95AB83 color RGB value is (149,171,131).

RGB: (149,171,131) (58%, 67%, 51%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 131 of 255 = 51%

149
171
131

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

Portions of RGB colors in percentages

R + G + B = 149 + 171 + 131 = 451 (100%)
R 149 of 451 ~ 33.04%
G 171 of 451 ~ 37.92%
B 131 of 451 ~ 29.05'%

%33.04
%37.92
%29.05

CMYK color model

#95AB83 color CMYK value is (13,0,23,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 32.94%
CMYK: (13,0,23,33) C13M0Y23K33 (13%,0%,23%,33%) (0.13/0.00/0.23/0.33) 

CMYK percentages

%12.87
%0
%23.39
%32.94

Codes

Color #95AB83 in popluar color models

95 AB 83
RGB 149 171 131
HSL 93° 19.23% 59.22%
HSB/HSV 93° 23.39% 67.06%
CMYK 12.87% 0.00% 23.39%
32.94%

Color #95AB83 in popluar number systems.

HEX 95 AB 83
Decimal 149 171 131
Binary 10010101 10101011 10000011
Octal 225 253 203

Shades and tints

Shades of #95AB83

#95AB83
(149,171,131)
#889C78
(136,156,120)
#7B8D6D
(123,141,109)
#6E7E62
(110,126,98)
#616F57
(97,111,87)
#54604C
(84,96,76)
#475141
(71,81,65)
#3A4236
(58,66,54)
#2D332B
(45,51,43)
#202420
(32,36,32)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #95AB83

#95AB83
(149,171,131)
#9EB28E
(158,178,142)
#A7B999
(167,185,153)
#B0C0A4
(176,192,164)
#B9C7AF
(185,199,175)
#C2CEBA
(194,206,186)
#CBD5C5
(203,213,197)
#D4DCD0
(212,220,208)
#DDE3DB
(221,227,219)
#E6EAE6
(230,234,230)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AB83 color. Also use rgb(149,171,131) instead hex code.

Text Font Color

.myTextColor { color: #95AB83; }

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

This text font color is #95AB83.

Background Color

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

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

This div background color is #95AB83.

Border color

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

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

This div border color is #95AB83.

Opacity

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

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

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

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

This text has shadow with #95AB83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AB83.

Preview

Color preview on black background

This text has color #95AB83 on black background.


Color preview on white background

This text has color #95AB83 on white background.


Black color preview on #95AB83 background

This text has black color on #95AB83 background.


White color preview on #95AB83 background

This text has white color on #95AB83 background.


Related colors

Complementary color

Complementary color for #hex is #6A547C.


I love getcolorcode.com

Triadic colors

1 #8395AB and #AB8395 with #95AB83 are triadic colors.

2 #83AB95 and #AB9583 with #95AB83 are triadic colors.