COLOR #95D2AF

HEX: #95D2AF
RGB: (149,210,175)

Color info

#95D2AF contains mainly green and blue colors. Web safe color of #95D2AF is #99CC99 (or #9C9).

RGB color model

#95D2AF color RGB value is (149,210,175).

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

RGB channels and saturation

R 149 of 255 = 58%
G 210 of 255 = 82%
B 175 of 255 = 69%

149
210
175

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

Portions of RGB colors in percentages

R + G + B =
149 + 210 + 175 = 534 (100%)
R 149 of 534 ~ 27.9%
G 210 of 534 ~ 39.33%
B 175 of 534 ~ 32.77%

%27.9
%39.33
%32.77

CMYK color model

#95D2AF color CMYK value is (29,0,17,18).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 17.65%
CMYK:
(29,0,17,18)
C29M0Y17K18 
(29%,0%,17%,18%)
(0.29/0.00/0.17/0.18)	

CMYK percentages

%29.05
%0
%16.67
%17.65

Codes

Color #95D2AF in popluar color models

95D2AF
RGB149210175
HSL146°40.40%70.39%
HSB/HSV146°29.05%82.35%
CMYK29.05%0.00%16.67%
17.65%

Color #95D2AF in popluar number systems.

HEX95D2AF
Decimal149210175
Binary100101011101001010101111
Octal225322257

Shades and tints

Shades of #95D2AF

#95D2AF
(149,210,175)
#88BFA0
(136,191,160)
#7BAC91
(123,172,145)
#6E9982
(110,153,130)
#618673
(97,134,115)
#547364
(84,115,100)
#476055
(71,96,85)
#3A4D46
(58,77,70)
#2D3A37
(45,58,55)
#202728
(32,39,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #95D2AF

#95D2AF
(149,210,175)
#9ED6B6
(158,214,182)
#A7DABD
(167,218,189)
#B0DEC4
(176,222,196)
#B9E2CB
(185,226,203)
#C2E6D2
(194,230,210)
#CBEAD9
(203,234,217)
#D4EEE0
(212,238,224)
#DDF2E7
(221,242,231)
#E6F6EE
(230,246,238)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D2AF; }

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

This text font color is #95D2AF.


Background Color

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

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

This div background color is #95D2AF.


Border color

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

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

This div border color is #95D2AF.


Opacity

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

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

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

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

This text has shadow with #95D2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D2AF on black background.


Color preview on white background

This text has color #95D2AF on white background.



Black color preview on #95D2AF background

This text has black color on #95D2AF background.


White color preview on #95D2AF background

This text has white color on #95D2AF background.