COLOR #95C6AF

HEX: #95C6AF
RGB: (149,198,175)

Color info

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

RGB color model

#95C6AF color RGB value is (149,198,175).

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

RGB channels and saturation

R 149 of 255 = 58%
G 198 of 255 = 78%
B 175 of 255 = 69%

149
198
175

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

Portions of RGB colors in percentages

R + G + B =
149 + 198 + 175 = 522 (100%)
R 149 of 522 ~ 28.54%
G 198 of 522 ~ 37.93%
B 175 of 522 ~ 33.52%

%28.54
%37.93
%33.52

CMYK color model

#95C6AF color CMYK value is (25,0,12,22).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(25,0,12,22)
C25M0Y12K22 
(25%,0%,12%,22%)
(0.25/0.00/0.12/0.22)	

CMYK percentages

%24.75
%0
%11.62
%22.35

Codes

Color #95C6AF in popluar color models

95C6AF
RGB149198175
HSL152°30.06%68.04%
HSB/HSV152°24.75%77.65%
CMYK24.75%0.00%11.62%
22.35%

Color #95C6AF in popluar number systems.

HEX95C6AF
Decimal149198175
Binary100101011100011010101111
Octal225306257

Shades and tints

Shades of #95C6AF

#95C6AF
(149,198,175)
#88B4A0
(136,180,160)
#7BA291
(123,162,145)
#6E9082
(110,144,130)
#617E73
(97,126,115)
#546C64
(84,108,100)
#475A55
(71,90,85)
#3A4846
(58,72,70)
#2D3637
(45,54,55)
#202428
(32,36,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #95C6AF

#95C6AF
(149,198,175)
#9ECBB6
(158,203,182)
#A7D0BD
(167,208,189)
#B0D5C4
(176,213,196)
#B9DACB
(185,218,203)
#C2DFD2
(194,223,210)
#CBE4D9
(203,228,217)
#D4E9E0
(212,233,224)
#DDEEE7
(221,238,231)
#E6F3EE
(230,243,238)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C6AF; }

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

This text font color is #95C6AF.


Background Color

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

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

This div background color is #95C6AF.


Border color

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

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

This div border color is #95C6AF.


Opacity

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

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

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

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

This text has shadow with #95C6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C6AF on black background.


Color preview on white background

This text has color #95C6AF on white background.



Black color preview on #95C6AF background

This text has black color on #95C6AF background.


White color preview on #95C6AF background

This text has white color on #95C6AF background.