COLOR #95BBCF

HEX: #95BBCF
RGB: (149,187,207)

Color info

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

RGB color model

#95BBCF color RGB value is (149,187,207).

  • red value is 149;
  • green value is 187;
  • blue value is 207.
RGB:
(149,187,207)
(58%,73%,81%)

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 207 of 255 = 81%

149
187
207

R + G + B ~ 71%. #95BBCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 187 + 207 = 543 (100%)
R 149 of 543 ~ 27.44%
G 187 of 543 ~ 34.44%
B 207 of 543 ~ 38.12%

%27.44
%34.44
%38.12

CMYK color model

#95BBCF color CMYK value is (28,10,0,19).

  • cyan value is 28.02%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(28,10,0,19)
C28M10Y0K19 
(28%,10%,0%,19%)
(0.28/0.10/0.00/0.19)	

CMYK percentages

%28.02
%9.66
%0
%18.82

Codes

Color #95BBCF in popluar color models

95BBCF
RGB149187207
HSL201°37.66%69.80%
HSB/HSV201°28.02%81.18%
CMYK28.02%9.66%0.00%
18.82%

Color #95BBCF in popluar number systems.

HEX95BBCF
Decimal149187207
Binary100101011011101111001111
Octal225273317

Shades and tints

Shades of #95BBCF

#95BBCF
(149,187,207)
#88AABD
(136,170,189)
#7B99AB
(123,153,171)
#6E8899
(110,136,153)
#617787
(97,119,135)
#546675
(84,102,117)
#475563
(71,85,99)
#3A4451
(58,68,81)
#2D333F
(45,51,63)
#20222D
(32,34,45)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #95BBCF

#95BBCF
(149,187,207)
#9EC1D3
(158,193,211)
#A7C7D7
(167,199,215)
#B0CDDB
(176,205,219)
#B9D3DF
(185,211,223)
#C2D9E3
(194,217,227)
#CBDFE7
(203,223,231)
#D4E5EB
(212,229,235)
#DDEBEF
(221,235,239)
#E6F1F3
(230,241,243)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BBCF color. Also use rgb(149,187,207) instead hex code.

Text Font Color

.myTextColor { color: #95BBCF; }

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

This text font color is #95BBCF.


Background Color

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

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

This div background color is #95BBCF.


Border color

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

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

This div border color is #95BBCF.


Opacity

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

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

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

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

This text has shadow with #95BBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BBCF on black background.


Color preview on white background

This text has color #95BBCF on white background.



Black color preview on #95BBCF background

This text has black color on #95BBCF background.


White color preview on #95BBCF background

This text has white color on #95BBCF background.