COLOR #95D6AC

HEX: #95D6AC
RGB: (149,214,172)

Color info

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

RGB color model

#95D6AC color RGB value is (149,214,172).

  • red value is 149;
  • green value is 214;
  • blue value is 172.
RGB:
(149,214,172)
(58%,84%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 214 of 255 = 84%
B 172 of 255 = 67%

149
214
172

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

Portions of RGB colors in percentages

R + G + B =
149 + 214 + 172 = 535 (100%)
R 149 of 535 ~ 27.85%
G 214 of 535 ~ 40%
B 172 of 535 ~ 32.15%

%27.85
%40
%32.15

CMYK color model

#95D6AC color CMYK value is (30,0,20,16).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 16.08%
CMYK:
(30,0,20,16)
C30M0Y20K16 
(30%,0%,20%,16%)
(0.30/0.00/0.20/0.16)	

CMYK percentages

%30.37
%0
%19.63
%16.08

Codes

Color #95D6AC in popluar color models

95D6AC
RGB149214172
HSL141°44.22%71.18%
HSB/HSV141°30.37%83.92%
CMYK30.37%0.00%19.63%
16.08%

Color #95D6AC in popluar number systems.

HEX95D6AC
Decimal149214172
Binary100101011101011010101100
Octal225326254

Shades and tints

Shades of #95D6AC

#95D6AC
(149,214,172)
#88C39D
(136,195,157)
#7BB08E
(123,176,142)
#6E9D7F
(110,157,127)
#618A70
(97,138,112)
#547761
(84,119,97)
#476452
(71,100,82)
#3A5143
(58,81,67)
#2D3E34
(45,62,52)
#202B25
(32,43,37)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #95D6AC

#95D6AC
(149,214,172)
#9ED9B3
(158,217,179)
#A7DCBA
(167,220,186)
#B0DFC1
(176,223,193)
#B9E2C8
(185,226,200)
#C2E5CF
(194,229,207)
#CBE8D6
(203,232,214)
#D4EBDD
(212,235,221)
#DDEEE4
(221,238,228)
#E6F1EB
(230,241,235)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D6AC color. Also use rgb(149,214,172) instead hex code.

Text Font Color

.myTextColor { color: #95D6AC; }

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

This text font color is #95D6AC.


Background Color

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

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

This div background color is #95D6AC.


Border color

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

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

This div border color is #95D6AC.


Opacity

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

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

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

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

This text has shadow with #95D6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D6AC on black background.


Color preview on white background

This text has color #95D6AC on white background.



Black color preview on #95D6AC background

This text has black color on #95D6AC background.


White color preview on #95D6AC background

This text has white color on #95D6AC background.