COLOR #95D1BC

HEX: #95D1BC
RGB: (149,209,188)

Color info

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

RGB color model

#95D1BC color RGB value is (149,209,188).

  • red value is 149;
  • green value is 209;
  • blue value is 188.
RGB:
(149,209,188)
(58%,82%,74%)

RGB channels and saturation

R 149 of 255 = 58%
G 209 of 255 = 82%
B 188 of 255 = 74%

149
209
188

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

Portions of RGB colors in percentages

R + G + B =
149 + 209 + 188 = 546 (100%)
R 149 of 546 ~ 27.29%
G 209 of 546 ~ 38.28%
B 188 of 546 ~ 34.43%

%27.29
%38.28
%34.43

CMYK color model

#95D1BC color CMYK value is (29,0,10,18).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 18.04%
CMYK:
(29,0,10,18)
C29M0Y10K18 
(29%,0%,10%,18%)
(0.29/0.00/0.10/0.18)	

CMYK percentages

%28.71
%0
%10.05
%18.04

Codes

Color #95D1BC in popluar color models

95D1BC
RGB149209188
HSL159°39.47%70.20%
HSB/HSV159°28.71%81.96%
CMYK28.71%0.00%10.05%
18.04%

Color #95D1BC in popluar number systems.

HEX95D1BC
Decimal149209188
Binary100101011101000110111100
Octal225321274

Shades and tints

Shades of #95D1BC

#95D1BC
(149,209,188)
#88BEAB
(136,190,171)
#7BAB9A
(123,171,154)
#6E9889
(110,152,137)
#618578
(97,133,120)
#547267
(84,114,103)
#475F56
(71,95,86)
#3A4C45
(58,76,69)
#2D3934
(45,57,52)
#202623
(32,38,35)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #95D1BC

#95D1BC
(149,209,188)
#9ED5C2
(158,213,194)
#A7D9C8
(167,217,200)
#B0DDCE
(176,221,206)
#B9E1D4
(185,225,212)
#C2E5DA
(194,229,218)
#CBE9E0
(203,233,224)
#D4EDE6
(212,237,230)
#DDF1EC
(221,241,236)
#E6F5F2
(230,245,242)
#EFF9F8
(239,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D1BC color. Also use rgb(149,209,188) instead hex code.

Text Font Color

.myTextColor { color: #95D1BC; }

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

This text font color is #95D1BC.


Background Color

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

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

This div background color is #95D1BC.


Border color

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

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

This div border color is #95D1BC.


Opacity

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

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

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

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

This text has shadow with #95D1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D1BC on black background.


Color preview on white background

This text has color #95D1BC on white background.



Black color preview on #95D1BC background

This text has black color on #95D1BC background.


White color preview on #95D1BC background

This text has white color on #95D1BC background.