COLOR #95D4B2

HEX: #95D4B2
RGB: (149,212,178)

Color info

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

RGB color model

#95D4B2 color RGB value is (149,212,178).

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

RGB channels and saturation

R 149 of 255 = 58%
G 212 of 255 = 83%
B 178 of 255 = 70%

149
212
178

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

Portions of RGB colors in percentages

R + G + B =
149 + 212 + 178 = 539 (100%)
R 149 of 539 ~ 27.64%
G 212 of 539 ~ 39.33%
B 178 of 539 ~ 33.02%

%27.64
%39.33
%33.02

CMYK color model

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

  • cyan value is 29.72%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 16.86%
CMYK:
(30,0,16,17)
C30M0Y16K17 
(30%,0%,16%,17%)
(0.30/0.00/0.16/0.17)	

CMYK percentages

%29.72
%0
%16.04
%16.86

Codes

Color #95D4B2 in popluar color models

95D4B2
RGB149212178
HSL148°42.28%70.78%
HSB/HSV148°29.72%83.14%
CMYK29.72%0.00%16.04%
16.86%

Color #95D4B2 in popluar number systems.

HEX95D4B2
Decimal149212178
Binary100101011101010010110010
Octal225324262

Shades and tints

Shades of #95D4B2

#95D4B2
(149,212,178)
#88C1A2
(136,193,162)
#7BAE92
(123,174,146)
#6E9B82
(110,155,130)
#618872
(97,136,114)
#547562
(84,117,98)
#476252
(71,98,82)
#3A4F42
(58,79,66)
#2D3C32
(45,60,50)
#202922
(32,41,34)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #95D4B2

#95D4B2
(149,212,178)
#9ED7B9
(158,215,185)
#A7DAC0
(167,218,192)
#B0DDC7
(176,221,199)
#B9E0CE
(185,224,206)
#C2E3D5
(194,227,213)
#CBE6DC
(203,230,220)
#D4E9E3
(212,233,227)
#DDECEA
(221,236,234)
#E6EFF1
(230,239,241)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D4B2; }

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

This text font color is #95D4B2.


Background Color

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

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

This div background color is #95D4B2.


Border color

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

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

This div border color is #95D4B2.


Opacity

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

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

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

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

This text has shadow with #95D4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D4B2 on black background.


Color preview on white background

This text has color #95D4B2 on white background.



Black color preview on #95D4B2 background

This text has black color on #95D4B2 background.


White color preview on #95D4B2 background

This text has white color on #95D4B2 background.