COLOR #95B5CB

HEX: #95B5CB
RGB: (149,181,203)

Color info

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

RGB color model

#95B5CB color RGB value is (149,181,203).

  • red value is 149;
  • green value is 181;
  • blue value is 203.
RGB:
(149,181,203)
(58%,71%,80%)

RGB channels and saturation

R 149 of 255 = 58%
G 181 of 255 = 71%
B 203 of 255 = 80%

149
181
203

R + G + B ~ 70%. #95B5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 181 + 203 = 533 (100%)
R 149 of 533 ~ 27.95%
G 181 of 533 ~ 33.96%
B 203 of 533 ~ 38.09%

%27.95
%33.96
%38.09

CMYK color model

#95B5CB color CMYK value is (27,11,0,20).

  • cyan value is 26.60%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(27,11,0,20)
C27M11Y0K20 
(27%,11%,0%,20%)
(0.27/0.11/0.00/0.20)	

CMYK percentages

%26.6
%10.84
%0
%20.39

Codes

Color #95B5CB in popluar color models

95B5CB
RGB149181203
HSL204°34.18%69.02%
HSB/HSV204°26.60%79.61%
CMYK26.60%10.84%0.00%
20.39%

Color #95B5CB in popluar number systems.

HEX95B5CB
Decimal149181203
Binary100101011011010111001011
Octal225265313

Shades and tints

Shades of #95B5CB

#95B5CB
(149,181,203)
#88A5B9
(136,165,185)
#7B95A7
(123,149,167)
#6E8595
(110,133,149)
#617583
(97,117,131)
#546571
(84,101,113)
#47555F
(71,85,95)
#3A454D
(58,69,77)
#2D353B
(45,53,59)
#202529
(32,37,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #95B5CB

#95B5CB
(149,181,203)
#9EBBCF
(158,187,207)
#A7C1D3
(167,193,211)
#B0C7D7
(176,199,215)
#B9CDDB
(185,205,219)
#C2D3DF
(194,211,223)
#CBD9E3
(203,217,227)
#D4DFE7
(212,223,231)
#DDE5EB
(221,229,235)
#E6EBEF
(230,235,239)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B5CB color. Also use rgb(149,181,203) instead hex code.

Text Font Color

.myTextColor { color: #95B5CB; }

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

This text font color is #95B5CB.


Background Color

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

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

This div background color is #95B5CB.


Border color

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

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

This div border color is #95B5CB.


Opacity

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

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

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

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

This text has shadow with #95B5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B5CB on black background.


Color preview on white background

This text has color #95B5CB on white background.



Black color preview on #95B5CB background

This text has black color on #95B5CB background.


White color preview on #95B5CB background

This text has white color on #95B5CB background.