COLOR #95BC9E

HEX: #95BC9E RGB: (149,188,158)

Color info

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

RGB color model

#95BC9E color RGB value is (149,188,158).

RGB: (149,188,158) (58%, 74%, 62%)

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 158 of 255 = 62%

149
188
158

R + G + B ~ 65%. #95BC9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 188 + 158 = 495 (100%)
R 149 of 495 ~ 30.1%
G 188 of 495 ~ 37.98%
B 158 of 495 ~ 31.92'%

%30.1
%37.98
%31.92

CMYK color model

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

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 26.27%
CMYK: (21,0,16,26) C21M0Y16K26 (21%,0%,16%,26%) (0.21/0.00/0.16/0.26) 

CMYK percentages

%20.74
%0
%15.96
%26.27

Codes

Color #95BC9E in popluar color models

95 BC 9E
RGB 149 188 158
HSL 134° 22.54% 66.08%
HSB/HSV 134° 20.74% 73.73%
CMYK 20.74% 0.00% 15.96%
26.27%

Color #95BC9E in popluar number systems.

HEX 95 BC 9E
Decimal 149 188 158
Binary 10010101 10111100 10011110
Octal 225 274 236

Shades and tints

Shades of #95BC9E

#95BC9E
(149,188,158)
#88AB90
(136,171,144)
#7B9A82
(123,154,130)
#6E8974
(110,137,116)
#617866
(97,120,102)
#546758
(84,103,88)
#47564A
(71,86,74)
#3A453C
(58,69,60)
#2D342E
(45,52,46)
#202320
(32,35,32)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #95BC9E

#95BC9E
(149,188,158)
#9EC2A6
(158,194,166)
#A7C8AE
(167,200,174)
#B0CEB6
(176,206,182)
#B9D4BE
(185,212,190)
#C2DAC6
(194,218,198)
#CBE0CE
(203,224,206)
#D4E6D6
(212,230,214)
#DDECDE
(221,236,222)
#E6F2E6
(230,242,230)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BC9E color. Also use rgb(149,188,158) instead hex code.

Text Font Color

.myTextColor { color: #95BC9E; }

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

This text font color is #95BC9E.

Background Color

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

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

This div background color is #95BC9E.

Border color

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

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

This div border color is #95BC9E.

Opacity

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

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

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

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

This text has shadow with #95BC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BC9E.

Preview

Color preview on black background

This text has color #95BC9E on black background.


Color preview on white background

This text has color #95BC9E on white background.


Black color preview on #95BC9E background

This text has black color on #95BC9E background.


White color preview on #95BC9E background

This text has white color on #95BC9E background.


Related colors

Complementary color

Complementary color for #hex is #6A4361.


I love getcolorcode.com

Triadic colors

1 #9E95BC and #BC9E95 with #95BC9E are triadic colors.

2 #9EBC95 and #BC959E with #95BC9E are triadic colors.