COLOR #95B9DF

HEX: #95B9DF
RGB: (149,185,223)

Color info

#95B9DF contains mainly green and blue colors. Web safe color of #95B9DF is #99CCCC (or #9CC).

RGB color model

#95B9DF color RGB value is (149,185,223).

  • red value is 149;
  • green value is 185;
  • blue value is 223.
RGB:
(149,185,223)
(58%,73%,87%)

RGB channels and saturation

R 149 of 255 = 58%
G 185 of 255 = 73%
B 223 of 255 = 87%

149
185
223

R + G + B ~ 73%. #95B9DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 185 + 223 = 557 (100%)
R 149 of 557 ~ 26.75%
G 185 of 557 ~ 33.21%
B 223 of 557 ~ 40.04%

%26.75
%33.21
%40.04

CMYK color model

#95B9DF color CMYK value is (33,17,0,13).

  • cyan value is 33.18%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(33,17,0,13)
C33M17Y0K13 
(33%,17%,0%,13%)
(0.33/0.17/0.00/0.13)	

CMYK percentages

%33.18
%17.04
%0
%12.55

Codes

Color #95B9DF in popluar color models

95B9DF
RGB149185223
HSL211°53.62%72.94%
HSB/HSV211°33.18%87.45%
CMYK33.18%17.04%0.00%
12.55%

Color #95B9DF in popluar number systems.

HEX95B9DF
Decimal149185223
Binary100101011011100111011111
Octal225271337

Shades and tints

Shades of #95B9DF

#95B9DF
(149,185,223)
#88A9CB
(136,169,203)
#7B99B7
(123,153,183)
#6E89A3
(110,137,163)
#61798F
(97,121,143)
#54697B
(84,105,123)
#475967
(71,89,103)
#3A4953
(58,73,83)
#2D393F
(45,57,63)
#20292B
(32,41,43)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #95B9DF

#95B9DF
(149,185,223)
#9EBFE1
(158,191,225)
#A7C5E3
(167,197,227)
#B0CBE5
(176,203,229)
#B9D1E7
(185,209,231)
#C2D7E9
(194,215,233)
#CBDDEB
(203,221,235)
#D4E3ED
(212,227,237)
#DDE9EF
(221,233,239)
#E6EFF1
(230,239,241)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B9DF color. Also use rgb(149,185,223) instead hex code.

Text Font Color

.myTextColor { color: #95B9DF; }

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

This text font color is #95B9DF.


Background Color

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

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

This div background color is #95B9DF.


Border color

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

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

This div border color is #95B9DF.


Opacity

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

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

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

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

This text has shadow with #95B9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B9DF on black background.


Color preview on white background

This text has color #95B9DF on white background.



Black color preview on #95B9DF background

This text has black color on #95B9DF background.


White color preview on #95B9DF background

This text has white color on #95B9DF background.