COLOR #95B691

HEX: #95B691
RGB: (149,182,145)

Color info

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

RGB color model

#95B691 color RGB value is (149,182,145).

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

RGB channels and saturation

R 149 of 255 = 58%
G 182 of 255 = 71%
B 145 of 255 = 57%

149
182
145

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

Portions of RGB colors in percentages

R + G + B =
149 + 182 + 145 = 476 (100%)
R 149 of 476 ~ 31.3%
G 182 of 476 ~ 38.24%
B 145 of 476 ~ 30.46%

%31.3
%38.24
%30.46

CMYK color model

#95B691 color CMYK value is (18,0,20,29).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 28.63%
CMYK:
(18,0,20,29)
C18M0Y20K29 
(18%,0%,20%,29%)
(0.18/0.00/0.20/0.29)	

CMYK percentages

%18.13
%0
%20.33
%28.63

Codes

Color #95B691 in popluar color models

95B691
RGB149182145
HSL114°20.22%64.12%
HSB/HSV114°20.33%71.37%
CMYK18.13%0.00%20.33%
28.63%

Color #95B691 in popluar number systems.

HEX95B691
Decimal149182145
Binary100101011011011010010001
Octal225266221

Shades and tints

Shades of #95B691

#95B691
(149,182,145)
#88A684
(136,166,132)
#7B9677
(123,150,119)
#6E866A
(110,134,106)
#61765D
(97,118,93)
#546650
(84,102,80)
#475643
(71,86,67)
#3A4636
(58,70,54)
#2D3629
(45,54,41)
#20261C
(32,38,28)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #95B691

#95B691
(149,182,145)
#9EBC9B
(158,188,155)
#A7C2A5
(167,194,165)
#B0C8AF
(176,200,175)
#B9CEB9
(185,206,185)
#C2D4C3
(194,212,195)
#CBDACD
(203,218,205)
#D4E0D7
(212,224,215)
#DDE6E1
(221,230,225)
#E6ECEB
(230,236,235)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B691; }

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

This text font color is #95B691.


Background Color

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

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

This div background color is #95B691.


Border color

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

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

This div border color is #95B691.


Opacity

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

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

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

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

This text has shadow with #95B691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B691 on black background.


Color preview on white background

This text has color #95B691 on white background.



Black color preview on #95B691 background

This text has black color on #95B691 background.


White color preview on #95B691 background

This text has white color on #95B691 background.