COLOR #95AF98

HEX: #95AF98
RGB: (149,175,152)

Color info

#95AF98 contains red, green and blue colors in about the same proportion. Web safe color of #95AF98 is #999999 (or #999).

RGB color model

#95AF98 color RGB value is (149,175,152).

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

RGB channels and saturation

R 149 of 255 = 58%
G 175 of 255 = 69%
B 152 of 255 = 60%

149
175
152

R + G + B ~ 62%. #95AF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 175 + 152 = 476 (100%)
R 149 of 476 ~ 31.3%
G 175 of 476 ~ 36.76%
B 152 of 476 ~ 31.93%

%31.3
%36.76
%31.93

CMYK color model

#95AF98 color CMYK value is (15,0,13,31).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(15,0,13,31)
C15M0Y13K31 
(15%,0%,13%,31%)
(0.15/0.00/0.13/0.31)	

CMYK percentages

%14.86
%0
%13.14
%31.37

Codes

Color #95AF98 in popluar color models

95AF98
RGB149175152
HSL127°13.98%63.53%
HSB/HSV127°14.86%68.63%
CMYK14.86%0.00%13.14%
31.37%

Color #95AF98 in popluar number systems.

HEX95AF98
Decimal149175152
Binary100101011010111110011000
Octal225257230

Shades and tints

Shades of #95AF98

#95AF98
(149,175,152)
#88A08B
(136,160,139)
#7B917E
(123,145,126)
#6E8271
(110,130,113)
#617364
(97,115,100)
#546457
(84,100,87)
#47554A
(71,85,74)
#3A463D
(58,70,61)
#2D3730
(45,55,48)
#202823
(32,40,35)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #95AF98

#95AF98
(149,175,152)
#9EB6A1
(158,182,161)
#A7BDAA
(167,189,170)
#B0C4B3
(176,196,179)
#B9CBBC
(185,203,188)
#C2D2C5
(194,210,197)
#CBD9CE
(203,217,206)
#D4E0D7
(212,224,215)
#DDE7E0
(221,231,224)
#E6EEE9
(230,238,233)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AF98; }

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

This text font color is #95AF98.


Background Color

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

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

This div background color is #95AF98.


Border color

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

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

This div border color is #95AF98.


Opacity

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

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

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

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

This text has shadow with #95AF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AF98 on black background.


Color preview on white background

This text has color #95AF98 on white background.



Black color preview on #95AF98 background

This text has black color on #95AF98 background.


White color preview on #95AF98 background

This text has white color on #95AF98 background.