COLOR #95DFBC

HEX: #95DFBC
RGB: (149,223,188)

Color info

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

RGB color model

#95DFBC color RGB value is (149,223,188).

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

RGB channels and saturation

R 149 of 255 = 58%
G 223 of 255 = 87%
B 188 of 255 = 74%

149
223
188

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

Portions of RGB colors in percentages

R + G + B =
149 + 223 + 188 = 560 (100%)
R 149 of 560 ~ 26.61%
G 223 of 560 ~ 39.82%
B 188 of 560 ~ 33.57%

%26.61
%39.82
%33.57

CMYK color model

#95DFBC color CMYK value is (33,0,16,13).

  • cyan value is 33.18%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 12.55%
CMYK:
(33,0,16,13)
C33M0Y16K13 
(33%,0%,16%,13%)
(0.33/0.00/0.16/0.13)	

CMYK percentages

%33.18
%0
%15.7
%12.55

Codes

Color #95DFBC in popluar color models

95DFBC
RGB149223188
HSL152°53.62%72.94%
HSB/HSV152°33.18%87.45%
CMYK33.18%0.00%15.70%
12.55%

Color #95DFBC in popluar number systems.

HEX95DFBC
Decimal149223188
Binary100101011101111110111100
Octal225337274

Shades and tints

Shades of #95DFBC

#95DFBC
(149,223,188)
#88CBAB
(136,203,171)
#7BB79A
(123,183,154)
#6EA389
(110,163,137)
#618F78
(97,143,120)
#547B67
(84,123,103)
#476756
(71,103,86)
#3A5345
(58,83,69)
#2D3F34
(45,63,52)
#202B23
(32,43,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #95DFBC

#95DFBC
(149,223,188)
#9EE1C2
(158,225,194)
#A7E3C8
(167,227,200)
#B0E5CE
(176,229,206)
#B9E7D4
(185,231,212)
#C2E9DA
(194,233,218)
#CBEBE0
(203,235,224)
#D4EDE6
(212,237,230)
#DDEFEC
(221,239,236)
#E6F1F2
(230,241,242)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DFBC; }

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

This text font color is #95DFBC.


Background Color

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

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

This div background color is #95DFBC.


Border color

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

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

This div border color is #95DFBC.


Opacity

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

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

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

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

This text has shadow with #95DFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DFBC on black background.


Color preview on white background

This text has color #95DFBC on white background.



Black color preview on #95DFBC background

This text has black color on #95DFBC background.


White color preview on #95DFBC background

This text has white color on #95DFBC background.