COLOR #95C4B2

HEX: #95C4B2
RGB: (149,196,178)

Color info

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

RGB color model

#95C4B2 color RGB value is (149,196,178).

  • red value is 149;
  • green value is 196;
  • blue value is 178.
RGB:
(149,196,178)
(58%,77%,70%)

RGB channels and saturation

R 149 of 255 = 58%
G 196 of 255 = 77%
B 178 of 255 = 70%

149
196
178

R + G + B ~ 68%. #95C4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 196 + 178 = 523 (100%)
R 149 of 523 ~ 28.49%
G 196 of 523 ~ 37.48%
B 178 of 523 ~ 34.03%

%28.49
%37.48
%34.03

CMYK color model

#95C4B2 color CMYK value is (24,0,9,23).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 23.14%
CMYK:
(24,0,9,23)
C24M0Y9K23 
(24%,0%,9%,23%)
(0.24/0.00/0.09/0.23)	

CMYK percentages

%23.98
%0
%9.18
%23.14

Codes

Color #95C4B2 in popluar color models

95C4B2
RGB149196178
HSL157°28.48%67.65%
HSB/HSV157°23.98%76.86%
CMYK23.98%0.00%9.18%
23.14%

Color #95C4B2 in popluar number systems.

HEX95C4B2
Decimal149196178
Binary100101011100010010110010
Octal225304262

Shades and tints

Shades of #95C4B2

#95C4B2
(149,196,178)
#88B3A2
(136,179,162)
#7BA292
(123,162,146)
#6E9182
(110,145,130)
#618072
(97,128,114)
#546F62
(84,111,98)
#475E52
(71,94,82)
#3A4D42
(58,77,66)
#2D3C32
(45,60,50)
#202B22
(32,43,34)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #95C4B2

#95C4B2
(149,196,178)
#9EC9B9
(158,201,185)
#A7CEC0
(167,206,192)
#B0D3C7
(176,211,199)
#B9D8CE
(185,216,206)
#C2DDD5
(194,221,213)
#CBE2DC
(203,226,220)
#D4E7E3
(212,231,227)
#DDECEA
(221,236,234)
#E6F1F1
(230,241,241)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C4B2 color. Also use rgb(149,196,178) instead hex code.

Text Font Color

.myTextColor { color: #95C4B2; }

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

This text font color is #95C4B2.


Background Color

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

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

This div background color is #95C4B2.


Border color

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

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

This div border color is #95C4B2.


Opacity

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

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

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

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

This text has shadow with #95C4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C4B2 on black background.


Color preview on white background

This text has color #95C4B2 on white background.



Black color preview on #95C4B2 background

This text has black color on #95C4B2 background.


White color preview on #95C4B2 background

This text has white color on #95C4B2 background.