COLOR #95CCBF

HEX: #95CCBF
RGB: (149,204,191)

Color info

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

RGB color model

#95CCBF color RGB value is (149,204,191).

  • red value is 149;
  • green value is 204;
  • blue value is 191.
RGB:
(149,204,191)
(58%,80%,75%)

RGB channels and saturation

R 149 of 255 = 58%
G 204 of 255 = 80%
B 191 of 255 = 75%

149
204
191

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

Portions of RGB colors in percentages

R + G + B =
149 + 204 + 191 = 544 (100%)
R 149 of 544 ~ 27.39%
G 204 of 544 ~ 37.5%
B 191 of 544 ~ 35.11%

%27.39
%37.5
%35.11

CMYK color model

#95CCBF color CMYK value is (27,0,6,20).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 20.00%
CMYK:
(27,0,6,20)
C27M0Y6K20 
(27%,0%,6%,20%)
(0.27/0.00/0.06/0.20)	

CMYK percentages

%26.96
%0
%6.37
%20

Codes

Color #95CCBF in popluar color models

95CCBF
RGB149204191
HSL166°35.03%69.22%
HSB/HSV166°26.96%80.00%
CMYK26.96%0.00%6.37%
20.00%

Color #95CCBF in popluar number systems.

HEX95CCBF
Decimal149204191
Binary100101011100110010111111
Octal225314277

Shades and tints

Shades of #95CCBF

#95CCBF
(149,204,191)
#88BAAE
(136,186,174)
#7BA89D
(123,168,157)
#6E968C
(110,150,140)
#61847B
(97,132,123)
#54726A
(84,114,106)
#476059
(71,96,89)
#3A4E48
(58,78,72)
#2D3C37
(45,60,55)
#202A26
(32,42,38)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #95CCBF

#95CCBF
(149,204,191)
#9ED0C4
(158,208,196)
#A7D4C9
(167,212,201)
#B0D8CE
(176,216,206)
#B9DCD3
(185,220,211)
#C2E0D8
(194,224,216)
#CBE4DD
(203,228,221)
#D4E8E2
(212,232,226)
#DDECE7
(221,236,231)
#E6F0EC
(230,240,236)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CCBF color. Also use rgb(149,204,191) instead hex code.

Text Font Color

.myTextColor { color: #95CCBF; }

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

This text font color is #95CCBF.


Background Color

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

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

This div background color is #95CCBF.


Border color

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

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

This div border color is #95CCBF.


Opacity

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

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

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

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

This text has shadow with #95CCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CCBF on black background.


Color preview on white background

This text has color #95CCBF on white background.



Black color preview on #95CCBF background

This text has black color on #95CCBF background.


White color preview on #95CCBF background

This text has white color on #95CCBF background.