COLOR #95B2AE

HEX: #95B2AE
RGB: (149,178,174)

Color info

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

RGB color model

#95B2AE color RGB value is (149,178,174).

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

RGB channels and saturation

R 149 of 255 = 58%
G 178 of 255 = 70%
B 174 of 255 = 68%

149
178
174

R + G + B ~ 65%. #95B2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 178 + 174 = 501 (100%)
R 149 of 501 ~ 29.74%
G 178 of 501 ~ 35.53%
B 174 of 501 ~ 34.73%

%29.74
%35.53
%34.73

CMYK color model

#95B2AE color CMYK value is (16,0,2,30).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(16,0,2,30)
C16M0Y2K30 
(16%,0%,2%,30%)
(0.16/0.00/0.02/0.30)	

CMYK percentages

%16.29
%0
%2.25
%30.2

Codes

Color #95B2AE in popluar color models

95B2AE
RGB149178174
HSL172°15.85%64.12%
HSB/HSV172°16.29%69.80%
CMYK16.29%0.00%2.25%
30.20%

Color #95B2AE in popluar number systems.

HEX95B2AE
Decimal149178174
Binary100101011011001010101110
Octal225262256

Shades and tints

Shades of #95B2AE

#95B2AE
(149,178,174)
#88A29F
(136,162,159)
#7B9290
(123,146,144)
#6E8281
(110,130,129)
#617272
(97,114,114)
#546263
(84,98,99)
#475254
(71,82,84)
#3A4245
(58,66,69)
#2D3236
(45,50,54)
#202227
(32,34,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #95B2AE

#95B2AE
(149,178,174)
#9EB9B5
(158,185,181)
#A7C0BC
(167,192,188)
#B0C7C3
(176,199,195)
#B9CECA
(185,206,202)
#C2D5D1
(194,213,209)
#CBDCD8
(203,220,216)
#D4E3DF
(212,227,223)
#DDEAE6
(221,234,230)
#E6F1ED
(230,241,237)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B2AE; }

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

This text font color is #95B2AE.


Background Color

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

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

This div background color is #95B2AE.


Border color

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

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

This div border color is #95B2AE.


Opacity

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

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

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

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

This text has shadow with #95B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B2AE on black background.


Color preview on white background

This text has color #95B2AE on white background.



Black color preview on #95B2AE background

This text has black color on #95B2AE background.


White color preview on #95B2AE background

This text has white color on #95B2AE background.