COLOR #95BE9D

HEX: #95BE9D
RGB: (149,190,157)

Color info

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

RGB color model

#95BE9D color RGB value is (149,190,157).

  • red value is 149;
  • green value is 190;
  • blue value is 157.
RGB:
(149,190,157)
(58%,75%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 157 of 255 = 62%

149
190
157

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

Portions of RGB colors in percentages

R + G + B =
149 + 190 + 157 = 496 (100%)
R 149 of 496 ~ 30.04%
G 190 of 496 ~ 38.31%
B 157 of 496 ~ 31.65%

%30.04
%38.31
%31.65

CMYK color model

#95BE9D color CMYK value is (22,0,17,25).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(22,0,17,25)
C22M0Y17K25 
(22%,0%,17%,25%)
(0.22/0.00/0.17/0.25)	

CMYK percentages

%21.58
%0
%17.37
%25.49

Codes

Color #95BE9D in popluar color models

95BE9D
RGB149190157
HSL132°23.98%66.47%
HSB/HSV132°21.58%74.51%
CMYK21.58%0.00%17.37%
25.49%

Color #95BE9D in popluar number systems.

HEX95BE9D
Decimal149190157
Binary100101011011111010011101
Octal225276235

Shades and tints

Shades of #95BE9D

#95BE9D
(149,190,157)
#88AD8F
(136,173,143)
#7B9C81
(123,156,129)
#6E8B73
(110,139,115)
#617A65
(97,122,101)
#546957
(84,105,87)
#475849
(71,88,73)
#3A473B
(58,71,59)
#2D362D
(45,54,45)
#20251F
(32,37,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #95BE9D

#95BE9D
(149,190,157)
#9EC3A5
(158,195,165)
#A7C8AD
(167,200,173)
#B0CDB5
(176,205,181)
#B9D2BD
(185,210,189)
#C2D7C5
(194,215,197)
#CBDCCD
(203,220,205)
#D4E1D5
(212,225,213)
#DDE6DD
(221,230,221)
#E6EBE5
(230,235,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BE9D color. Also use rgb(149,190,157) instead hex code.

Text Font Color

.myTextColor { color: #95BE9D; }

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

This text font color is #95BE9D.


Background Color

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

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

This div background color is #95BE9D.


Border color

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

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

This div border color is #95BE9D.


Opacity

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

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

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

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

This text has shadow with #95BE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BE9D on black background.


Color preview on white background

This text has color #95BE9D on white background.



Black color preview on #95BE9D background

This text has black color on #95BE9D background.


White color preview on #95BE9D background

This text has white color on #95BE9D background.