COLOR #95ADA4

HEX: #95ADA4
RGB: (149,173,164)

Color info

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

RGB color model

#95ADA4 color RGB value is (149,173,164).

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

RGB channels and saturation

R 149 of 255 = 58%
G 173 of 255 = 68%
B 164 of 255 = 64%

149
173
164

R + G + B ~ 63%. #95ADA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 173 + 164 = 486 (100%)
R 149 of 486 ~ 30.66%
G 173 of 486 ~ 35.6%
B 164 of 486 ~ 33.74%

%30.66
%35.6
%33.74

CMYK color model

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

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

CMYK percentages

%13.87
%0
%5.2
%32.16

Codes

Color #95ADA4 in popluar color models

95ADA4
RGB149173164
HSL158°12.77%63.14%
HSB/HSV158°13.87%67.84%
CMYK13.87%0.00%5.20%
32.16%

Color #95ADA4 in popluar number systems.

HEX95ADA4
Decimal149173164
Binary100101011010110110100100
Octal225255244

Shades and tints

Shades of #95ADA4

#95ADA4
(149,173,164)
#889E96
(136,158,150)
#7B8F88
(123,143,136)
#6E807A
(110,128,122)
#61716C
(97,113,108)
#54625E
(84,98,94)
#475350
(71,83,80)
#3A4442
(58,68,66)
#2D3534
(45,53,52)
#202626
(32,38,38)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #95ADA4

#95ADA4
(149,173,164)
#9EB4AC
(158,180,172)
#A7BBB4
(167,187,180)
#B0C2BC
(176,194,188)
#B9C9C4
(185,201,196)
#C2D0CC
(194,208,204)
#CBD7D4
(203,215,212)
#D4DEDC
(212,222,220)
#DDE5E4
(221,229,228)
#E6ECEC
(230,236,236)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ADA4; }

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

This text font color is #95ADA4.


Background Color

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

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

This div background color is #95ADA4.


Border color

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

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

This div border color is #95ADA4.


Opacity

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

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

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

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

This text has shadow with #95ADA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ADA4 on black background.


Color preview on white background

This text has color #95ADA4 on white background.



Black color preview on #95ADA4 background

This text has black color on #95ADA4 background.


White color preview on #95ADA4 background

This text has white color on #95ADA4 background.