COLOR #95ACB0

HEX: #95ACB0 RGB: (149,172,176)

Color info

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

RGB color model

#95ACB0 color RGB value is (149,172,176).

RGB: (149,172,176) (58%, 67%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 172 of 255 = 67%
B 176 of 255 = 69%

149
172
176

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

Portions of RGB colors in percentages

R + G + B = 149 + 172 + 176 = 497 (100%)
R 149 of 497 ~ 29.98%
G 172 of 497 ~ 34.61%
B 176 of 497 ~ 35.41'%

%29.98
%34.61
%35.41

CMYK color model

#95ACB0 color CMYK value is (15,2,0,31).

  • cyan value is 15.34%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (15,2,0,31)
C15M2Y0K31 (15%, 2%, 0%, 31%)
(0.15 / 0.02 / 0.00 / 0.31)

CMYK percentages

%15.34
%2.27
%0
%30.98

Codes

Color #95ACB0 in popluar color models

95 AC B0
RGB 149 172 176
HSL 189° 14.59% 63.73%
HSB/HSV 189° 15.34% 69.02%
CMYK 15.34% 2.27% 0.00%
30.98%

Color #95ACB0 in popluar number systems.

HEX 95 AC B0
Decimal 149 172 176
Binary 10010101 10101100 10110000
Octal 225 254 260

Shades and tints

Shades of #95ACB0

#95ACB0
(149,172,176)
#889DA0
(136,157,160)
#7B8E90
(123,142,144)
#6E7F80
(110,127,128)
#617070
(97,112,112)
#546160
(84,97,96)
#475250
(71,82,80)
#3A4340
(58,67,64)
#2D3430
(45,52,48)
#202520
(32,37,32)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #95ACB0

#95ACB0
(149,172,176)
#9EB3B7
(158,179,183)
#A7BABE
(167,186,190)
#B0C1C5
(176,193,197)
#B9C8CC
(185,200,204)
#C2CFD3
(194,207,211)
#CBD6DA
(203,214,218)
#D4DDE1
(212,221,225)
#DDE4E8
(221,228,232)
#E6EBEF
(230,235,239)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ACB0; }

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

This text font color is #95ACB0.

Background Color

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

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

This div background color is #95ACB0.

Border color

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

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

This div border color is #95ACB0.

Opacity

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

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

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

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

This text has shadow with #95ACB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95ACB0.

Preview

Color preview on black background

This text has color #95ACB0 on black background.


Color preview on white background

This text has color #95ACB0 on white background.


Black color preview on #95ACB0 background

This text has black color on #95ACB0 background.


White color preview on #95ACB0 background

This text has white color on #95ACB0 background.


Related colors

Complementary color

Complementary color for #hex is #6A534F.


I love getcolorcode.com

Triadic colors

1 #B095AC and #ACB095 with #95ACB0 are triadic colors.

2 #B0AC95 and #AC95B0 with #95ACB0 are triadic colors.