COLOR #95B8B1

HEX: #95B8B1
RGB: (149,184,177)

Color info

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

RGB color model

#95B8B1 color RGB value is (149,184,177).

  • red value is 149;
  • green value is 184;
  • blue value is 177.
RGB:
(149,184,177)
(58%,72%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 177 of 255 = 69%

149
184
177

R + G + B ~ 66%. #95B8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 184 + 177 = 510 (100%)
R 149 of 510 ~ 29.22%
G 184 of 510 ~ 36.08%
B 177 of 510 ~ 34.71%

%29.22
%36.08
%34.71

CMYK color model

#95B8B1 color CMYK value is (19,0,4,28).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 27.84%
CMYK:
(19,0,4,28)
C19M0Y4K28 
(19%,0%,4%,28%)
(0.19/0.00/0.04/0.28)	

CMYK percentages

%19.02
%0
%3.8
%27.84

Codes

Color #95B8B1 in popluar color models

95B8B1
RGB149184177
HSL168°19.77%65.29%
HSB/HSV168°19.02%72.16%
CMYK19.02%0.00%3.80%
27.84%

Color #95B8B1 in popluar number systems.

HEX95B8B1
Decimal149184177
Binary100101011011100010110001
Octal225270261

Shades and tints

Shades of #95B8B1

#95B8B1
(149,184,177)
#88A8A1
(136,168,161)
#7B9891
(123,152,145)
#6E8881
(110,136,129)
#617871
(97,120,113)
#546861
(84,104,97)
#475851
(71,88,81)
#3A4841
(58,72,65)
#2D3831
(45,56,49)
#202821
(32,40,33)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #95B8B1

#95B8B1
(149,184,177)
#9EBEB8
(158,190,184)
#A7C4BF
(167,196,191)
#B0CAC6
(176,202,198)
#B9D0CD
(185,208,205)
#C2D6D4
(194,214,212)
#CBDCDB
(203,220,219)
#D4E2E2
(212,226,226)
#DDE8E9
(221,232,233)
#E6EEF0
(230,238,240)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B8B1 color. Also use rgb(149,184,177) instead hex code.

Text Font Color

.myTextColor { color: #95B8B1; }

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

This text font color is #95B8B1.


Background Color

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

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

This div background color is #95B8B1.


Border color

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

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

This div border color is #95B8B1.


Opacity

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

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

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

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

This text has shadow with #95B8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B8B1 on black background.


Color preview on white background

This text has color #95B8B1 on white background.



Black color preview on #95B8B1 background

This text has black color on #95B8B1 background.


White color preview on #95B8B1 background

This text has white color on #95B8B1 background.