COLOR #95B0D2

HEX: #95B0D2
RGB: (149,176,210)

Color info

#95B0D2 contains mainly green and blue colors. Web safe color of #95B0D2 is #9999CC (or #99C).

RGB color model

#95B0D2 color RGB value is (149,176,210).

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

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 210 of 255 = 82%

149
176
210

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

Portions of RGB colors in percentages

R + G + B =
149 + 176 + 210 = 535 (100%)
R 149 of 535 ~ 27.85%
G 176 of 535 ~ 32.9%
B 210 of 535 ~ 39.25%

%27.85
%32.9
%39.25

CMYK color model

#95B0D2 color CMYK value is (29,16,0,18).

  • cyan value is 29.05%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(29,16,0,18)
C29M16Y0K18 
(29%,16%,0%,18%)
(0.29/0.16/0.00/0.18)	

CMYK percentages

%29.05
%16.19
%0
%17.65

Codes

Color #95B0D2 in popluar color models

95B0D2
RGB149176210
HSL213°40.40%70.39%
HSB/HSV213°29.05%82.35%
CMYK29.05%16.19%0.00%
17.65%

Color #95B0D2 in popluar number systems.

HEX95B0D2
Decimal149176210
Binary100101011011000011010010
Octal225260322

Shades and tints

Shades of #95B0D2

#95B0D2
(149,176,210)
#88A0BF
(136,160,191)
#7B90AC
(123,144,172)
#6E8099
(110,128,153)
#617086
(97,112,134)
#546073
(84,96,115)
#475060
(71,80,96)
#3A404D
(58,64,77)
#2D303A
(45,48,58)
#202027
(32,32,39)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #95B0D2

#95B0D2
(149,176,210)
#9EB7D6
(158,183,214)
#A7BEDA
(167,190,218)
#B0C5DE
(176,197,222)
#B9CCE2
(185,204,226)
#C2D3E6
(194,211,230)
#CBDAEA
(203,218,234)
#D4E1EE
(212,225,238)
#DDE8F2
(221,232,242)
#E6EFF6
(230,239,246)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B0D2; }

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

This text font color is #95B0D2.


Background Color

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

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

This div background color is #95B0D2.


Border color

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

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

This div border color is #95B0D2.


Opacity

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

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

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

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

This text has shadow with #95B0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B0D2 on black background.


Color preview on white background

This text has color #95B0D2 on white background.



Black color preview on #95B0D2 background

This text has black color on #95B0D2 background.


White color preview on #95B0D2 background

This text has white color on #95B0D2 background.