COLOR #95B690

HEX: #95B690
RGB: (149,182,144)

Color info

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

RGB color model

#95B690 color RGB value is (149,182,144).

  • red value is 149;
  • green value is 182;
  • blue value is 144.
RGB:
(149,182,144)
(58%,71%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 182 of 255 = 71%
B 144 of 255 = 56%

149
182
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 182 + 144 = 475 (100%)
R 149 of 475 ~ 31.37%
G 182 of 475 ~ 38.32%
B 144 of 475 ~ 30.32%

%31.37
%38.32
%30.32

CMYK color model

#95B690 color CMYK value is (18,0,21,29).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 28.63%
CMYK:
(18,0,21,29)
C18M0Y21K29 
(18%,0%,21%,29%)
(0.18/0.00/0.21/0.29)	

CMYK percentages

%18.13
%0
%20.88
%28.63

Codes

Color #95B690 in popluar color models

95B690
RGB149182144
HSL112°20.65%63.92%
HSB/HSV112°20.88%71.37%
CMYK18.13%0.00%20.88%
28.63%

Color #95B690 in popluar number systems.

HEX95B690
Decimal149182144
Binary100101011011011010010000
Octal225266220

Shades and tints

Shades of #95B690

#95B690
(149,182,144)
#88A683
(136,166,131)
#7B9676
(123,150,118)
#6E8669
(110,134,105)
#61765C
(97,118,92)
#54664F
(84,102,79)
#475642
(71,86,66)
#3A4635
(58,70,53)
#2D3628
(45,54,40)
#20261B
(32,38,27)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #95B690

#95B690
(149,182,144)
#9EBC9A
(158,188,154)
#A7C2A4
(167,194,164)
#B0C8AE
(176,200,174)
#B9CEB8
(185,206,184)
#C2D4C2
(194,212,194)
#CBDACC
(203,218,204)
#D4E0D6
(212,224,214)
#DDE6E0
(221,230,224)
#E6ECEA
(230,236,234)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B690 color. Also use rgb(149,182,144) instead hex code.

Text Font Color

.myTextColor { color: #95B690; }

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

This text font color is #95B690.


Background Color

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

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

This div background color is #95B690.


Border color

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

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

This div border color is #95B690.


Opacity

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

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

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

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

This text has shadow with #95B690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B690 on black background.


Color preview on white background

This text has color #95B690 on white background.



Black color preview on #95B690 background

This text has black color on #95B690 background.


White color preview on #95B690 background

This text has white color on #95B690 background.