COLOR #95D6BF

HEX: #95D6BF
RGB: (149,214,191)

Color info

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

RGB color model

#95D6BF color RGB value is (149,214,191).

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

RGB channels and saturation

R 149 of 255 = 58%
G 214 of 255 = 84%
B 191 of 255 = 75%

149
214
191

R + G + B ~ 72%. #95D6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 214 + 191 = 554 (100%)
R 149 of 554 ~ 26.9%
G 214 of 554 ~ 38.63%
B 191 of 554 ~ 34.48%

%26.9
%38.63
%34.48

CMYK color model

#95D6BF color CMYK value is (30,0,11,16).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • key color value is 16.08%
CMYK:
(30,0,11,16)
C30M0Y11K16 
(30%,0%,11%,16%)
(0.30/0.00/0.11/0.16)	

CMYK percentages

%30.37
%0
%10.75
%16.08

Codes

Color #95D6BF in popluar color models

95D6BF
RGB149214191
HSL159°44.22%71.18%
HSB/HSV159°30.37%83.92%
CMYK30.37%0.00%10.75%
16.08%

Color #95D6BF in popluar number systems.

HEX95D6BF
Decimal149214191
Binary100101011101011010111111
Octal225326277

Shades and tints

Shades of #95D6BF

#95D6BF
(149,214,191)
#88C3AE
(136,195,174)
#7BB09D
(123,176,157)
#6E9D8C
(110,157,140)
#618A7B
(97,138,123)
#54776A
(84,119,106)
#476459
(71,100,89)
#3A5148
(58,81,72)
#2D3E37
(45,62,55)
#202B26
(32,43,38)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #95D6BF

#95D6BF
(149,214,191)
#9ED9C4
(158,217,196)
#A7DCC9
(167,220,201)
#B0DFCE
(176,223,206)
#B9E2D3
(185,226,211)
#C2E5D8
(194,229,216)
#CBE8DD
(203,232,221)
#D4EBE2
(212,235,226)
#DDEEE7
(221,238,231)
#E6F1EC
(230,241,236)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D6BF; }

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

This text font color is #95D6BF.


Background Color

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

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

This div background color is #95D6BF.


Border color

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

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

This div border color is #95D6BF.


Opacity

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

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

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

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

This text has shadow with #95D6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D6BF on black background.


Color preview on white background

This text has color #95D6BF on white background.



Black color preview on #95D6BF background

This text has black color on #95D6BF background.


White color preview on #95D6BF background

This text has white color on #95D6BF background.