COLOR #95EBDE

HEX: #95EBDE
RGB: (149,235,222)

Color info

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

RGB color model

#95EBDE color RGB value is (149,235,222).

  • red value is 149;
  • green value is 235;
  • blue value is 222.
RGB:
(149,235,222)
(58%,92%,87%)

RGB channels and saturation

R 149 of 255 = 58%
G 235 of 255 = 92%
B 222 of 255 = 87%

149
235
222

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

Portions of RGB colors in percentages

R + G + B =
149 + 235 + 222 = 606 (100%)
R 149 of 606 ~ 24.59%
G 235 of 606 ~ 38.78%
B 222 of 606 ~ 36.63%

%24.59
%38.78
%36.63

CMYK color model

#95EBDE color CMYK value is (37,0,6,8).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(37,0,6,8)
C37M0Y6K8 
(37%,0%,6%,8%)
(0.37/0.00/0.06/0.08)	

CMYK percentages

%36.6
%0
%5.53
%7.84

Codes

Color #95EBDE in popluar color models

95EBDE
RGB149235222
HSL171°68.25%75.29%
HSB/HSV171°36.60%92.16%
CMYK36.60%0.00%5.53%
7.84%

Color #95EBDE in popluar number systems.

HEX95EBDE
Decimal149235222
Binary100101011110101111011110
Octal225353336

Shades and tints

Shades of #95EBDE

#95EBDE
(149,235,222)
#88D6CA
(136,214,202)
#7BC1B6
(123,193,182)
#6EACA2
(110,172,162)
#61978E
(97,151,142)
#54827A
(84,130,122)
#476D66
(71,109,102)
#3A5852
(58,88,82)
#2D433E
(45,67,62)
#202E2A
(32,46,42)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #95EBDE

#95EBDE
(149,235,222)
#9EECE1
(158,236,225)
#A7EDE4
(167,237,228)
#B0EEE7
(176,238,231)
#B9EFEA
(185,239,234)
#C2F0ED
(194,240,237)
#CBF1F0
(203,241,240)
#D4F2F3
(212,242,243)
#DDF3F6
(221,243,246)
#E6F4F9
(230,244,249)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EBDE color. Also use rgb(149,235,222) instead hex code.

Text Font Color

.myTextColor { color: #95EBDE; }

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

This text font color is #95EBDE.


Background Color

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

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

This div background color is #95EBDE.


Border color

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

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

This div border color is #95EBDE.


Opacity

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

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

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

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

This text has shadow with #95EBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95EBDE on black background.


Color preview on white background

This text has color #95EBDE on white background.



Black color preview on #95EBDE background

This text has black color on #95EBDE background.


White color preview on #95EBDE background

This text has white color on #95EBDE background.