COLOR #95AEAE

HEX: #95AEAE
RGB: (149,174,174)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
174
174

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

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 174 = 497 (100%)
R 149 of 497 ~ 29.98%
G 174 of 497 ~ 35.01%
B 174 of 497 ~ 35.01%

%29.98
%35.01
%35.01

CMYK color model

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

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

CMYK percentages

%14.37
%0
%0
%31.76

Codes

Color #95AEAE in popluar color models

95AEAE
RGB149174174
HSL180°13.37%63.33%
HSB/HSV180°14.37%68.24%
CMYK14.37%0.00%0.00%
31.76%

Color #95AEAE in popluar number systems.

HEX95AEAE
Decimal149174174
Binary100101011010111010101110
Octal225256256

Shades and tints

Shades of #95AEAE

#95AEAE
(149,174,174)
#889F9F
(136,159,159)
#7B9090
(123,144,144)
#6E8181
(110,129,129)
#617272
(97,114,114)
#546363
(84,99,99)
#475454
(71,84,84)
#3A4545
(58,69,69)
#2D3636
(45,54,54)
#202727
(32,39,39)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #95AEAE

#95AEAE
(149,174,174)
#9EB5B5
(158,181,181)
#A7BCBC
(167,188,188)
#B0C3C3
(176,195,195)
#B9CACA
(185,202,202)
#C2D1D1
(194,209,209)
#CBD8D8
(203,216,216)
#D4DFDF
(212,223,223)
#DDE6E6
(221,230,230)
#E6EDED
(230,237,237)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AEAE; }

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

This text font color is #95AEAE.


Background Color

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

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

This div background color is #95AEAE.


Border color

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

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

This div border color is #95AEAE.


Opacity

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

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

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

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

This text has shadow with #95AEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AEAE on black background.


Color preview on white background

This text has color #95AEAE on white background.



Black color preview on #95AEAE background

This text has black color on #95AEAE background.


White color preview on #95AEAE background

This text has white color on #95AEAE background.