COLOR #95BCBE

HEX: #95BCBE
RGB: (149,188,190)

Color info

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

RGB color model

#95BCBE color RGB value is (149,188,190).

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

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 190 of 255 = 75%

149
188
190

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

Portions of RGB colors in percentages

R + G + B =
149 + 188 + 190 = 527 (100%)
R 149 of 527 ~ 28.27%
G 188 of 527 ~ 35.67%
B 190 of 527 ~ 36.05%

%28.27
%35.67
%36.05

CMYK color model

#95BCBE color CMYK value is (22,1,0,25).

  • cyan value is 21.58%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (22,1,0,25) C22M1Y0K25 (22%,1%,0%,25%) (0.22/0.01/0.00/0.25)

CMYK percentages

%21.58
%1.05
%0
%25.49

Codes

Color #95BCBE in popluar color models

95BCBE
RGB149188190
HSL183°23.98%66.47%
HSB/HSV183°21.58%74.51%
CMYK21.58%1.05%0.00%
25.49%

Color #95BCBE in popluar number systems.

HEX95BCBE
Decimal149188190
Binary100101011011110010111110
Octal225274276

Shades and tints

Shades of #95BCBE

#95BCBE
(149,188,190)
#88ABAD
(136,171,173)
#7B9A9C
(123,154,156)
#6E898B
(110,137,139)
#61787A
(97,120,122)
#546769
(84,103,105)
#475658
(71,86,88)
#3A4547
(58,69,71)
#2D3436
(45,52,54)
#202325
(32,35,37)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #95BCBE

#95BCBE
(149,188,190)
#9EC2C3
(158,194,195)
#A7C8C8
(167,200,200)
#B0CECD
(176,206,205)
#B9D4D2
(185,212,210)
#C2DAD7
(194,218,215)
#CBE0DC
(203,224,220)
#D4E6E1
(212,230,225)
#DDECE6
(221,236,230)
#E6F2EB
(230,242,235)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BCBE; }

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

This text font color is #95BCBE.


Background Color

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

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

This div background color is #95BCBE.


Border color

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

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

This div border color is #95BCBE.


Opacity

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

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

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

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

This text has shadow with #95BCBE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95BCBE on black background.


Color preview on white background

This text has color #95BCBE on white background.



Black color preview on #95BCBE background

This text has black color on #95BCBE background.


White color preview on #95BCBE background

This text has white color on #95BCBE background.