COLOR #95D7DF

HEX: #95D7DF
RGB: (149,215,223)

Color info

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

RGB color model

#95D7DF color RGB value is (149,215,223).

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

RGB channels and saturation

R 149 of 255 = 58%
G 215 of 255 = 84%
B 223 of 255 = 87%

149
215
223

R + G + B ~ 76%. #95D7DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 215 + 223 = 587 (100%)
R 149 of 587 ~ 25.38%
G 215 of 587 ~ 36.63%
B 223 of 587 ~ 37.99%

%25.38
%36.63
%37.99

CMYK color model

#95D7DF color CMYK value is (33,4,0,13).

  • cyan value is 33.18%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(33,4,0,13)
C33M4Y0K13 
(33%,4%,0%,13%)
(0.33/0.04/0.00/0.13)	

CMYK percentages

%33.18
%3.59
%0
%12.55

Codes

Color #95D7DF in popluar color models

95D7DF
RGB149215223
HSL186°53.62%72.94%
HSB/HSV186°33.18%87.45%
CMYK33.18%3.59%0.00%
12.55%

Color #95D7DF in popluar number systems.

HEX95D7DF
Decimal149215223
Binary100101011101011111011111
Octal225327337

Shades and tints

Shades of #95D7DF

#95D7DF
(149,215,223)
#88C4CB
(136,196,203)
#7BB1B7
(123,177,183)
#6E9EA3
(110,158,163)
#618B8F
(97,139,143)
#54787B
(84,120,123)
#476567
(71,101,103)
#3A5253
(58,82,83)
#2D3F3F
(45,63,63)
#202C2B
(32,44,43)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #95D7DF

#95D7DF
(149,215,223)
#9EDAE1
(158,218,225)
#A7DDE3
(167,221,227)
#B0E0E5
(176,224,229)
#B9E3E7
(185,227,231)
#C2E6E9
(194,230,233)
#CBE9EB
(203,233,235)
#D4ECED
(212,236,237)
#DDEFEF
(221,239,239)
#E6F2F1
(230,242,241)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95D7DF; }

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

This text font color is #95D7DF.


Background Color

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

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

This div background color is #95D7DF.


Border color

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

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

This div border color is #95D7DF.


Opacity

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

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

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

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

This text has shadow with #95D7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D7DF on black background.


Color preview on white background

This text has color #95D7DF on white background.



Black color preview on #95D7DF background

This text has black color on #95D7DF background.


White color preview on #95D7DF background

This text has white color on #95D7DF background.