COLOR #95E2E4

HEX: #95E2E4 RGB: (149,226,228)

Color info

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

RGB color model

#95E2E4 color RGB value is (149,226,228).

RGB: (149,226,228) (58%, 89%, 89%)

RGB channels and saturation

R 149 of 255 = 58%
G 226 of 255 = 89%
B 228 of 255 = 89%

149
226
228

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

Portions of RGB colors in percentages

R + G + B = 149 + 226 + 228 = 603 (100%)
R 149 of 603 ~ 24.71%
G 226 of 603 ~ 37.48%
B 228 of 603 ~ 37.81'%

%24.71
%37.48
%37.81

CMYK color model

#95E2E4 color CMYK value is (35,1,0,11).

  • cyan value is 34.65%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (35,1,0,11)
C35M1Y0K11 (35%, 1%, 0%, 11%)
(0.35 / 0.01 / 0.00 / 0.11)

CMYK percentages

%34.65
%0.88
%0
%10.59

Codes

Color #95E2E4 in popluar color models

95 E2 E4
RGB 149 226 228
HSL 182° 59.40% 73.92%
HSB/HSV 182° 34.65% 89.41%
CMYK 34.65% 0.88% 0.00%
10.59%

Color #95E2E4 in popluar number systems.

HEX 95 E2 E4
Decimal 149 226 228
Binary 10010101 11100010 11100100
Octal 225 342 344

Shades and tints

Shades of #95E2E4

#95E2E4
(149,226,228)
#88CED0
(136,206,208)
#7BBABC
(123,186,188)
#6EA6A8
(110,166,168)
#619294
(97,146,148)
#547E80
(84,126,128)
#476A6C
(71,106,108)
#3A5658
(58,86,88)
#2D4244
(45,66,68)
#202E30
(32,46,48)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #95E2E4

#95E2E4
(149,226,228)
#9EE4E6
(158,228,230)
#A7E6E8
(167,230,232)
#B0E8EA
(176,232,234)
#B9EAEC
(185,234,236)
#C2ECEE
(194,236,238)
#CBEEF0
(203,238,240)
#D4F0F2
(212,240,242)
#DDF2F4
(221,242,244)
#E6F4F6
(230,244,246)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E2E4 color. Also use rgb(149,226,228) instead hex code.

Text Font Color

.myTextColor { color: #95E2E4; }

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

This text font color is #95E2E4.

Background Color

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

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

This div background color is #95E2E4.

Border color

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

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

This div border color is #95E2E4.

Opacity

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

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

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

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

This text has shadow with #95E2E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95E2E4.

Preview

Color preview on black background

This text has color #95E2E4 on black background.


Color preview on white background

This text has color #95E2E4 on white background.


Black color preview on #95E2E4 background

This text has black color on #95E2E4 background.


White color preview on #95E2E4 background

This text has white color on #95E2E4 background.


Related colors

Complementary color

Complementary color for #hex is #6A1D1B.


I love getcolorcode.com

Triadic colors

1 #E495E2 and #E2E495 with #95E2E4 are triadic colors.

2 #E4E295 and #E295E4 with #95E2E4 are triadic colors.