COLOR #95D6B6

HEX: #95D6B6
RGB: (149,214,182)

Color info

#95D6B6 contains mainly green and blue colors. Web safe color of #95D6B6 is #99CCCC (or #9CC).

RGB color model

#95D6B6 color RGB value is (149,214,182).

  • red value is 149;
  • green value is 214;
  • blue value is 182.
RGB:
(149,214,182)
(58%,84%,71%)

RGB channels and saturation

R 149 of 255 = 58%
G 214 of 255 = 84%
B 182 of 255 = 71%

149
214
182

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

Portions of RGB colors in percentages

R + G + B =
149 + 214 + 182 = 545 (100%)
R 149 of 545 ~ 27.34%
G 214 of 545 ~ 39.27%
B 182 of 545 ~ 33.39%

%27.34
%39.27
%33.39

CMYK color model

#95D6B6 color CMYK value is (30,0,15,16).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 16.08%
CMYK:
(30,0,15,16)
C30M0Y15K16 
(30%,0%,15%,16%)
(0.30/0.00/0.15/0.16)	

CMYK percentages

%30.37
%0
%14.95
%16.08

Codes

Color #95D6B6 in popluar color models

95D6B6
RGB149214182
HSL150°44.22%71.18%
HSB/HSV150°30.37%83.92%
CMYK30.37%0.00%14.95%
16.08%

Color #95D6B6 in popluar number systems.

HEX95D6B6
Decimal149214182
Binary100101011101011010110110
Octal225326266

Shades and tints

Shades of #95D6B6

#95D6B6
(149,214,182)
#88C3A6
(136,195,166)
#7BB096
(123,176,150)
#6E9D86
(110,157,134)
#618A76
(97,138,118)
#547766
(84,119,102)
#476456
(71,100,86)
#3A5146
(58,81,70)
#2D3E36
(45,62,54)
#202B26
(32,43,38)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #95D6B6

#95D6B6
(149,214,182)
#9ED9BC
(158,217,188)
#A7DCC2
(167,220,194)
#B0DFC8
(176,223,200)
#B9E2CE
(185,226,206)
#C2E5D4
(194,229,212)
#CBE8DA
(203,232,218)
#D4EBE0
(212,235,224)
#DDEEE6
(221,238,230)
#E6F1EC
(230,241,236)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D6B6 color. Also use rgb(149,214,182) instead hex code.

Text Font Color

.myTextColor { color: #95D6B6; }

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

This text font color is #95D6B6.


Background Color

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

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

This div background color is #95D6B6.


Border color

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

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

This div border color is #95D6B6.


Opacity

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

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

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

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

This text has shadow with #95D6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D6B6 on black background.


Color preview on white background

This text has color #95D6B6 on white background.



Black color preview on #95D6B6 background

This text has black color on #95D6B6 background.


White color preview on #95D6B6 background

This text has white color on #95D6B6 background.