COLOR #95B889

HEX: #95B889
RGB: (149,184,137)

Color info

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

RGB color model

#95B889 color RGB value is (149,184,137).

  • red value is 149;
  • green value is 184;
  • blue value is 137.
RGB:
(149,184,137)
(58%,72%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 137 of 255 = 54%

149
184
137

R + G + B ~ 61%. #95B889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 184 + 137 = 470 (100%)
R 149 of 470 ~ 31.7%
G 184 of 470 ~ 39.15%
B 137 of 470 ~ 29.15%

%31.7
%39.15
%29.15

CMYK color model

#95B889 color CMYK value is (19,0,26,28).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 25.54%
  • key color value is 27.84%
CMYK:
(19,0,26,28)
C19M0Y26K28 
(19%,0%,26%,28%)
(0.19/0.00/0.26/0.28)	

CMYK percentages

%19.02
%0
%25.54
%27.84

Codes

Color #95B889 in popluar color models

95B889
RGB149184137
HSL105°24.87%62.94%
HSB/HSV105°25.54%72.16%
CMYK19.02%0.00%25.54%
27.84%

Color #95B889 in popluar number systems.

HEX95B889
Decimal149184137
Binary100101011011100010001001
Octal225270211

Shades and tints

Shades of #95B889

#95B889
(149,184,137)
#88A87D
(136,168,125)
#7B9871
(123,152,113)
#6E8865
(110,136,101)
#617859
(97,120,89)
#54684D
(84,104,77)
#475841
(71,88,65)
#3A4835
(58,72,53)
#2D3829
(45,56,41)
#20281D
(32,40,29)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #95B889

#95B889
(149,184,137)
#9EBE93
(158,190,147)
#A7C49D
(167,196,157)
#B0CAA7
(176,202,167)
#B9D0B1
(185,208,177)
#C2D6BB
(194,214,187)
#CBDCC5
(203,220,197)
#D4E2CF
(212,226,207)
#DDE8D9
(221,232,217)
#E6EEE3
(230,238,227)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B889 color. Also use rgb(149,184,137) instead hex code.

Text Font Color

.myTextColor { color: #95B889; }

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

This text font color is #95B889.


Background Color

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

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

This div background color is #95B889.


Border color

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

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

This div border color is #95B889.


Opacity

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

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

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

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

This text has shadow with #95B889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B889 on black background.


Color preview on white background

This text has color #95B889 on white background.



Black color preview on #95B889 background

This text has black color on #95B889 background.


White color preview on #95B889 background

This text has white color on #95B889 background.