COLOR #95C4EC

HEX: #95C4EC
RGB: (149,196,236)

Color info

#95C4EC contains mainly green and blue colors. Web safe color of #95C4EC is #99CCFF (or #9CF).

RGB color model

#95C4EC color RGB value is (149,196,236).

  • red value is 149;
  • green value is 196;
  • blue value is 236.
RGB:
(149,196,236)
(58%,77%,93%)

RGB channels and saturation

R 149 of 255 = 58%
G 196 of 255 = 77%
B 236 of 255 = 93%

149
196
236

R + G + B ~ 76%. #95C4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 196 + 236 = 581 (100%)
R 149 of 581 ~ 25.65%
G 196 of 581 ~ 33.73%
B 236 of 581 ~ 40.62%

%25.65
%33.73
%40.62

CMYK color model

#95C4EC color CMYK value is (37,17,0,7).

  • cyan value is 36.86%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(37,17,0,7)
C37M17Y0K7 
(37%,17%,0%,7%)
(0.37/0.17/0.00/0.07)	

CMYK percentages

%36.86
%16.95
%0
%7.45

Codes

Color #95C4EC in popluar color models

95C4EC
RGB149196236
HSL208°69.60%75.49%
HSB/HSV208°36.86%92.55%
CMYK36.86%16.95%0.00%
7.45%

Color #95C4EC in popluar number systems.

HEX95C4EC
Decimal149196236
Binary100101011100010011101100
Octal225304354

Shades and tints

Shades of #95C4EC

#95C4EC
(149,196,236)
#88B3D7
(136,179,215)
#7BA2C2
(123,162,194)
#6E91AD
(110,145,173)
#618098
(97,128,152)
#546F83
(84,111,131)
#475E6E
(71,94,110)
#3A4D59
(58,77,89)
#2D3C44
(45,60,68)
#202B2F
(32,43,47)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #95C4EC

#95C4EC
(149,196,236)
#9EC9ED
(158,201,237)
#A7CEEE
(167,206,238)
#B0D3EF
(176,211,239)
#B9D8F0
(185,216,240)
#C2DDF1
(194,221,241)
#CBE2F2
(203,226,242)
#D4E7F3
(212,231,243)
#DDECF4
(221,236,244)
#E6F1F5
(230,241,245)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C4EC color. Also use rgb(149,196,236) instead hex code.

Text Font Color

.myTextColor { color: #95C4EC; }

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

This text font color is #95C4EC.


Background Color

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

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

This div background color is #95C4EC.


Border color

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

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

This div border color is #95C4EC.


Opacity

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

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

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

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

This text has shadow with #95C4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C4EC on black background.


Color preview on white background

This text has color #95C4EC on white background.



Black color preview on #95C4EC background

This text has black color on #95C4EC background.


White color preview on #95C4EC background

This text has white color on #95C4EC background.