COLOR #95DFE8

HEX: #95DFE8
RGB: (149,223,232)

Color info

#95DFE8 contains mainly green and blue colors. Web safe color of #95DFE8 is #99CCFF (or #9CF).

RGB color model

#95DFE8 color RGB value is (149,223,232).

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

RGB channels and saturation

R 149 of 255 = 58%
G 223 of 255 = 87%
B 232 of 255 = 91%

149
223
232

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

Portions of RGB colors in percentages

R + G + B =
149 + 223 + 232 = 604 (100%)
R 149 of 604 ~ 24.67%
G 223 of 604 ~ 36.92%
B 232 of 604 ~ 38.41%

%24.67
%36.92
%38.41

CMYK color model

#95DFE8 color CMYK value is (36,4,0,9).

  • cyan value is 35.78%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(36,4,0,9)
C36M4Y0K9 
(36%,4%,0%,9%)
(0.36/0.04/0.00/0.09)	

CMYK percentages

%35.78
%3.88
%0
%9.02

Codes

Color #95DFE8 in popluar color models

95DFE8
RGB149223232
HSL187°64.34%74.71%
HSB/HSV187°35.78%90.98%
CMYK35.78%3.88%0.00%
9.02%

Color #95DFE8 in popluar number systems.

HEX95DFE8
Decimal149223232
Binary100101011101111111101000
Octal225337350

Shades and tints

Shades of #95DFE8

#95DFE8
(149,223,232)
#88CBD3
(136,203,211)
#7BB7BE
(123,183,190)
#6EA3A9
(110,163,169)
#618F94
(97,143,148)
#547B7F
(84,123,127)
#47676A
(71,103,106)
#3A5355
(58,83,85)
#2D3F40
(45,63,64)
#202B2B
(32,43,43)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #95DFE8

#95DFE8
(149,223,232)
#9EE1EA
(158,225,234)
#A7E3EC
(167,227,236)
#B0E5EE
(176,229,238)
#B9E7F0
(185,231,240)
#C2E9F2
(194,233,242)
#CBEBF4
(203,235,244)
#D4EDF6
(212,237,246)
#DDEFF8
(221,239,248)
#E6F1FA
(230,241,250)
#EFF3FC
(239,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DFE8; }

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

This text font color is #95DFE8.


Background Color

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

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

This div background color is #95DFE8.


Border color

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

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

This div border color is #95DFE8.


Opacity

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

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

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

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

This text has shadow with #95DFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DFE8 on black background.


Color preview on white background

This text has color #95DFE8 on white background.



Black color preview on #95DFE8 background

This text has black color on #95DFE8 background.


White color preview on #95DFE8 background

This text has white color on #95DFE8 background.