COLOR #95C9B8

HEX: #95C9B8
RGB: (149,201,184)

Color info

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

RGB color model

#95C9B8 color RGB value is (149,201,184).

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

RGB channels and saturation

R 149 of 255 = 58%
G 201 of 255 = 79%
B 184 of 255 = 72%

149
201
184

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

Portions of RGB colors in percentages

R + G + B =
149 + 201 + 184 = 534 (100%)
R 149 of 534 ~ 27.9%
G 201 of 534 ~ 37.64%
B 184 of 534 ~ 34.46%

%27.9
%37.64
%34.46

CMYK color model

#95C9B8 color CMYK value is (26,0,8,21).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 21.18%
CMYK:
(26,0,8,21)
C26M0Y8K21 
(26%,0%,8%,21%)
(0.26/0.00/0.08/0.21)	

CMYK percentages

%25.87
%0
%8.46
%21.18

Codes

Color #95C9B8 in popluar color models

95C9B8
RGB149201184
HSL160°32.50%68.63%
HSB/HSV160°25.87%78.82%
CMYK25.87%0.00%8.46%
21.18%

Color #95C9B8 in popluar number systems.

HEX95C9B8
Decimal149201184
Binary100101011100100110111000
Octal225311270

Shades and tints

Shades of #95C9B8

#95C9B8
(149,201,184)
#88B7A8
(136,183,168)
#7BA598
(123,165,152)
#6E9388
(110,147,136)
#618178
(97,129,120)
#546F68
(84,111,104)
#475D58
(71,93,88)
#3A4B48
(58,75,72)
#2D3938
(45,57,56)
#202728
(32,39,40)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #95C9B8

#95C9B8
(149,201,184)
#9ECDBE
(158,205,190)
#A7D1C4
(167,209,196)
#B0D5CA
(176,213,202)
#B9D9D0
(185,217,208)
#C2DDD6
(194,221,214)
#CBE1DC
(203,225,220)
#D4E5E2
(212,229,226)
#DDE9E8
(221,233,232)
#E6EDEE
(230,237,238)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C9B8; }

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

This text font color is #95C9B8.


Background Color

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

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

This div background color is #95C9B8.


Border color

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

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

This div border color is #95C9B8.


Opacity

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

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

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

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

This text has shadow with #95C9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C9B8 on black background.


Color preview on white background

This text has color #95C9B8 on white background.



Black color preview on #95C9B8 background

This text has black color on #95C9B8 background.


White color preview on #95C9B8 background

This text has white color on #95C9B8 background.