COLOR #95AEA5

HEX: #95AEA5
RGB: (149,174,165)

Color info

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

RGB color model

#95AEA5 color RGB value is (149,174,165).

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

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 165 of 255 = 65%

149
174
165

R + G + B ~ 64%. #95AEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 165 = 488 (100%)
R 149 of 488 ~ 30.53%
G 174 of 488 ~ 35.66%
B 165 of 488 ~ 33.81%

%30.53
%35.66
%33.81

CMYK color model

#95AEA5 color CMYK value is (14,0,5,32).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK:
(14,0,5,32)
C14M0Y5K32 
(14%,0%,5%,32%)
(0.14/0.00/0.05/0.32)	

CMYK percentages

%14.37
%0
%5.17
%31.76

Codes

Color #95AEA5 in popluar color models

95AEA5
RGB149174165
HSL158°13.37%63.33%
HSB/HSV158°14.37%68.24%
CMYK14.37%0.00%5.17%
31.76%

Color #95AEA5 in popluar number systems.

HEX95AEA5
Decimal149174165
Binary100101011010111010100101
Octal225256245

Shades and tints

Shades of #95AEA5

#95AEA5
(149,174,165)
#889F96
(136,159,150)
#7B9087
(123,144,135)
#6E8178
(110,129,120)
#617269
(97,114,105)
#54635A
(84,99,90)
#47544B
(71,84,75)
#3A453C
(58,69,60)
#2D362D
(45,54,45)
#20271E
(32,39,30)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #95AEA5

#95AEA5
(149,174,165)
#9EB5AD
(158,181,173)
#A7BCB5
(167,188,181)
#B0C3BD
(176,195,189)
#B9CAC5
(185,202,197)
#C2D1CD
(194,209,205)
#CBD8D5
(203,216,213)
#D4DFDD
(212,223,221)
#DDE6E5
(221,230,229)
#E6EDED
(230,237,237)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AEA5; }

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

This text font color is #95AEA5.


Background Color

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

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

This div background color is #95AEA5.


Border color

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

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

This div border color is #95AEA5.


Opacity

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

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

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

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

This text has shadow with #95AEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AEA5 on black background.


Color preview on white background

This text has color #95AEA5 on white background.



Black color preview on #95AEA5 background

This text has black color on #95AEA5 background.


White color preview on #95AEA5 background

This text has white color on #95AEA5 background.