COLOR #95BD8F

HEX: #95BD8F
RGB: (149,189,143)

Color info

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

RGB color model

#95BD8F color RGB value is (149,189,143).

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

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 143 of 255 = 56%

149
189
143

R + G + B ~ 63%. #95BD8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 143 = 481 (100%)
R 149 of 481 ~ 30.98%
G 189 of 481 ~ 39.29%
B 143 of 481 ~ 29.73%

%30.98
%39.29
%29.73

CMYK color model

#95BD8F color CMYK value is (21,0,24,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 25.88%
CMYK:
(21,0,24,26)
C21M0Y24K26 
(21%,0%,24%,26%)
(0.21/0.00/0.24/0.26)	

CMYK percentages

%21.16
%0
%24.34
%25.88

Codes

Color #95BD8F in popluar color models

95BD8F
RGB149189143
HSL112°25.84%65.10%
HSB/HSV112°24.34%74.12%
CMYK21.16%0.00%24.34%
25.88%

Color #95BD8F in popluar number systems.

HEX95BD8F
Decimal149189143
Binary100101011011110110001111
Octal225275217

Shades and tints

Shades of #95BD8F

#95BD8F
(149,189,143)
#88AC82
(136,172,130)
#7B9B75
(123,155,117)
#6E8A68
(110,138,104)
#61795B
(97,121,91)
#54684E
(84,104,78)
#475741
(71,87,65)
#3A4634
(58,70,52)
#2D3527
(45,53,39)
#20241A
(32,36,26)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #95BD8F

#95BD8F
(149,189,143)
#9EC399
(158,195,153)
#A7C9A3
(167,201,163)
#B0CFAD
(176,207,173)
#B9D5B7
(185,213,183)
#C2DBC1
(194,219,193)
#CBE1CB
(203,225,203)
#D4E7D5
(212,231,213)
#DDEDDF
(221,237,223)
#E6F3E9
(230,243,233)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BD8F; }

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

This text font color is #95BD8F.


Background Color

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

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

This div background color is #95BD8F.


Border color

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

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

This div border color is #95BD8F.


Opacity

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

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

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

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

This text has shadow with #95BD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BD8F on black background.


Color preview on white background

This text has color #95BD8F on white background.



Black color preview on #95BD8F background

This text has black color on #95BD8F background.


White color preview on #95BD8F background

This text has white color on #95BD8F background.