COLOR #95EFE6

HEX: #95EFE6
RGB: (149,239,230)

Color info

#95EFE6 contains mainly green and blue colors. Web safe color of #95EFE6 is #99FFCC (or #9FC).

RGB color model

#95EFE6 color RGB value is (149,239,230).

  • red value is 149;
  • green value is 239;
  • blue value is 230.
RGB: (149,239,230) (58%,94%,90%)

RGB channels and saturation

R 149 of 255 = 58%
G 239 of 255 = 94%
B 230 of 255 = 90%

149
239
230

R + G + B ~ 81%. #95EFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 239 + 230 = 618 (100%)
R 149 of 618 ~ 24.11%
G 239 of 618 ~ 38.67%
B 230 of 618 ~ 37.22%

%24.11
%38.67
%37.22

CMYK color model

#95EFE6 color CMYK value is (38,0,4,6).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK: (38,0,4,6) C38M0Y4K6 (38%,0%,4%,6%) (0.38/0.00/0.04/0.06)

CMYK percentages

%37.66
%0
%3.77
%6.27

Codes

Color #95EFE6 in popluar color models

95EFE6
RGB149239230
HSL174°73.77%76.08%
HSB/HSV174°37.66%93.73%
CMYK37.66%0.00%3.77%
6.27%

Color #95EFE6 in popluar number systems.

HEX95EFE6
Decimal149239230
Binary100101011110111111100110
Octal225357346

Shades and tints

Shades of #95EFE6

#95EFE6
(149,239,230)
#88DAD2
(136,218,210)
#7BC5BE
(123,197,190)
#6EB0AA
(110,176,170)
#619B96
(97,155,150)
#548682
(84,134,130)
#47716E
(71,113,110)
#3A5C5A
(58,92,90)
#2D4746
(45,71,70)
#203232
(32,50,50)
#131D1E
(19,29,30)
#000000
(0,0,0)

Tints of #95EFE6

#95EFE6
(149,239,230)
#9EF0E8
(158,240,232)
#A7F1EA
(167,241,234)
#B0F2EC
(176,242,236)
#B9F3EE
(185,243,238)
#C2F4F0
(194,244,240)
#CBF5F2
(203,245,242)
#D4F6F4
(212,246,244)
#DDF7F6
(221,247,246)
#E6F8F8
(230,248,248)
#EFF9FA
(239,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EFE6 color. Also use rgb(149,239,230) instead hex code.

Text Font Color

.myTextColor { color: #95EFE6; }

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

This text font color is #95EFE6.


Background Color

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

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

This div background color is #95EFE6.


Border color

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

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

This div border color is #95EFE6.


Opacity

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

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

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

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

This text has shadow with #95EFE6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95EFE6 on black background.


Color preview on white background

This text has color #95EFE6 on white background.



Black color preview on #95EFE6 background

This text has black color on #95EFE6 background.


White color preview on #95EFE6 background

This text has white color on #95EFE6 background.