COLOR #95DCC1

HEX: #95DCC1
RGB: (149,220,193)

Color info

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

RGB color model

#95DCC1 color RGB value is (149,220,193).

  • red value is 149;
  • green value is 220;
  • blue value is 193.
RGB:
(149,220,193)
(58%,86%,76%)

RGB channels and saturation

R 149 of 255 = 58%
G 220 of 255 = 86%
B 193 of 255 = 76%

149
220
193

R + G + B ~ 73%. #95DCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 220 + 193 = 562 (100%)
R 149 of 562 ~ 26.51%
G 220 of 562 ~ 39.15%
B 193 of 562 ~ 34.34%

%26.51
%39.15
%34.34

CMYK color model

#95DCC1 color CMYK value is (32,0,12,14).

  • cyan value is 32.27%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 13.73%
CMYK:
(32,0,12,14)
C32M0Y12K14 
(32%,0%,12%,14%)
(0.32/0.00/0.12/0.14)	

CMYK percentages

%32.27
%0
%12.27
%13.73

Codes

Color #95DCC1 in popluar color models

95DCC1
RGB149220193
HSL157°50.35%72.35%
HSB/HSV157°32.27%86.27%
CMYK32.27%0.00%12.27%
13.73%

Color #95DCC1 in popluar number systems.

HEX95DCC1
Decimal149220193
Binary100101011101110011000001
Octal225334301

Shades and tints

Shades of #95DCC1

#95DCC1
(149,220,193)
#88C8B0
(136,200,176)
#7BB49F
(123,180,159)
#6EA08E
(110,160,142)
#618C7D
(97,140,125)
#54786C
(84,120,108)
#47645B
(71,100,91)
#3A504A
(58,80,74)
#2D3C39
(45,60,57)
#202828
(32,40,40)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #95DCC1

#95DCC1
(149,220,193)
#9EDFC6
(158,223,198)
#A7E2CB
(167,226,203)
#B0E5D0
(176,229,208)
#B9E8D5
(185,232,213)
#C2EBDA
(194,235,218)
#CBEEDF
(203,238,223)
#D4F1E4
(212,241,228)
#DDF4E9
(221,244,233)
#E6F7EE
(230,247,238)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DCC1 color. Also use rgb(149,220,193) instead hex code.

Text Font Color

.myTextColor { color: #95DCC1; }

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

This text font color is #95DCC1.


Background Color

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

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

This div background color is #95DCC1.


Border color

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

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

This div border color is #95DCC1.


Opacity

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

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

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

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

This text has shadow with #95DCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DCC1 on black background.


Color preview on white background

This text has color #95DCC1 on white background.



Black color preview on #95DCC1 background

This text has black color on #95DCC1 background.


White color preview on #95DCC1 background

This text has white color on #95DCC1 background.