COLOR #95C9F3

HEX: #95C9F3
RGB: (149,201,243)

Color info

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

RGB color model

#95C9F3 color RGB value is (149,201,243).

  • red value is 149;
  • green value is 201;
  • blue value is 243.
RGB:
(149,201,243)
(58%,79%,95%)

RGB channels and saturation

R 149 of 255 = 58%
G 201 of 255 = 79%
B 243 of 255 = 95%

149
201
243

R + G + B ~ 77%. #95C9F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 201 + 243 = 593 (100%)
R 149 of 593 ~ 25.13%
G 201 of 593 ~ 33.9%
B 243 of 593 ~ 40.98%

%25.13
%33.9
%40.98

CMYK color model

#95C9F3 color CMYK value is (39,17,0,5).

  • cyan value is 38.68%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(39,17,0,5)
C39M17Y0K5 
(39%,17%,0%,5%)
(0.39/0.17/0.00/0.05)	

CMYK percentages

%38.68
%17.28
%0
%4.71

Codes

Color #95C9F3 in popluar color models

95C9F3
RGB149201243
HSL207°79.66%76.86%
HSB/HSV207°38.68%95.29%
CMYK38.68%17.28%0.00%
4.71%

Color #95C9F3 in popluar number systems.

HEX95C9F3
Decimal149201243
Binary100101011100100111110011
Octal225311363

Shades and tints

Shades of #95C9F3

#95C9F3
(149,201,243)
#88B7DD
(136,183,221)
#7BA5C7
(123,165,199)
#6E93B1
(110,147,177)
#61819B
(97,129,155)
#546F85
(84,111,133)
#475D6F
(71,93,111)
#3A4B59
(58,75,89)
#2D3943
(45,57,67)
#20272D
(32,39,45)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #95C9F3

#95C9F3
(149,201,243)
#9ECDF4
(158,205,244)
#A7D1F5
(167,209,245)
#B0D5F6
(176,213,246)
#B9D9F7
(185,217,247)
#C2DDF8
(194,221,248)
#CBE1F9
(203,225,249)
#D4E5FA
(212,229,250)
#DDE9FB
(221,233,251)
#E6EDFC
(230,237,252)
#EFF1FD
(239,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C9F3 color. Also use rgb(149,201,243) instead hex code.

Text Font Color

.myTextColor { color: #95C9F3; }

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

This text font color is #95C9F3.


Background Color

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

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

This div background color is #95C9F3.


Border color

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

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

This div border color is #95C9F3.


Opacity

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

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

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

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

This text has shadow with #95C9F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C9F3 on black background.


Color preview on white background

This text has color #95C9F3 on white background.



Black color preview on #95C9F3 background

This text has black color on #95C9F3 background.


White color preview on #95C9F3 background

This text has white color on #95C9F3 background.