COLOR #95BD9E

HEX: #95BD9E
RGB: (149,189,158)

Color info

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

RGB color model

#95BD9E color RGB value is (149,189,158).

  • red value is 149;
  • green value is 189;
  • blue value is 158.
RGB:
(149,189,158)
(58%,74%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 158 of 255 = 62%

149
189
158

R + G + B ~ 65%. #95BD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 158 = 496 (100%)
R 149 of 496 ~ 30.04%
G 189 of 496 ~ 38.1%
B 158 of 496 ~ 31.85%

%30.04
%38.1
%31.85

CMYK color model

#95BD9E color CMYK value is (21,0,16,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 25.88%
CMYK:
(21,0,16,26)
C21M0Y16K26 
(21%,0%,16%,26%)
(0.21/0.00/0.16/0.26)	

CMYK percentages

%21.16
%0
%16.4
%25.88

Codes

Color #95BD9E in popluar color models

95BD9E
RGB149189158
HSL134°23.26%66.27%
HSB/HSV134°21.16%74.12%
CMYK21.16%0.00%16.40%
25.88%

Color #95BD9E in popluar number systems.

HEX95BD9E
Decimal149189158
Binary100101011011110110011110
Octal225275236

Shades and tints

Shades of #95BD9E

#95BD9E
(149,189,158)
#88AC90
(136,172,144)
#7B9B82
(123,155,130)
#6E8A74
(110,138,116)
#617966
(97,121,102)
#546858
(84,104,88)
#47574A
(71,87,74)
#3A463C
(58,70,60)
#2D352E
(45,53,46)
#202420
(32,36,32)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #95BD9E

#95BD9E
(149,189,158)
#9EC3A6
(158,195,166)
#A7C9AE
(167,201,174)
#B0CFB6
(176,207,182)
#B9D5BE
(185,213,190)
#C2DBC6
(194,219,198)
#CBE1CE
(203,225,206)
#D4E7D6
(212,231,214)
#DDEDDE
(221,237,222)
#E6F3E6
(230,243,230)
#EFF9EE
(239,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BD9E color. Also use rgb(149,189,158) instead hex code.

Text Font Color

.myTextColor { color: #95BD9E; }

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

This text font color is #95BD9E.


Background Color

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

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

This div background color is #95BD9E.


Border color

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

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

This div border color is #95BD9E.


Opacity

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

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

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

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

This text has shadow with #95BD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BD9E on black background.


Color preview on white background

This text has color #95BD9E on white background.



Black color preview on #95BD9E background

This text has black color on #95BD9E background.


White color preview on #95BD9E background

This text has white color on #95BD9E background.