COLOR #95BAC6

HEX: #95BAC6
RGB: (149,186,198)

Color info

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

RGB color model

#95BAC6 color RGB value is (149,186,198).

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

RGB channels and saturation

R 149 of 255 = 58%
G 186 of 255 = 73%
B 198 of 255 = 78%

149
186
198

R + G + B ~ 70%. #95BAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 186 + 198 = 533 (100%)
R 149 of 533 ~ 27.95%
G 186 of 533 ~ 34.9%
B 198 of 533 ~ 37.15%

%27.95
%34.9
%37.15

CMYK color model

#95BAC6 color CMYK value is (25,6,0,22).

  • cyan value is 24.75%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(25,6,0,22)
C25M6Y0K22 
(25%,6%,0%,22%)
(0.25/0.06/0.00/0.22)	

CMYK percentages

%24.75
%6.06
%0
%22.35

Codes

Color #95BAC6 in popluar color models

95BAC6
RGB149186198
HSL195°30.06%68.04%
HSB/HSV195°24.75%77.65%
CMYK24.75%6.06%0.00%
22.35%

Color #95BAC6 in popluar number systems.

HEX95BAC6
Decimal149186198
Binary100101011011101011000110
Octal225272306

Shades and tints

Shades of #95BAC6

#95BAC6
(149,186,198)
#88AAB4
(136,170,180)
#7B9AA2
(123,154,162)
#6E8A90
(110,138,144)
#617A7E
(97,122,126)
#546A6C
(84,106,108)
#475A5A
(71,90,90)
#3A4A48
(58,74,72)
#2D3A36
(45,58,54)
#202A24
(32,42,36)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #95BAC6

#95BAC6
(149,186,198)
#9EC0CB
(158,192,203)
#A7C6D0
(167,198,208)
#B0CCD5
(176,204,213)
#B9D2DA
(185,210,218)
#C2D8DF
(194,216,223)
#CBDEE4
(203,222,228)
#D4E4E9
(212,228,233)
#DDEAEE
(221,234,238)
#E6F0F3
(230,240,243)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BAC6; }

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

This text font color is #95BAC6.


Background Color

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

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

This div background color is #95BAC6.


Border color

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

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

This div border color is #95BAC6.


Opacity

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

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

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

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

This text has shadow with #95BAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BAC6 on black background.


Color preview on white background

This text has color #95BAC6 on white background.



Black color preview on #95BAC6 background

This text has black color on #95BAC6 background.


White color preview on #95BAC6 background

This text has white color on #95BAC6 background.