COLOR #95AEB7

HEX: #95AEB7
RGB: (149,174,183)

Color info

#95AEB7 contains red, green and blue colors in about the same proportion. Web safe color of #95AEB7 is #9999CC (or #99C).

RGB color model

#95AEB7 color RGB value is (149,174,183).

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

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 183 of 255 = 72%

149
174
183

R + G + B ~ 66%. #95AEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 183 = 506 (100%)
R 149 of 506 ~ 29.45%
G 174 of 506 ~ 34.39%
B 183 of 506 ~ 36.17%

%29.45
%34.39
%36.17

CMYK color model

#95AEB7 color CMYK value is (19,5,0,28).

  • cyan value is 18.58%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(19,5,0,28)
C19M5Y0K28 
(19%,5%,0%,28%)
(0.19/0.05/0.00/0.28)	

CMYK percentages

%18.58
%4.92
%0
%28.24

Codes

Color #95AEB7 in popluar color models

95AEB7
RGB149174183
HSL196°19.10%65.10%
HSB/HSV196°18.58%71.76%
CMYK18.58%4.92%0.00%
28.24%

Color #95AEB7 in popluar number systems.

HEX95AEB7
Decimal149174183
Binary100101011010111010110111
Octal225256267

Shades and tints

Shades of #95AEB7

#95AEB7
(149,174,183)
#889FA7
(136,159,167)
#7B9097
(123,144,151)
#6E8187
(110,129,135)
#617277
(97,114,119)
#546367
(84,99,103)
#475457
(71,84,87)
#3A4547
(58,69,71)
#2D3637
(45,54,55)
#202727
(32,39,39)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #95AEB7

#95AEB7
(149,174,183)
#9EB5BD
(158,181,189)
#A7BCC3
(167,188,195)
#B0C3C9
(176,195,201)
#B9CACF
(185,202,207)
#C2D1D5
(194,209,213)
#CBD8DB
(203,216,219)
#D4DFE1
(212,223,225)
#DDE6E7
(221,230,231)
#E6EDED
(230,237,237)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AEB7; }

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

This text font color is #95AEB7.


Background Color

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

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

This div background color is #95AEB7.


Border color

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

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

This div border color is #95AEB7.


Opacity

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

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

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

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

This text has shadow with #95AEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AEB7 on black background.


Color preview on white background

This text has color #95AEB7 on white background.



Black color preview on #95AEB7 background

This text has black color on #95AEB7 background.


White color preview on #95AEB7 background

This text has white color on #95AEB7 background.