COLOR #95BFE0

HEX: #95BFE0
RGB: (149,191,224)

Color info

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

RGB color model

#95BFE0 color RGB value is (149,191,224).

  • red value is 149;
  • green value is 191;
  • blue value is 224.
RGB:
(149,191,224)
(58%,75%,88%)

RGB channels and saturation

R 149 of 255 = 58%
G 191 of 255 = 75%
B 224 of 255 = 88%

149
191
224

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

Portions of RGB colors in percentages

R + G + B =
149 + 191 + 224 = 564 (100%)
R 149 of 564 ~ 26.42%
G 191 of 564 ~ 33.87%
B 224 of 564 ~ 39.72%

%26.42
%33.87
%39.72

CMYK color model

#95BFE0 color CMYK value is (33,15,0,12).

  • cyan value is 33.48%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(33,15,0,12)
C33M15Y0K12 
(33%,15%,0%,12%)
(0.33/0.15/0.00/0.12)	

CMYK percentages

%33.48
%14.73
%0
%12.16

Codes

Color #95BFE0 in popluar color models

95BFE0
RGB149191224
HSL206°54.74%73.14%
HSB/HSV206°33.48%87.84%
CMYK33.48%14.73%0.00%
12.16%

Color #95BFE0 in popluar number systems.

HEX95BFE0
Decimal149191224
Binary100101011011111111100000
Octal225277340

Shades and tints

Shades of #95BFE0

#95BFE0
(149,191,224)
#88AECC
(136,174,204)
#7B9DB8
(123,157,184)
#6E8CA4
(110,140,164)
#617B90
(97,123,144)
#546A7C
(84,106,124)
#475968
(71,89,104)
#3A4854
(58,72,84)
#2D3740
(45,55,64)
#20262C
(32,38,44)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #95BFE0

#95BFE0
(149,191,224)
#9EC4E2
(158,196,226)
#A7C9E4
(167,201,228)
#B0CEE6
(176,206,230)
#B9D3E8
(185,211,232)
#C2D8EA
(194,216,234)
#CBDDEC
(203,221,236)
#D4E2EE
(212,226,238)
#DDE7F0
(221,231,240)
#E6ECF2
(230,236,242)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BFE0 color. Also use rgb(149,191,224) instead hex code.

Text Font Color

.myTextColor { color: #95BFE0; }

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

This text font color is #95BFE0.


Background Color

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

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

This div background color is #95BFE0.


Border color

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

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

This div border color is #95BFE0.


Opacity

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

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

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

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

This text has shadow with #95BFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BFE0 on black background.


Color preview on white background

This text has color #95BFE0 on white background.



Black color preview on #95BFE0 background

This text has black color on #95BFE0 background.


White color preview on #95BFE0 background

This text has white color on #95BFE0 background.