COLOR #95ADB8

HEX: #95ADB8 RGB: (149,173,184)

Color info

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

RGB color model

#95ADB8 color RGB value is (149,173,184).

RGB: (149,173,184) (58%, 68%, 72%)

RGB channels and saturation

R 149 of 255 = 58%
G 173 of 255 = 68%
B 184 of 255 = 72%

149
173
184

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

Portions of RGB colors in percentages

R + G + B = 149 + 173 + 184 = 506 (100%)
R 149 of 506 ~ 29.45%
G 173 of 506 ~ 34.19%
B 184 of 506 ~ 36.36'%

%29.45
%34.19
%36.36

CMYK color model

#95ADB8 color CMYK value is (19,6,0,28).

  • cyan value is 19.02%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (19,6,0,28)
C19M6Y0K28 (19%, 6%, 0%, 28%)
(0.19 / 0.06 / 0.00 / 0.28)

CMYK percentages

%19.02
%5.98
%0
%27.84

Codes

Color #95ADB8 in popluar color models

95 AD B8
RGB 149 173 184
HSL 199° 19.77% 65.29%
HSB/HSV 199° 19.02% 72.16%
CMYK 19.02% 5.98% 0.00%
27.84%

Color #95ADB8 in popluar number systems.

HEX 95 AD B8
Decimal 149 173 184
Binary 10010101 10101101 10111000
Octal 225 255 270

Shades and tints

Shades of #95ADB8

#95ADB8
(149,173,184)
#889EA8
(136,158,168)
#7B8F98
(123,143,152)
#6E8088
(110,128,136)
#617178
(97,113,120)
#546268
(84,98,104)
#475358
(71,83,88)
#3A4448
(58,68,72)
#2D3538
(45,53,56)
#202628
(32,38,40)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #95ADB8

#95ADB8
(149,173,184)
#9EB4BE
(158,180,190)
#A7BBC4
(167,187,196)
#B0C2CA
(176,194,202)
#B9C9D0
(185,201,208)
#C2D0D6
(194,208,214)
#CBD7DC
(203,215,220)
#D4DEE2
(212,222,226)
#DDE5E8
(221,229,232)
#E6ECEE
(230,236,238)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ADB8; }

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

This text font color is #95ADB8.

Background Color

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

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

This div background color is #95ADB8.

Border color

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

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

This div border color is #95ADB8.

Opacity

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

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

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

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

This text has shadow with #95ADB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95ADB8.

Preview

Color preview on black background

This text has color #95ADB8 on black background.


Color preview on white background

This text has color #95ADB8 on white background.


Black color preview on #95ADB8 background

This text has black color on #95ADB8 background.


White color preview on #95ADB8 background

This text has white color on #95ADB8 background.


Related colors

Complementary color

Complementary color for #hex is #6A5247.


I love getcolorcode.com

Triadic colors

1 #B895AD and #ADB895 with #95ADB8 are triadic colors.

2 #B8AD95 and #AD95B8 with #95ADB8 are triadic colors.