COLOR #95ADAB

HEX: #95ADAB
RGB: (149,173,171)

Color info

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

RGB color model

#95ADAB color RGB value is (149,173,171).

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

RGB channels and saturation

R 149 of 255 = 58%
G 173 of 255 = 68%
B 171 of 255 = 67%

149
173
171

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

Portions of RGB colors in percentages

R + G + B =
149 + 173 + 171 = 493 (100%)
R 149 of 493 ~ 30.22%
G 173 of 493 ~ 35.09%
B 171 of 493 ~ 34.69%

%30.22
%35.09
%34.69

CMYK color model

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

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.16%
CMYK:
(14,0,1,32)
C14M0Y1K32 
(14%,0%,1%,32%)
(0.14/0.00/0.01/0.32)	

CMYK percentages

%13.87
%0
%1.16
%32.16

Codes

Color #95ADAB in popluar color models

95ADAB
RGB149173171
HSL175°12.77%63.14%
HSB/HSV175°13.87%67.84%
CMYK13.87%0.00%1.16%
32.16%

Color #95ADAB in popluar number systems.

HEX95ADAB
Decimal149173171
Binary100101011010110110101011
Octal225255253

Shades and tints

Shades of #95ADAB

#95ADAB
(149,173,171)
#889E9C
(136,158,156)
#7B8F8D
(123,143,141)
#6E807E
(110,128,126)
#61716F
(97,113,111)
#546260
(84,98,96)
#475351
(71,83,81)
#3A4442
(58,68,66)
#2D3533
(45,53,51)
#202624
(32,38,36)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #95ADAB

#95ADAB
(149,173,171)
#9EB4B2
(158,180,178)
#A7BBB9
(167,187,185)
#B0C2C0
(176,194,192)
#B9C9C7
(185,201,199)
#C2D0CE
(194,208,206)
#CBD7D5
(203,215,213)
#D4DEDC
(212,222,220)
#DDE5E3
(221,229,227)
#E6ECEA
(230,236,234)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ADAB; }

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

This text font color is #95ADAB.


Background Color

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

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

This div background color is #95ADAB.


Border color

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

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

This div border color is #95ADAB.


Opacity

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

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

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

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

This text has shadow with #95ADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ADAB on black background.


Color preview on white background

This text has color #95ADAB on white background.



Black color preview on #95ADAB background

This text has black color on #95ADAB background.


White color preview on #95ADAB background

This text has white color on #95ADAB background.