COLOR #95ACB4

HEX: #95ACB4
RGB: (149,172,180)

Color info

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

RGB color model

#95ACB4 color RGB value is (149,172,180).

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

RGB channels and saturation

R 149 of 255 = 58%
G 172 of 255 = 67%
B 180 of 255 = 71%

149
172
180

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

Portions of RGB colors in percentages

R + G + B =
149 + 172 + 180 = 501 (100%)
R 149 of 501 ~ 29.74%
G 172 of 501 ~ 34.33%
B 180 of 501 ~ 35.93%

%29.74
%34.33
%35.93

CMYK color model

#95ACB4 color CMYK value is (17,4,0,29).

  • cyan value is 17.22%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(17,4,0,29)
C17M4Y0K29 
(17%,4%,0%,29%)
(0.17/0.04/0.00/0.29)	

CMYK percentages

%17.22
%4.44
%0
%29.41

Codes

Color #95ACB4 in popluar color models

95ACB4
RGB149172180
HSL195°17.13%64.51%
HSB/HSV195°17.22%70.59%
CMYK17.22%4.44%0.00%
29.41%

Color #95ACB4 in popluar number systems.

HEX95ACB4
Decimal149172180
Binary100101011010110010110100
Octal225254264

Shades and tints

Shades of #95ACB4

#95ACB4
(149,172,180)
#889DA4
(136,157,164)
#7B8E94
(123,142,148)
#6E7F84
(110,127,132)
#617074
(97,112,116)
#546164
(84,97,100)
#475254
(71,82,84)
#3A4344
(58,67,68)
#2D3434
(45,52,52)
#202524
(32,37,36)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #95ACB4

#95ACB4
(149,172,180)
#9EB3BA
(158,179,186)
#A7BAC0
(167,186,192)
#B0C1C6
(176,193,198)
#B9C8CC
(185,200,204)
#C2CFD2
(194,207,210)
#CBD6D8
(203,214,216)
#D4DDDE
(212,221,222)
#DDE4E4
(221,228,228)
#E6EBEA
(230,235,234)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ACB4; }

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

This text font color is #95ACB4.


Background Color

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

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

This div background color is #95ACB4.


Border color

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

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

This div border color is #95ACB4.


Opacity

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

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

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

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

This text has shadow with #95ACB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ACB4 on black background.


Color preview on white background

This text has color #95ACB4 on white background.



Black color preview on #95ACB4 background

This text has black color on #95ACB4 background.


White color preview on #95ACB4 background

This text has white color on #95ACB4 background.