COLOR #95DAA1

HEX: #95DAA1
RGB: (149,218,161)

Color info

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

RGB color model

#95DAA1 color RGB value is (149,218,161).

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

RGB channels and saturation

R 149 of 255 = 58%
G 218 of 255 = 85%
B 161 of 255 = 63%

149
218
161

R + G + B ~ 69%. #95DAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 218 + 161 = 528 (100%)
R 149 of 528 ~ 28.22%
G 218 of 528 ~ 41.29%
B 161 of 528 ~ 30.49%

%28.22
%41.29
%30.49

CMYK color model

#95DAA1 color CMYK value is (32,0,26,15).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 14.51%
CMYK:
(32,0,26,15)
C32M0Y26K15 
(32%,0%,26%,15%)
(0.32/0.00/0.26/0.15)	

CMYK percentages

%31.65
%0
%26.15
%14.51

Codes

Color #95DAA1 in popluar color models

95DAA1
RGB149218161
HSL130°48.25%71.96%
HSB/HSV130°31.65%85.49%
CMYK31.65%0.00%26.15%
14.51%

Color #95DAA1 in popluar number systems.

HEX95DAA1
Decimal149218161
Binary100101011101101010100001
Octal225332241

Shades and tints

Shades of #95DAA1

#95DAA1
(149,218,161)
#88C793
(136,199,147)
#7BB485
(123,180,133)
#6EA177
(110,161,119)
#618E69
(97,142,105)
#547B5B
(84,123,91)
#47684D
(71,104,77)
#3A553F
(58,85,63)
#2D4231
(45,66,49)
#202F23
(32,47,35)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #95DAA1

#95DAA1
(149,218,161)
#9EDDA9
(158,221,169)
#A7E0B1
(167,224,177)
#B0E3B9
(176,227,185)
#B9E6C1
(185,230,193)
#C2E9C9
(194,233,201)
#CBECD1
(203,236,209)
#D4EFD9
(212,239,217)
#DDF2E1
(221,242,225)
#E6F5E9
(230,245,233)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DAA1; }

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

This text font color is #95DAA1.


Background Color

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

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

This div background color is #95DAA1.


Border color

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

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

This div border color is #95DAA1.


Opacity

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

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

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

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

This text has shadow with #95DAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DAA1 on black background.


Color preview on white background

This text has color #95DAA1 on white background.



Black color preview on #95DAA1 background

This text has black color on #95DAA1 background.


White color preview on #95DAA1 background

This text has white color on #95DAA1 background.