COLOR #95BD8C

HEX: #95BD8C
RGB: (149,189,140)

Color info

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

RGB color model

#95BD8C color RGB value is (149,189,140).

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

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 140 of 255 = 55%

149
189
140

R + G + B ~ 62%. #95BD8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 140 = 478 (100%)
R 149 of 478 ~ 31.17%
G 189 of 478 ~ 39.54%
B 140 of 478 ~ 29.29%

%31.17
%39.54
%29.29

CMYK color model

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

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(21,0,26,26)
C21M0Y26K26 
(21%,0%,26%,26%)
(0.21/0.00/0.26/0.26)	

CMYK percentages

%21.16
%0
%25.93
%25.88

Codes

Color #95BD8C in popluar color models

95BD8C
RGB149189140
HSL109°27.07%64.51%
HSB/HSV109°25.93%74.12%
CMYK21.16%0.00%25.93%
25.88%

Color #95BD8C in popluar number systems.

HEX95BD8C
Decimal149189140
Binary100101011011110110001100
Octal225275214

Shades and tints

Shades of #95BD8C

#95BD8C
(149,189,140)
#88AC80
(136,172,128)
#7B9B74
(123,155,116)
#6E8A68
(110,138,104)
#61795C
(97,121,92)
#546850
(84,104,80)
#475744
(71,87,68)
#3A4638
(58,70,56)
#2D352C
(45,53,44)
#202420
(32,36,32)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #95BD8C

#95BD8C
(149,189,140)
#9EC396
(158,195,150)
#A7C9A0
(167,201,160)
#B0CFAA
(176,207,170)
#B9D5B4
(185,213,180)
#C2DBBE
(194,219,190)
#CBE1C8
(203,225,200)
#D4E7D2
(212,231,210)
#DDEDDC
(221,237,220)
#E6F3E6
(230,243,230)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BD8C; }

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

This text font color is #95BD8C.


Background Color

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

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

This div background color is #95BD8C.


Border color

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

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

This div border color is #95BD8C.


Opacity

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

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

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

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

This text has shadow with #95BD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BD8C on black background.


Color preview on white background

This text has color #95BD8C on white background.



Black color preview on #95BD8C background

This text has black color on #95BD8C background.


White color preview on #95BD8C background

This text has white color on #95BD8C background.