COLOR #81E5ED

HEX: #81E5ED
RGB: (129,229,237)

Color info

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

RGB color model

#81E5ED color RGB value is (129,229,237).

  • red value is 129;
  • green value is 229;
  • blue value is 237.
RGB:
(129,229,237)
(51%,90%,93%)

RGB channels and saturation

R 129 of 255 = 51%
G 229 of 255 = 90%
B 237 of 255 = 93%

129
229
237

R + G + B ~ 78%. #81E5ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 229 + 237 = 595 (100%)
R 129 of 595 ~ 21.68%
G 229 of 595 ~ 38.49%
B 237 of 595 ~ 39.83%

%21.68
%38.49
%39.83

CMYK color model

#81E5ED color CMYK value is (46,3,0,7).

  • cyan value is 45.57%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(46,3,0,7)
C46M3Y0K7 
(46%,3%,0%,7%)
(0.46/0.03/0.00/0.07)	

CMYK percentages

%45.57
%3.38
%0
%7.06

Codes

Color #81E5ED in popluar color models

81E5ED
RGB129229237
HSL184°75.00%71.76%
HSB/HSV184°45.57%92.94%
CMYK45.57%3.38%0.00%
7.06%

Color #81E5ED in popluar number systems.

HEX81E5ED
Decimal129229237
Binary100000011110010111101101
Octal201345355

Shades and tints

Shades of #81E5ED

#81E5ED
(129,229,237)
#76D1D8
(118,209,216)
#6BBDC3
(107,189,195)
#60A9AE
(96,169,174)
#559599
(85,149,153)
#4A8184
(74,129,132)
#3F6D6F
(63,109,111)
#34595A
(52,89,90)
#294545
(41,69,69)
#1E3130
(30,49,48)
#131D1B
(19,29,27)
#000000
(0,0,0)

Tints of #81E5ED

#81E5ED
(129,229,237)
#8CE7EE
(140,231,238)
#97E9EF
(151,233,239)
#A2EBF0
(162,235,240)
#ADEDF1
(173,237,241)
#B8EFF2
(184,239,242)
#C3F1F3
(195,241,243)
#CEF3F4
(206,243,244)
#D9F5F5
(217,245,245)
#E4F7F6
(228,247,246)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81E5ED color. Also use rgb(129,229,237) instead hex code.

Text Font Color

.myTextColor { color: #81E5ED; }

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

This text font color is #81E5ED.


Background Color

.myBgColor { background-color: #81E5ED; }

<div style="background-color:#81E5ED">Inner text</div>

This div background color is #81E5ED.


Border color

.myBorderColor { border: 1px solid #81E5ED; }

<div style="border:3px solid #81E5ED">Div</div>

This div border color is #81E5ED.


Opacity

.myOpacity80 { color: #81E5ED; opacity: 0.8; }

<p style="color:#81E5ED;opacity:0.8;">80%</p>

Text with #81E5ED 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 #81E5ED;}

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

This text has shadow with #81E5ED color.

.textShadow {text-shadow: 3px 3px 1px #81E5ED, 3px 3px 1px red;}

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

This text has shadow with #81E5ED primary color and red secondary color.


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

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

This text has shadow with #81E5ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81E5ED on black background.


Color preview on white background

This text has color #81E5ED on white background.



Black color preview on #81E5ED background

This text has black color on #81E5ED background.


White color preview on #81E5ED background

This text has white color on #81E5ED background.