COLOR #95D4EC

HEX: #95D4EC
RGB: (149,212,236)

Color info

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

RGB color model

#95D4EC color RGB value is (149,212,236).

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

RGB channels and saturation

R 149 of 255 = 58%
G 212 of 255 = 83%
B 236 of 255 = 93%

149
212
236

R + G + B ~ 78%. #95D4EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 212 + 236 = 597 (100%)
R 149 of 597 ~ 24.96%
G 212 of 597 ~ 35.51%
B 236 of 597 ~ 39.53%

%24.96
%35.51
%39.53

CMYK color model

#95D4EC color CMYK value is (37,10,0,7).

  • cyan value is 36.86%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(37,10,0,7)
C37M10Y0K7 
(37%,10%,0%,7%)
(0.37/0.10/0.00/0.07)	

CMYK percentages

%36.86
%10.17
%0
%7.45

Codes

Color #95D4EC in popluar color models

95D4EC
RGB149212236
HSL197°69.60%75.49%
HSB/HSV197°36.86%92.55%
CMYK36.86%10.17%0.00%
7.45%

Color #95D4EC in popluar number systems.

HEX95D4EC
Decimal149212236
Binary100101011101010011101100
Octal225324354

Shades and tints

Shades of #95D4EC

#95D4EC
(149,212,236)
#88C1D7
(136,193,215)
#7BAEC2
(123,174,194)
#6E9BAD
(110,155,173)
#618898
(97,136,152)
#547583
(84,117,131)
#47626E
(71,98,110)
#3A4F59
(58,79,89)
#2D3C44
(45,60,68)
#20292F
(32,41,47)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #95D4EC

#95D4EC
(149,212,236)
#9ED7ED
(158,215,237)
#A7DAEE
(167,218,238)
#B0DDEF
(176,221,239)
#B9E0F0
(185,224,240)
#C2E3F1
(194,227,241)
#CBE6F2
(203,230,242)
#D4E9F3
(212,233,243)
#DDECF4
(221,236,244)
#E6EFF5
(230,239,245)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D4EC; }

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

This text font color is #95D4EC.


Background Color

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

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

This div background color is #95D4EC.


Border color

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

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

This div border color is #95D4EC.


Opacity

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

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

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

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

This text has shadow with #95D4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D4EC on black background.


Color preview on white background

This text has color #95D4EC on white background.



Black color preview on #95D4EC background

This text has black color on #95D4EC background.


White color preview on #95D4EC background

This text has white color on #95D4EC background.