COLOR #95BAC3

HEX: #95BAC3
RGB: (149,186,195)

Color info

#95BAC3 contains red, green and blue colors in about the same proportion. Web safe color of #95BAC3 is #99CCCC (or #9CC).

RGB color model

#95BAC3 color RGB value is (149,186,195).

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

RGB channels and saturation

R 149 of 255 = 58%
G 186 of 255 = 73%
B 195 of 255 = 76%

149
186
195

R + G + B ~ 69%. #95BAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 186 + 195 = 530 (100%)
R 149 of 530 ~ 28.11%
G 186 of 530 ~ 35.09%
B 195 of 530 ~ 36.79%

%28.11
%35.09
%36.79

CMYK color model

#95BAC3 color CMYK value is (24,5,0,24).

  • cyan value is 23.59%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(24,5,0,24)
C24M5Y0K24 
(24%,5%,0%,24%)
(0.24/0.05/0.00/0.24)	

CMYK percentages

%23.59
%4.62
%0
%23.53

Codes

Color #95BAC3 in popluar color models

95BAC3
RGB149186195
HSL192°27.71%67.45%
HSB/HSV192°23.59%76.47%
CMYK23.59%4.62%0.00%
23.53%

Color #95BAC3 in popluar number systems.

HEX95BAC3
Decimal149186195
Binary100101011011101011000011
Octal225272303

Shades and tints

Shades of #95BAC3

#95BAC3
(149,186,195)
#88AAB2
(136,170,178)
#7B9AA1
(123,154,161)
#6E8A90
(110,138,144)
#617A7F
(97,122,127)
#546A6E
(84,106,110)
#475A5D
(71,90,93)
#3A4A4C
(58,74,76)
#2D3A3B
(45,58,59)
#202A2A
(32,42,42)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #95BAC3

#95BAC3
(149,186,195)
#9EC0C8
(158,192,200)
#A7C6CD
(167,198,205)
#B0CCD2
(176,204,210)
#B9D2D7
(185,210,215)
#C2D8DC
(194,216,220)
#CBDEE1
(203,222,225)
#D4E4E6
(212,228,230)
#DDEAEB
(221,234,235)
#E6F0F0
(230,240,240)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BAC3; }

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

This text font color is #95BAC3.


Background Color

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

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

This div background color is #95BAC3.


Border color

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

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

This div border color is #95BAC3.


Opacity

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

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

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

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

This text has shadow with #95BAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BAC3 on black background.


Color preview on white background

This text has color #95BAC3 on white background.



Black color preview on #95BAC3 background

This text has black color on #95BAC3 background.


White color preview on #95BAC3 background

This text has white color on #95BAC3 background.