COLOR #95BCC7

HEX: #95BCC7
RGB: (149,188,199)

Color info

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

RGB color model

#95BCC7 color RGB value is (149,188,199).

  • red value is 149;
  • green value is 188;
  • blue value is 199.
RGB:
(149,188,199)
(58%,74%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 199 of 255 = 78%

149
188
199

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

Portions of RGB colors in percentages

R + G + B =
149 + 188 + 199 = 536 (100%)
R 149 of 536 ~ 27.8%
G 188 of 536 ~ 35.07%
B 199 of 536 ~ 37.13%

%27.8
%35.07
%37.13

CMYK color model

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

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

CMYK percentages

%25.13
%5.53
%0
%21.96

Codes

Color #95BCC7 in popluar color models

95BCC7
RGB149188199
HSL193°30.86%68.24%
HSB/HSV193°25.13%78.04%
CMYK25.13%5.53%0.00%
21.96%

Color #95BCC7 in popluar number systems.

HEX95BCC7
Decimal149188199
Binary100101011011110011000111
Octal225274307

Shades and tints

Shades of #95BCC7

#95BCC7
(149,188,199)
#88ABB5
(136,171,181)
#7B9AA3
(123,154,163)
#6E8991
(110,137,145)
#61787F
(97,120,127)
#54676D
(84,103,109)
#47565B
(71,86,91)
#3A4549
(58,69,73)
#2D3437
(45,52,55)
#202325
(32,35,37)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #95BCC7

#95BCC7
(149,188,199)
#9EC2CC
(158,194,204)
#A7C8D1
(167,200,209)
#B0CED6
(176,206,214)
#B9D4DB
(185,212,219)
#C2DAE0
(194,218,224)
#CBE0E5
(203,224,229)
#D4E6EA
(212,230,234)
#DDECEF
(221,236,239)
#E6F2F4
(230,242,244)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BCC7 color. Also use rgb(149,188,199) instead hex code.

Text Font Color

.myTextColor { color: #95BCC7; }

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

This text font color is #95BCC7.


Background Color

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

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

This div background color is #95BCC7.


Border color

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

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

This div border color is #95BCC7.


Opacity

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

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

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

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

This text has shadow with #95BCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BCC7 on black background.


Color preview on white background

This text has color #95BCC7 on white background.



Black color preview on #95BCC7 background

This text has black color on #95BCC7 background.


White color preview on #95BCC7 background

This text has white color on #95BCC7 background.