COLOR #95D7B2

HEX: #95D7B2
RGB: (149,215,178)

Color info

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

RGB color model

#95D7B2 color RGB value is (149,215,178).

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

RGB channels and saturation

R 149 of 255 = 58%
G 215 of 255 = 84%
B 178 of 255 = 70%

149
215
178

R + G + B ~ 71%. #95D7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 215 + 178 = 542 (100%)
R 149 of 542 ~ 27.49%
G 215 of 542 ~ 39.67%
B 178 of 542 ~ 32.84%

%27.49
%39.67
%32.84

CMYK color model

#95D7B2 color CMYK value is (31,0,17,16).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 15.69%
CMYK:
(31,0,17,16)
C31M0Y17K16 
(31%,0%,17%,16%)
(0.31/0.00/0.17/0.16)	

CMYK percentages

%30.7
%0
%17.21
%15.69

Codes

Color #95D7B2 in popluar color models

95D7B2
RGB149215178
HSL146°45.21%71.37%
HSB/HSV146°30.70%84.31%
CMYK30.70%0.00%17.21%
15.69%

Color #95D7B2 in popluar number systems.

HEX95D7B2
Decimal149215178
Binary100101011101011110110010
Octal225327262

Shades and tints

Shades of #95D7B2

#95D7B2
(149,215,178)
#88C4A2
(136,196,162)
#7BB192
(123,177,146)
#6E9E82
(110,158,130)
#618B72
(97,139,114)
#547862
(84,120,98)
#476552
(71,101,82)
#3A5242
(58,82,66)
#2D3F32
(45,63,50)
#202C22
(32,44,34)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #95D7B2

#95D7B2
(149,215,178)
#9EDAB9
(158,218,185)
#A7DDC0
(167,221,192)
#B0E0C7
(176,224,199)
#B9E3CE
(185,227,206)
#C2E6D5
(194,230,213)
#CBE9DC
(203,233,220)
#D4ECE3
(212,236,227)
#DDEFEA
(221,239,234)
#E6F2F1
(230,242,241)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D7B2; }

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

This text font color is #95D7B2.


Background Color

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

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

This div background color is #95D7B2.


Border color

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

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

This div border color is #95D7B2.


Opacity

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

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

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

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

This text has shadow with #95D7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D7B2 on black background.


Color preview on white background

This text has color #95D7B2 on white background.



Black color preview on #95D7B2 background

This text has black color on #95D7B2 background.


White color preview on #95D7B2 background

This text has white color on #95D7B2 background.