COLOR #95C6A1

HEX: #95C6A1
RGB: (149,198,161)

Color info

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

RGB color model

#95C6A1 color RGB value is (149,198,161).

  • red value is 149;
  • green value is 198;
  • blue value is 161.
RGB:
(149,198,161)
(58%,78%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 198 of 255 = 78%
B 161 of 255 = 63%

149
198
161

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

Portions of RGB colors in percentages

R + G + B =
149 + 198 + 161 = 508 (100%)
R 149 of 508 ~ 29.33%
G 198 of 508 ~ 38.98%
B 161 of 508 ~ 31.69%

%29.33
%38.98
%31.69

CMYK color model

#95C6A1 color CMYK value is (25,0,19,22).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 22.35%
CMYK:
(25,0,19,22)
C25M0Y19K22 
(25%,0%,19%,22%)
(0.25/0.00/0.19/0.22)	

CMYK percentages

%24.75
%0
%18.69
%22.35

Codes

Color #95C6A1 in popluar color models

95C6A1
RGB149198161
HSL135°30.06%68.04%
HSB/HSV135°24.75%77.65%
CMYK24.75%0.00%18.69%
22.35%

Color #95C6A1 in popluar number systems.

HEX95C6A1
Decimal149198161
Binary100101011100011010100001
Octal225306241

Shades and tints

Shades of #95C6A1

#95C6A1
(149,198,161)
#88B493
(136,180,147)
#7BA285
(123,162,133)
#6E9077
(110,144,119)
#617E69
(97,126,105)
#546C5B
(84,108,91)
#475A4D
(71,90,77)
#3A483F
(58,72,63)
#2D3631
(45,54,49)
#202423
(32,36,35)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #95C6A1

#95C6A1
(149,198,161)
#9ECBA9
(158,203,169)
#A7D0B1
(167,208,177)
#B0D5B9
(176,213,185)
#B9DAC1
(185,218,193)
#C2DFC9
(194,223,201)
#CBE4D1
(203,228,209)
#D4E9D9
(212,233,217)
#DDEEE1
(221,238,225)
#E6F3E9
(230,243,233)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C6A1 color. Also use rgb(149,198,161) instead hex code.

Text Font Color

.myTextColor { color: #95C6A1; }

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

This text font color is #95C6A1.


Background Color

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

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

This div background color is #95C6A1.


Border color

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

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

This div border color is #95C6A1.


Opacity

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

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

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

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

This text has shadow with #95C6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C6A1 on black background.


Color preview on white background

This text has color #95C6A1 on white background.



Black color preview on #95C6A1 background

This text has black color on #95C6A1 background.


White color preview on #95C6A1 background

This text has white color on #95C6A1 background.