COLOR #95DAB8

HEX: #95DAB8
RGB: (149,218,184)

Color info

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

RGB color model

#95DAB8 color RGB value is (149,218,184).

  • red value is 149;
  • green value is 218;
  • blue value is 184.
RGB:
(149,218,184)
(58%,85%,72%)

RGB channels and saturation

R 149 of 255 = 58%
G 218 of 255 = 85%
B 184 of 255 = 72%

149
218
184

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

Portions of RGB colors in percentages

R + G + B =
149 + 218 + 184 = 551 (100%)
R 149 of 551 ~ 27.04%
G 218 of 551 ~ 39.56%
B 184 of 551 ~ 33.39%

%27.04
%39.56
%33.39

CMYK color model

#95DAB8 color CMYK value is (32,0,16,15).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(32,0,16,15)
C32M0Y16K15 
(32%,0%,16%,15%)
(0.32/0.00/0.16/0.15)	

CMYK percentages

%31.65
%0
%15.6
%14.51

Codes

Color #95DAB8 in popluar color models

95DAB8
RGB149218184
HSL150°48.25%71.96%
HSB/HSV150°31.65%85.49%
CMYK31.65%0.00%15.60%
14.51%

Color #95DAB8 in popluar number systems.

HEX95DAB8
Decimal149218184
Binary100101011101101010111000
Octal225332270

Shades and tints

Shades of #95DAB8

#95DAB8
(149,218,184)
#88C7A8
(136,199,168)
#7BB498
(123,180,152)
#6EA188
(110,161,136)
#618E78
(97,142,120)
#547B68
(84,123,104)
#476858
(71,104,88)
#3A5548
(58,85,72)
#2D4238
(45,66,56)
#202F28
(32,47,40)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #95DAB8

#95DAB8
(149,218,184)
#9EDDBE
(158,221,190)
#A7E0C4
(167,224,196)
#B0E3CA
(176,227,202)
#B9E6D0
(185,230,208)
#C2E9D6
(194,233,214)
#CBECDC
(203,236,220)
#D4EFE2
(212,239,226)
#DDF2E8
(221,242,232)
#E6F5EE
(230,245,238)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DAB8 color. Also use rgb(149,218,184) instead hex code.

Text Font Color

.myTextColor { color: #95DAB8; }

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

This text font color is #95DAB8.


Background Color

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

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

This div background color is #95DAB8.


Border color

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

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

This div border color is #95DAB8.


Opacity

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

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

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

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

This text has shadow with #95DAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DAB8 on black background.


Color preview on white background

This text has color #95DAB8 on white background.



Black color preview on #95DAB8 background

This text has black color on #95DAB8 background.


White color preview on #95DAB8 background

This text has white color on #95DAB8 background.