COLOR #95F1DD

HEX: #95F1DD
RGB: (149,241,221)

Color info

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

RGB color model

#95F1DD color RGB value is (149,241,221).

  • red value is 149;
  • green value is 241;
  • blue value is 221.
RGB:
(149,241,221)
(58%,95%,87%)

RGB channels and saturation

R 149 of 255 = 58%
G 241 of 255 = 95%
B 221 of 255 = 87%

149
241
221

R + G + B ~ 80%. #95F1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 241 + 221 = 611 (100%)
R 149 of 611 ~ 24.39%
G 241 of 611 ~ 39.44%
B 221 of 611 ~ 36.17%

%24.39
%39.44
%36.17

CMYK color model

#95F1DD color CMYK value is (38,0,8,5).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(38,0,8,5)
C38M0Y8K5 
(38%,0%,8%,5%)
(0.38/0.00/0.08/0.05)	

CMYK percentages

%38.17
%0
%8.3
%5.49

Codes

Color #95F1DD in popluar color models

95F1DD
RGB149241221
HSL167°76.67%76.47%
HSB/HSV167°38.17%94.51%
CMYK38.17%0.00%8.30%
5.49%

Color #95F1DD in popluar number systems.

HEX95F1DD
Decimal149241221
Binary100101011111000111011101
Octal225361335

Shades and tints

Shades of #95F1DD

#95F1DD
(149,241,221)
#88DCC9
(136,220,201)
#7BC7B5
(123,199,181)
#6EB2A1
(110,178,161)
#619D8D
(97,157,141)
#548879
(84,136,121)
#477365
(71,115,101)
#3A5E51
(58,94,81)
#2D493D
(45,73,61)
#203429
(32,52,41)
#131F15
(19,31,21)
#000000
(0,0,0)

Tints of #95F1DD

#95F1DD
(149,241,221)
#9EF2E0
(158,242,224)
#A7F3E3
(167,243,227)
#B0F4E6
(176,244,230)
#B9F5E9
(185,245,233)
#C2F6EC
(194,246,236)
#CBF7EF
(203,247,239)
#D4F8F2
(212,248,242)
#DDF9F5
(221,249,245)
#E6FAF8
(230,250,248)
#EFFBFB
(239,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F1DD color. Also use rgb(149,241,221) instead hex code.

Text Font Color

.myTextColor { color: #95F1DD; }

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

This text font color is #95F1DD.


Background Color

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

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

This div background color is #95F1DD.


Border color

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

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

This div border color is #95F1DD.


Opacity

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

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

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

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

This text has shadow with #95F1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F1DD on black background.


Color preview on white background

This text has color #95F1DD on white background.



Black color preview on #95F1DD background

This text has black color on #95F1DD background.


White color preview on #95F1DD background

This text has white color on #95F1DD background.