COLOR #95F8D3

HEX: #95F8D3
RGB: (149,248,211)

Color info

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

RGB color model

#95F8D3 color RGB value is (149,248,211).

  • red value is 149;
  • green value is 248;
  • blue value is 211.
RGB:
(149,248,211)
(58%,97%,83%)

RGB channels and saturation

R 149 of 255 = 58%
G 248 of 255 = 97%
B 211 of 255 = 83%

149
248
211

R + G + B ~ 79%. #95F8D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 248 + 211 = 608 (100%)
R 149 of 608 ~ 24.51%
G 248 of 608 ~ 40.79%
B 211 of 608 ~ 34.7%

%24.51
%40.79
%34.7

CMYK color model

#95F8D3 color CMYK value is (40,0,15,3).

  • cyan value is 39.92%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 2.75%
CMYK:
(40,0,15,3)
C40M0Y15K3 
(40%,0%,15%,3%)
(0.40/0.00/0.15/0.03)	

CMYK percentages

%39.92
%0
%14.92
%2.75

Codes

Color #95F8D3 in popluar color models

95F8D3
RGB149248211
HSL158°87.61%77.84%
HSB/HSV158°39.92%97.25%
CMYK39.92%0.00%14.92%
2.75%

Color #95F8D3 in popluar number systems.

HEX95F8D3
Decimal149248211
Binary100101011111100011010011
Octal225370323

Shades and tints

Shades of #95F8D3

#95F8D3
(149,248,211)
#88E2C0
(136,226,192)
#7BCCAD
(123,204,173)
#6EB69A
(110,182,154)
#61A087
(97,160,135)
#548A74
(84,138,116)
#477461
(71,116,97)
#3A5E4E
(58,94,78)
#2D483B
(45,72,59)
#203228
(32,50,40)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #95F8D3

#95F8D3
(149,248,211)
#9EF8D7
(158,248,215)
#A7F8DB
(167,248,219)
#B0F8DF
(176,248,223)
#B9F8E3
(185,248,227)
#C2F8E7
(194,248,231)
#CBF8EB
(203,248,235)
#D4F8EF
(212,248,239)
#DDF8F3
(221,248,243)
#E6F8F7
(230,248,247)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F8D3 color. Also use rgb(149,248,211) instead hex code.

Text Font Color

.myTextColor { color: #95F8D3; }

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

This text font color is #95F8D3.


Background Color

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

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

This div background color is #95F8D3.


Border color

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

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

This div border color is #95F8D3.


Opacity

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

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

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

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

This text has shadow with #95F8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F8D3 on black background.


Color preview on white background

This text has color #95F8D3 on white background.



Black color preview on #95F8D3 background

This text has black color on #95F8D3 background.


White color preview on #95F8D3 background

This text has white color on #95F8D3 background.