COLOR #95B9DD

HEX: #95B9DD
RGB: (149,185,221)

Color info

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

RGB color model

#95B9DD color RGB value is (149,185,221).

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

RGB channels and saturation

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

149
185
221

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

Portions of RGB colors in percentages

R + G + B =
149 + 185 + 221 = 555 (100%)
R 149 of 555 ~ 26.85%
G 185 of 555 ~ 33.33%
B 221 of 555 ~ 39.82%

%26.85
%33.33
%39.82

CMYK color model

#95B9DD color CMYK value is (33,16,0,13).

  • cyan value is 32.58%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(33,16,0,13)
C33M16Y0K13 
(33%,16%,0%,13%)
(0.33/0.16/0.00/0.13)	

CMYK percentages

%32.58
%16.29
%0
%13.33

Codes

Color #95B9DD in popluar color models

95B9DD
RGB149185221
HSL210°51.43%72.55%
HSB/HSV210°32.58%86.67%
CMYK32.58%16.29%0.00%
13.33%

Color #95B9DD in popluar number systems.

HEX95B9DD
Decimal149185221
Binary100101011011100111011101
Octal225271335

Shades and tints

Shades of #95B9DD

#95B9DD
(149,185,221)
#88A9C9
(136,169,201)
#7B99B5
(123,153,181)
#6E89A1
(110,137,161)
#61798D
(97,121,141)
#546979
(84,105,121)
#475965
(71,89,101)
#3A4951
(58,73,81)
#2D393D
(45,57,61)
#202929
(32,41,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #95B9DD

#95B9DD
(149,185,221)
#9EBFE0
(158,191,224)
#A7C5E3
(167,197,227)
#B0CBE6
(176,203,230)
#B9D1E9
(185,209,233)
#C2D7EC
(194,215,236)
#CBDDEF
(203,221,239)
#D4E3F2
(212,227,242)
#DDE9F5
(221,233,245)
#E6EFF8
(230,239,248)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B9DD; }

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

This text font color is #95B9DD.


Background Color

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

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

This div background color is #95B9DD.


Border color

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

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

This div border color is #95B9DD.


Opacity

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

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

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

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

This text has shadow with #95B9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B9DD on black background.


Color preview on white background

This text has color #95B9DD on white background.



Black color preview on #95B9DD background

This text has black color on #95B9DD background.


White color preview on #95B9DD background

This text has white color on #95B9DD background.