COLOR #95D6E0

HEX: #95D6E0
RGB: (149,214,224)

Color info

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

RGB color model

#95D6E0 color RGB value is (149,214,224).

  • red value is 149;
  • green value is 214;
  • blue value is 224.
RGB:
(149,214,224)
(58%,84%,88%)

RGB channels and saturation

R 149 of 255 = 58%
G 214 of 255 = 84%
B 224 of 255 = 88%

149
214
224

R + G + B ~ 77%. #95D6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 214 + 224 = 587 (100%)
R 149 of 587 ~ 25.38%
G 214 of 587 ~ 36.46%
B 224 of 587 ~ 38.16%

%25.38
%36.46
%38.16

CMYK color model

#95D6E0 color CMYK value is (33,4,0,12).

  • cyan value is 33.48%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(33,4,0,12)
C33M4Y0K12 
(33%,4%,0%,12%)
(0.33/0.04/0.00/0.12)	

CMYK percentages

%33.48
%4.46
%0
%12.16

Codes

Color #95D6E0 in popluar color models

95D6E0
RGB149214224
HSL188°54.74%73.14%
HSB/HSV188°33.48%87.84%
CMYK33.48%4.46%0.00%
12.16%

Color #95D6E0 in popluar number systems.

HEX95D6E0
Decimal149214224
Binary100101011101011011100000
Octal225326340

Shades and tints

Shades of #95D6E0

#95D6E0
(149,214,224)
#88C3CC
(136,195,204)
#7BB0B8
(123,176,184)
#6E9DA4
(110,157,164)
#618A90
(97,138,144)
#54777C
(84,119,124)
#476468
(71,100,104)
#3A5154
(58,81,84)
#2D3E40
(45,62,64)
#202B2C
(32,43,44)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #95D6E0

#95D6E0
(149,214,224)
#9ED9E2
(158,217,226)
#A7DCE4
(167,220,228)
#B0DFE6
(176,223,230)
#B9E2E8
(185,226,232)
#C2E5EA
(194,229,234)
#CBE8EC
(203,232,236)
#D4EBEE
(212,235,238)
#DDEEF0
(221,238,240)
#E6F1F2
(230,241,242)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D6E0 color. Also use rgb(149,214,224) instead hex code.

Text Font Color

.myTextColor { color: #95D6E0; }

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

This text font color is #95D6E0.


Background Color

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

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

This div background color is #95D6E0.


Border color

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

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

This div border color is #95D6E0.


Opacity

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

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

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

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

This text has shadow with #95D6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D6E0 on black background.


Color preview on white background

This text has color #95D6E0 on white background.



Black color preview on #95D6E0 background

This text has black color on #95D6E0 background.


White color preview on #95D6E0 background

This text has white color on #95D6E0 background.