COLOR #95BAE6

HEX: #95BAE6
RGB: (149,186,230)

Color info

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

RGB color model

#95BAE6 color RGB value is (149,186,230).

  • red value is 149;
  • green value is 186;
  • blue value is 230.
RGB:
(149,186,230)
(58%,73%,90%)

RGB channels and saturation

R 149 of 255 = 58%
G 186 of 255 = 73%
B 230 of 255 = 90%

149
186
230

R + G + B ~ 74%. #95BAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 186 + 230 = 565 (100%)
R 149 of 565 ~ 26.37%
G 186 of 565 ~ 32.92%
B 230 of 565 ~ 40.71%

%26.37
%32.92
%40.71

CMYK color model

#95BAE6 color CMYK value is (35,19,0,10).

  • cyan value is 35.22%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(35,19,0,10)
C35M19Y0K10 
(35%,19%,0%,10%)
(0.35/0.19/0.00/0.10)	

CMYK percentages

%35.22
%19.13
%0
%9.8

Codes

Color #95BAE6 in popluar color models

95BAE6
RGB149186230
HSL213°61.83%74.31%
HSB/HSV213°35.22%90.20%
CMYK35.22%19.13%0.00%
9.80%

Color #95BAE6 in popluar number systems.

HEX95BAE6
Decimal149186230
Binary100101011011101011100110
Octal225272346

Shades and tints

Shades of #95BAE6

#95BAE6
(149,186,230)
#88AAD2
(136,170,210)
#7B9ABE
(123,154,190)
#6E8AAA
(110,138,170)
#617A96
(97,122,150)
#546A82
(84,106,130)
#475A6E
(71,90,110)
#3A4A5A
(58,74,90)
#2D3A46
(45,58,70)
#202A32
(32,42,50)
#131A1E
(19,26,30)
#000000
(0,0,0)

Tints of #95BAE6

#95BAE6
(149,186,230)
#9EC0E8
(158,192,232)
#A7C6EA
(167,198,234)
#B0CCEC
(176,204,236)
#B9D2EE
(185,210,238)
#C2D8F0
(194,216,240)
#CBDEF2
(203,222,242)
#D4E4F4
(212,228,244)
#DDEAF6
(221,234,246)
#E6F0F8
(230,240,248)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BAE6 color. Also use rgb(149,186,230) instead hex code.

Text Font Color

.myTextColor { color: #95BAE6; }

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

This text font color is #95BAE6.


Background Color

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

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

This div background color is #95BAE6.


Border color

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

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

This div border color is #95BAE6.


Opacity

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

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

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

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

This text has shadow with #95BAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BAE6 on black background.


Color preview on white background

This text has color #95BAE6 on white background.



Black color preview on #95BAE6 background

This text has black color on #95BAE6 background.


White color preview on #95BAE6 background

This text has white color on #95BAE6 background.