COLOR #95A199

HEX: #95A199 RGB: (149,161,153)

Color info

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

RGB color model

#95A199 color RGB value is (149,161,153).

RGB: (149,161,153) (58%, 63%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 153 of 255 = 60%

149
161
153

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

Portions of RGB colors in percentages

R + G + B = 149 + 161 + 153 = 463 (100%)
R 149 of 463 ~ 32.18%
G 161 of 463 ~ 34.77%
B 153 of 463 ~ 33.05'%

%32.18
%34.77
%33.05

CMYK color model

#95A199 color CMYK value is (7,0,5,37).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 36.86%

CMYK: (7,0,5,37)
C7M0Y5K37 (7%, 0%, 5%, 37%)
(0.07 / 0.00 / 0.05 / 0.37)

CMYK percentages

%7.45
%0
%4.97
%36.86

Codes

Color #95A199 in popluar color models

95 A1 99
RGB 149 161 153
HSL 140° 6.00% 60.78%
HSB/HSV 140° 7.45% 63.14%
CMYK 7.45% 0.00% 4.97%
36.86%

Color #95A199 in popluar number systems.

HEX 95 A1 99
Decimal 149 161 153
Binary 10010101 10100001 10011001
Octal 225 241 231

Shades and tints

Shades of #95A199

#95A199
(149,161,153)
#88938C
(136,147,140)
#7B857F
(123,133,127)
#6E7772
(110,119,114)
#616965
(97,105,101)
#545B58
(84,91,88)
#474D4B
(71,77,75)
#3A3F3E
(58,63,62)
#2D3131
(45,49,49)
#202324
(32,35,36)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #95A199

#95A199
(149,161,153)
#9EA9A2
(158,169,162)
#A7B1AB
(167,177,171)
#B0B9B4
(176,185,180)
#B9C1BD
(185,193,189)
#C2C9C6
(194,201,198)
#CBD1CF
(203,209,207)
#D4D9D8
(212,217,216)
#DDE1E1
(221,225,225)
#E6E9EA
(230,233,234)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A199 color. Also use rgb(149,161,153) instead hex code.

Text Font Color

.myTextColor { color: #95A199; }

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

This text font color is #95A199.

Background Color

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

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

This div background color is #95A199.

Border color

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

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

This div border color is #95A199.

Opacity

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

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

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

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

This text has shadow with #95A199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A199.

Preview

Color preview on black background

This text has color #95A199 on black background.


Color preview on white background

This text has color #95A199 on white background.


Black color preview on #95A199 background

This text has black color on #95A199 background.


White color preview on #95A199 background

This text has white color on #95A199 background.


Related colors

Complementary color

Complementary color for #hex is #6A5E66.


I love getcolorcode.com

Triadic colors

1 #9995A1 and #A19995 with #95A199 are triadic colors.

2 #99A195 and #A19599 with #95A199 are triadic colors.