COLOR #95B2E1

HEX: #95B2E1
RGB: (149,178,225)

Color info

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

RGB color model

#95B2E1 color RGB value is (149,178,225).

  • red value is 149;
  • green value is 178;
  • blue value is 225.
RGB:
(149,178,225)
(58%,70%,88%)

RGB channels and saturation

R 149 of 255 = 58%
G 178 of 255 = 70%
B 225 of 255 = 88%

149
178
225

R + G + B ~ 72%. #95B2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 178 + 225 = 552 (100%)
R 149 of 552 ~ 26.99%
G 178 of 552 ~ 32.25%
B 225 of 552 ~ 40.76%

%26.99
%32.25
%40.76

CMYK color model

#95B2E1 color CMYK value is (34,21,0,12).

  • cyan value is 33.78%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(34,21,0,12)
C34M21Y0K12 
(34%,21%,0%,12%)
(0.34/0.21/0.00/0.12)	

CMYK percentages

%33.78
%20.89
%0
%11.76

Codes

Color #95B2E1 in popluar color models

95B2E1
RGB149178225
HSL217°55.88%73.33%
HSB/HSV217°33.78%88.24%
CMYK33.78%20.89%0.00%
11.76%

Color #95B2E1 in popluar number systems.

HEX95B2E1
Decimal149178225
Binary100101011011001011100001
Octal225262341

Shades and tints

Shades of #95B2E1

#95B2E1
(149,178,225)
#88A2CD
(136,162,205)
#7B92B9
(123,146,185)
#6E82A5
(110,130,165)
#617291
(97,114,145)
#54627D
(84,98,125)
#475269
(71,82,105)
#3A4255
(58,66,85)
#2D3241
(45,50,65)
#20222D
(32,34,45)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #95B2E1

#95B2E1
(149,178,225)
#9EB9E3
(158,185,227)
#A7C0E5
(167,192,229)
#B0C7E7
(176,199,231)
#B9CEE9
(185,206,233)
#C2D5EB
(194,213,235)
#CBDCED
(203,220,237)
#D4E3EF
(212,227,239)
#DDEAF1
(221,234,241)
#E6F1F3
(230,241,243)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B2E1 color. Also use rgb(149,178,225) instead hex code.

Text Font Color

.myTextColor { color: #95B2E1; }

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

This text font color is #95B2E1.


Background Color

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

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

This div background color is #95B2E1.


Border color

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

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

This div border color is #95B2E1.


Opacity

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

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

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

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

This text has shadow with #95B2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B2E1 on black background.


Color preview on white background

This text has color #95B2E1 on white background.



Black color preview on #95B2E1 background

This text has black color on #95B2E1 background.


White color preview on #95B2E1 background

This text has white color on #95B2E1 background.