COLOR #95BD98

HEX: #95BD98
RGB: (149,189,152)

Color info

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

RGB color model

#95BD98 color RGB value is (149,189,152).

  • red value is 149;
  • green value is 189;
  • blue value is 152.
RGB:
(149,189,152)
(58%,74%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 189 of 255 = 74%
B 152 of 255 = 60%

149
189
152

R + G + B ~ 64%. #95BD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 189 + 152 = 490 (100%)
R 149 of 490 ~ 30.41%
G 189 of 490 ~ 38.57%
B 152 of 490 ~ 31.02%

%30.41
%38.57
%31.02

CMYK color model

#95BD98 color CMYK value is (21,0,20,26).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 19.58%
  • key color value is 25.88%
CMYK:
(21,0,20,26)
C21M0Y20K26 
(21%,0%,20%,26%)
(0.21/0.00/0.20/0.26)	

CMYK percentages

%21.16
%0
%19.58
%25.88

Codes

Color #95BD98 in popluar color models

95BD98
RGB149189152
HSL125°23.26%66.27%
HSB/HSV125°21.16%74.12%
CMYK21.16%0.00%19.58%
25.88%

Color #95BD98 in popluar number systems.

HEX95BD98
Decimal149189152
Binary100101011011110110011000
Octal225275230

Shades and tints

Shades of #95BD98

#95BD98
(149,189,152)
#88AC8B
(136,172,139)
#7B9B7E
(123,155,126)
#6E8A71
(110,138,113)
#617964
(97,121,100)
#546857
(84,104,87)
#47574A
(71,87,74)
#3A463D
(58,70,61)
#2D3530
(45,53,48)
#202423
(32,36,35)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #95BD98

#95BD98
(149,189,152)
#9EC3A1
(158,195,161)
#A7C9AA
(167,201,170)
#B0CFB3
(176,207,179)
#B9D5BC
(185,213,188)
#C2DBC5
(194,219,197)
#CBE1CE
(203,225,206)
#D4E7D7
(212,231,215)
#DDEDE0
(221,237,224)
#E6F3E9
(230,243,233)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BD98 color. Also use rgb(149,189,152) instead hex code.

Text Font Color

.myTextColor { color: #95BD98; }

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

This text font color is #95BD98.


Background Color

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

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

This div background color is #95BD98.


Border color

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

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

This div border color is #95BD98.


Opacity

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

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

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

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

This text has shadow with #95BD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BD98 on black background.


Color preview on white background

This text has color #95BD98 on white background.



Black color preview on #95BD98 background

This text has black color on #95BD98 background.


White color preview on #95BD98 background

This text has white color on #95BD98 background.