COLOR #95B4B0

HEX: #95B4B0 RGB: (149,180,176)

Color info

#95B4B0 contains red, green and blue colors in about the same proportion. Web safe color of #95B4B0 is #99CC99 (or #9C9).

RGB color model

#95B4B0 color RGB value is (149,180,176).

RGB: (149,180,176) (58%, 71%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 180 of 255 = 71%
B 176 of 255 = 69%

149
180
176

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

Portions of RGB colors in percentages

R + G + B = 149 + 180 + 176 = 505 (100%)
R 149 of 505 ~ 29.5%
G 180 of 505 ~ 35.64%
B 176 of 505 ~ 34.85'%

%29.5
%35.64
%34.85

CMYK color model

#95B4B0 color CMYK value is (17,0,2,29).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 29.41%

CMYK: (17,0,2,29)
C17M0Y2K29 (17%, 0%, 2%, 29%)
(0.17 / 0.00 / 0.02 / 0.29)

CMYK percentages

%17.22
%0
%2.22
%29.41

Codes

Color #95B4B0 in popluar color models

95 B4 B0
RGB 149 180 176
HSL 172° 17.13% 64.51%
HSB/HSV 172° 17.22% 70.59%
CMYK 17.22% 0.00% 2.22%
29.41%

Color #95B4B0 in popluar number systems.

HEX 95 B4 B0
Decimal 149 180 176
Binary 10010101 10110100 10110000
Octal 225 264 260

Shades and tints

Shades of #95B4B0

#95B4B0
(149,180,176)
#88A4A0
(136,164,160)
#7B9490
(123,148,144)
#6E8480
(110,132,128)
#617470
(97,116,112)
#546460
(84,100,96)
#475450
(71,84,80)
#3A4440
(58,68,64)
#2D3430
(45,52,48)
#202420
(32,36,32)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #95B4B0

#95B4B0
(149,180,176)
#9EBAB7
(158,186,183)
#A7C0BE
(167,192,190)
#B0C6C5
(176,198,197)
#B9CCCC
(185,204,204)
#C2D2D3
(194,210,211)
#CBD8DA
(203,216,218)
#D4DEE1
(212,222,225)
#DDE4E8
(221,228,232)
#E6EAEF
(230,234,239)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B4B0; }

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

This text font color is #95B4B0.

Background Color

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

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

This div background color is #95B4B0.

Border color

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

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

This div border color is #95B4B0.

Opacity

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

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

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

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

This text has shadow with #95B4B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B4B0.

Preview

Color preview on black background

This text has color #95B4B0 on black background.


Color preview on white background

This text has color #95B4B0 on white background.


Black color preview on #95B4B0 background

This text has black color on #95B4B0 background.


White color preview on #95B4B0 background

This text has white color on #95B4B0 background.


Related colors

Complementary color

Complementary color for #hex is #6A4B4F.


I love getcolorcode.com

Triadic colors

1 #B095B4 and #B4B095 with #95B4B0 are triadic colors.

2 #B0B495 and #B495B0 with #95B4B0 are triadic colors.