COLOR #95A799

HEX: #95A799
RGB: (149,167,153)

Color info

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

RGB color model

#95A799 color RGB value is (149,167,153).

  • red value is 149;
  • green value is 167;
  • blue value is 153.
RGB:
(149,167,153)
(58%,65%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 167 of 255 = 65%
B 153 of 255 = 60%

149
167
153

R + G + B ~ 61%. #95A799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 167 + 153 = 469 (100%)
R 149 of 469 ~ 31.77%
G 167 of 469 ~ 35.61%
B 153 of 469 ~ 32.62%

%31.77
%35.61
%32.62

CMYK color model

#95A799 color CMYK value is (11,0,8,35).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 34.51%
CMYK:
(11,0,8,35)
C11M0Y8K35 
(11%,0%,8%,35%)
(0.11/0.00/0.08/0.35)	

CMYK percentages

%10.78
%0
%8.38
%34.51

Codes

Color #95A799 in popluar color models

95A799
RGB149167153
HSL133°9.28%61.96%
HSB/HSV133°10.78%65.49%
CMYK10.78%0.00%8.38%
34.51%

Color #95A799 in popluar number systems.

HEX95A799
Decimal149167153
Binary100101011010011110011001
Octal225247231

Shades and tints

Shades of #95A799

#95A799
(149,167,153)
#88988C
(136,152,140)
#7B897F
(123,137,127)
#6E7A72
(110,122,114)
#616B65
(97,107,101)
#545C58
(84,92,88)
#474D4B
(71,77,75)
#3A3E3E
(58,62,62)
#2D2F31
(45,47,49)
#202024
(32,32,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #95A799

#95A799
(149,167,153)
#9EAFA2
(158,175,162)
#A7B7AB
(167,183,171)
#B0BFB4
(176,191,180)
#B9C7BD
(185,199,189)
#C2CFC6
(194,207,198)
#CBD7CF
(203,215,207)
#D4DFD8
(212,223,216)
#DDE7E1
(221,231,225)
#E6EFEA
(230,239,234)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A799; }

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

This text font color is #95A799.


Background Color

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

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

This div background color is #95A799.


Border color

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

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

This div border color is #95A799.


Opacity

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

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

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

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

This text has shadow with #95A799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A799 on black background.


Color preview on white background

This text has color #95A799 on white background.



Black color preview on #95A799 background

This text has black color on #95A799 background.


White color preview on #95A799 background

This text has white color on #95A799 background.