COLOR #95ACAE

HEX: #95ACAE
RGB: (149,172,174)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
172
174

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

Portions of RGB colors in percentages

R + G + B =
149 + 172 + 174 = 495 (100%)
R 149 of 495 ~ 30.1%
G 172 of 495 ~ 34.75%
B 174 of 495 ~ 35.15%

%30.1
%34.75
%35.15

CMYK color model

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

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

CMYK percentages

%14.37
%1.15
%0
%31.76

Codes

Color #95ACAE in popluar color models

95ACAE
RGB149172174
HSL185°13.37%63.33%
HSB/HSV185°14.37%68.24%
CMYK14.37%1.15%0.00%
31.76%

Color #95ACAE in popluar number systems.

HEX95ACAE
Decimal149172174
Binary100101011010110010101110
Octal225254256

Shades and tints

Shades of #95ACAE

#95ACAE
(149,172,174)
#889D9F
(136,157,159)
#7B8E90
(123,142,144)
#6E7F81
(110,127,129)
#617072
(97,112,114)
#546163
(84,97,99)
#475254
(71,82,84)
#3A4345
(58,67,69)
#2D3436
(45,52,54)
#202527
(32,37,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #95ACAE

#95ACAE
(149,172,174)
#9EB3B5
(158,179,181)
#A7BABC
(167,186,188)
#B0C1C3
(176,193,195)
#B9C8CA
(185,200,202)
#C2CFD1
(194,207,209)
#CBD6D8
(203,214,216)
#D4DDDF
(212,221,223)
#DDE4E6
(221,228,230)
#E6EBED
(230,235,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ACAE; }

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

This text font color is #95ACAE.


Background Color

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

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

This div background color is #95ACAE.


Border color

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

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

This div border color is #95ACAE.


Opacity

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

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

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

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

This text has shadow with #95ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ACAE on black background.


Color preview on white background

This text has color #95ACAE on white background.



Black color preview on #95ACAE background

This text has black color on #95ACAE background.


White color preview on #95ACAE background

This text has white color on #95ACAE background.