COLOR #95B0C4

HEX: #95B0C4
RGB: (149,176,196)

Color info

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

RGB color model

#95B0C4 color RGB value is (149,176,196).

  • red value is 149;
  • green value is 176;
  • blue value is 196.
RGB:
(149,176,196)
(58%,69%,77%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 196 of 255 = 77%

149
176
196

R + G + B ~ 68%. #95B0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 176 + 196 = 521 (100%)
R 149 of 521 ~ 28.6%
G 176 of 521 ~ 33.78%
B 196 of 521 ~ 37.62%

%28.6
%33.78
%37.62

CMYK color model

#95B0C4 color CMYK value is (24,10,0,23).

  • cyan value is 23.98%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(24,10,0,23)
C24M10Y0K23 
(24%,10%,0%,23%)
(0.24/0.10/0.00/0.23)	

CMYK percentages

%23.98
%10.2
%0
%23.14

Codes

Color #95B0C4 in popluar color models

95B0C4
RGB149176196
HSL206°28.48%67.65%
HSB/HSV206°23.98%76.86%
CMYK23.98%10.20%0.00%
23.14%

Color #95B0C4 in popluar number systems.

HEX95B0C4
Decimal149176196
Binary100101011011000011000100
Octal225260304

Shades and tints

Shades of #95B0C4

#95B0C4
(149,176,196)
#88A0B3
(136,160,179)
#7B90A2
(123,144,162)
#6E8091
(110,128,145)
#617080
(97,112,128)
#54606F
(84,96,111)
#47505E
(71,80,94)
#3A404D
(58,64,77)
#2D303C
(45,48,60)
#20202B
(32,32,43)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #95B0C4

#95B0C4
(149,176,196)
#9EB7C9
(158,183,201)
#A7BECE
(167,190,206)
#B0C5D3
(176,197,211)
#B9CCD8
(185,204,216)
#C2D3DD
(194,211,221)
#CBDAE2
(203,218,226)
#D4E1E7
(212,225,231)
#DDE8EC
(221,232,236)
#E6EFF1
(230,239,241)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B0C4; }

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

This text font color is #95B0C4.


Background Color

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

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

This div background color is #95B0C4.


Border color

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

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

This div border color is #95B0C4.


Opacity

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

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

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

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

This text has shadow with #95B0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B0C4 on black background.


Color preview on white background

This text has color #95B0C4 on white background.



Black color preview on #95B0C4 background

This text has black color on #95B0C4 background.


White color preview on #95B0C4 background

This text has white color on #95B0C4 background.