COLOR #95B996

HEX: #95B996 RGB: (149,185,150)

Color info

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

RGB color model

#95B996 color RGB value is (149,185,150).

RGB: (149,185,150) (58%, 73%, 59%)

RGB channels and saturation

R 149 of 255 = 58%
G 185 of 255 = 73%
B 150 of 255 = 59%

149
185
150

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

Portions of RGB colors in percentages

R + G + B = 149 + 185 + 150 = 484 (100%)
R 149 of 484 ~ 30.79%
G 185 of 484 ~ 38.22%
B 150 of 484 ~ 30.99'%

%30.79
%38.22
%30.99

CMYK color model

#95B996 color CMYK value is (19,0,19,27).

  • cyan value is 19.46%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 27.45%

CMYK: (19,0,19,27)
C19M0Y19K27 (19%, 0%, 19%, 27%)
(0.19 / 0.00 / 0.19 / 0.27)

CMYK percentages

%19.46
%0
%18.92
%27.45

Codes

Color #95B996 in popluar color models

95 B9 96
RGB 149 185 150
HSL 122° 20.45% 65.49%
HSB/HSV 122° 19.46% 72.55%
CMYK 19.46% 0.00% 18.92%
27.45%

Color #95B996 in popluar number systems.

HEX 95 B9 96
Decimal 149 185 150
Binary 10010101 10111001 10010110
Octal 225 271 226

Shades and tints

Shades of #95B996

#95B996
(149,185,150)
#88A989
(136,169,137)
#7B997C
(123,153,124)
#6E896F
(110,137,111)
#617962
(97,121,98)
#546955
(84,105,85)
#475948
(71,89,72)
#3A493B
(58,73,59)
#2D392E
(45,57,46)
#202921
(32,41,33)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #95B996

#95B996
(149,185,150)
#9EBF9F
(158,191,159)
#A7C5A8
(167,197,168)
#B0CBB1
(176,203,177)
#B9D1BA
(185,209,186)
#C2D7C3
(194,215,195)
#CBDDCC
(203,221,204)
#D4E3D5
(212,227,213)
#DDE9DE
(221,233,222)
#E6EFE7
(230,239,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B996 color. Also use rgb(149,185,150) instead hex code.

Text Font Color

.myTextColor { color: #95B996; }

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

This text font color is #95B996.

Background Color

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

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

This div background color is #95B996.

Border color

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

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

This div border color is #95B996.

Opacity

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

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

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

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

This text has shadow with #95B996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B996.

Preview

Color preview on black background

This text has color #95B996 on black background.


Color preview on white background

This text has color #95B996 on white background.


Black color preview on #95B996 background

This text has black color on #95B996 background.


White color preview on #95B996 background

This text has white color on #95B996 background.


Related colors

Complementary color

Complementary color for #hex is #6A4669.


I love getcolorcode.com

Triadic colors

1 #9695B9 and #B99695 with #95B996 are triadic colors.

2 #96B995 and #B99596 with #95B996 are triadic colors.