COLOR #95B7B0

HEX: #95B7B0 RGB: (149,183,176)

Color info

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

RGB color model

#95B7B0 color RGB value is (149,183,176).

RGB: (149,183,176) (58%, 72%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 176 of 255 = 69%

149
183
176

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

Portions of RGB colors in percentages

R + G + B = 149 + 183 + 176 = 508 (100%)
R 149 of 508 ~ 29.33%
G 183 of 508 ~ 36.02%
B 176 of 508 ~ 34.65'%

%29.33
%36.02
%34.65

CMYK color model

#95B7B0 color CMYK value is (19,0,4,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 28.24%
CMYK: (19,0,4,28) C19M0Y4K28 (19%,0%,4%,28%) (0.19/0.00/0.04/0.28) 

CMYK percentages

%18.58
%0
%3.83
%28.24

Codes

Color #95B7B0 in popluar color models

95 B7 B0
RGB 149 183 176
HSL 168° 19.10% 65.10%
HSB/HSV 168° 18.58% 71.76%
CMYK 18.58% 0.00% 3.83%
28.24%

Color #95B7B0 in popluar number systems.

HEX 95 B7 B0
Decimal 149 183 176
Binary 10010101 10110111 10110000
Octal 225 267 260

Shades and tints

Shades of #95B7B0

#95B7B0
(149,183,176)
#88A7A0
(136,167,160)
#7B9790
(123,151,144)
#6E8780
(110,135,128)
#617770
(97,119,112)
#546760
(84,103,96)
#475750
(71,87,80)
#3A4740
(58,71,64)
#2D3730
(45,55,48)
#202720
(32,39,32)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #95B7B0

#95B7B0
(149,183,176)
#9EBDB7
(158,189,183)
#A7C3BE
(167,195,190)
#B0C9C5
(176,201,197)
#B9CFCC
(185,207,204)
#C2D5D3
(194,213,211)
#CBDBDA
(203,219,218)
#D4E1E1
(212,225,225)
#DDE7E8
(221,231,232)
#E6EDEF
(230,237,239)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B7B0; }

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

This text font color is #95B7B0.

Background Color

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

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

This div background color is #95B7B0.

Border color

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

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

This div border color is #95B7B0.

Opacity

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

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

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

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

This text has shadow with #95B7B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B7B0.

Preview

Color preview on black background

This text has color #95B7B0 on black background.


Color preview on white background

This text has color #95B7B0 on white background.


Black color preview on #95B7B0 background

This text has black color on #95B7B0 background.


White color preview on #95B7B0 background

This text has white color on #95B7B0 background.


Related colors

Complementary color

Complementary color for #hex is #6A484F.


I love getcolorcode.com

Triadic colors

1 #B095B7 and #B7B095 with #95B7B0 are triadic colors.

2 #B0B795 and #B795B0 with #95B7B0 are triadic colors.