COLOR #95EEBD

HEX: #95EEBD
RGB: (149,238,189)

Color info

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

RGB color model

#95EEBD color RGB value is (149,238,189).

  • red value is 149;
  • green value is 238;
  • blue value is 189.
RGB:
(149,238,189)
(58%,93%,74%)

RGB channels and saturation

R 149 of 255 = 58%
G 238 of 255 = 93%
B 189 of 255 = 74%

149
238
189

R + G + B ~ 75%. #95EEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 238 + 189 = 576 (100%)
R 149 of 576 ~ 25.87%
G 238 of 576 ~ 41.32%
B 189 of 576 ~ 32.81%

%25.87
%41.32
%32.81

CMYK color model

#95EEBD color CMYK value is (37,0,21,7).

  • cyan value is 37.39%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(37,0,21,7)
C37M0Y21K7 
(37%,0%,21%,7%)
(0.37/0.00/0.21/0.07)	

CMYK percentages

%37.39
%0
%20.59
%6.67

Codes

Color #95EEBD in popluar color models

95EEBD
RGB149238189
HSL147°72.36%75.88%
HSB/HSV147°37.39%93.33%
CMYK37.39%0.00%20.59%
6.67%

Color #95EEBD in popluar number systems.

HEX95EEBD
Decimal149238189
Binary100101011110111010111101
Octal225356275

Shades and tints

Shades of #95EEBD

#95EEBD
(149,238,189)
#88D9AC
(136,217,172)
#7BC49B
(123,196,155)
#6EAF8A
(110,175,138)
#619A79
(97,154,121)
#548568
(84,133,104)
#477057
(71,112,87)
#3A5B46
(58,91,70)
#2D4635
(45,70,53)
#203124
(32,49,36)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #95EEBD

#95EEBD
(149,238,189)
#9EEFC3
(158,239,195)
#A7F0C9
(167,240,201)
#B0F1CF
(176,241,207)
#B9F2D5
(185,242,213)
#C2F3DB
(194,243,219)
#CBF4E1
(203,244,225)
#D4F5E7
(212,245,231)
#DDF6ED
(221,246,237)
#E6F7F3
(230,247,243)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EEBD color. Also use rgb(149,238,189) instead hex code.

Text Font Color

.myTextColor { color: #95EEBD; }

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

This text font color is #95EEBD.


Background Color

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

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

This div background color is #95EEBD.


Border color

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

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

This div border color is #95EEBD.


Opacity

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

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

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

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

This text has shadow with #95EEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95EEBD on black background.


Color preview on white background

This text has color #95EEBD on white background.



Black color preview on #95EEBD background

This text has black color on #95EEBD background.


White color preview on #95EEBD background

This text has white color on #95EEBD background.