COLOR #95D4B0

HEX: #95D4B0
RGB: (149,212,176)

Color info

#95D4B0 contains mainly green and blue colors. Web safe color of #95D4B0 is #99CC99 (or #9C9).

RGB color model

#95D4B0 color RGB value is (149,212,176).

  • red value is 149;
  • green value is 212;
  • blue value is 176.
RGB:
(149,212,176)
(58%,83%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 212 of 255 = 83%
B 176 of 255 = 69%

149
212
176

R + G + B ~ 70%. #95D4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 212 + 176 = 537 (100%)
R 149 of 537 ~ 27.75%
G 212 of 537 ~ 39.48%
B 176 of 537 ~ 32.77%

%27.75
%39.48
%32.77

CMYK color model

#95D4B0 color CMYK value is (30,0,17,17).

  • cyan value is 29.72%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 16.86%
CMYK:
(30,0,17,17)
C30M0Y17K17 
(30%,0%,17%,17%)
(0.30/0.00/0.17/0.17)	

CMYK percentages

%29.72
%0
%16.98
%16.86

Codes

Color #95D4B0 in popluar color models

95D4B0
RGB149212176
HSL146°42.28%70.78%
HSB/HSV146°29.72%83.14%
CMYK29.72%0.00%16.98%
16.86%

Color #95D4B0 in popluar number systems.

HEX95D4B0
Decimal149212176
Binary100101011101010010110000
Octal225324260

Shades and tints

Shades of #95D4B0

#95D4B0
(149,212,176)
#88C1A0
(136,193,160)
#7BAE90
(123,174,144)
#6E9B80
(110,155,128)
#618870
(97,136,112)
#547560
(84,117,96)
#476250
(71,98,80)
#3A4F40
(58,79,64)
#2D3C30
(45,60,48)
#202920
(32,41,32)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #95D4B0

#95D4B0
(149,212,176)
#9ED7B7
(158,215,183)
#A7DABE
(167,218,190)
#B0DDC5
(176,221,197)
#B9E0CC
(185,224,204)
#C2E3D3
(194,227,211)
#CBE6DA
(203,230,218)
#D4E9E1
(212,233,225)
#DDECE8
(221,236,232)
#E6EFEF
(230,239,239)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D4B0 color. Also use rgb(149,212,176) instead hex code.

Text Font Color

.myTextColor { color: #95D4B0; }

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

This text font color is #95D4B0.


Background Color

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

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

This div background color is #95D4B0.


Border color

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

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

This div border color is #95D4B0.


Opacity

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

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

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

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

This text has shadow with #95D4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D4B0 on black background.


Color preview on white background

This text has color #95D4B0 on white background.



Black color preview on #95D4B0 background

This text has black color on #95D4B0 background.


White color preview on #95D4B0 background

This text has white color on #95D4B0 background.