COLOR #81DDE1

HEX: #81DDE1
RGB: (129,221,225)

Color info

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

RGB color model

#81DDE1 color RGB value is (129,221,225).

  • red value is 129;
  • green value is 221;
  • blue value is 225.
RGB:
(129,221,225)
(51%,87%,88%)

RGB channels and saturation

R 129 of 255 = 51%
G 221 of 255 = 87%
B 225 of 255 = 88%

129
221
225

R + G + B ~ 75%. #81DDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 221 + 225 = 575 (100%)
R 129 of 575 ~ 22.43%
G 221 of 575 ~ 38.43%
B 225 of 575 ~ 39.13%

%22.43
%38.43
%39.13

CMYK color model

#81DDE1 color CMYK value is (43,2,0,12).

  • cyan value is 42.67%
  • magenta value is 1.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(43,2,0,12)
C43M2Y0K12 
(43%,2%,0%,12%)
(0.43/0.02/0.00/0.12)	

CMYK percentages

%42.67
%1.78
%0
%11.76

Codes

Color #81DDE1 in popluar color models

81DDE1
RGB129221225
HSL183°61.54%69.41%
HSB/HSV183°42.67%88.24%
CMYK42.67%1.78%0.00%
11.76%

Color #81DDE1 in popluar number systems.

HEX81DDE1
Decimal129221225
Binary100000011101110111100001
Octal201335341

Shades and tints

Shades of #81DDE1

#81DDE1
(129,221,225)
#76C9CD
(118,201,205)
#6BB5B9
(107,181,185)
#60A1A5
(96,161,165)
#558D91
(85,141,145)
#4A797D
(74,121,125)
#3F6569
(63,101,105)
#345155
(52,81,85)
#293D41
(41,61,65)
#1E292D
(30,41,45)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #81DDE1

#81DDE1
(129,221,225)
#8CE0E3
(140,224,227)
#97E3E5
(151,227,229)
#A2E6E7
(162,230,231)
#ADE9E9
(173,233,233)
#B8ECEB
(184,236,235)
#C3EFED
(195,239,237)
#CEF2EF
(206,242,239)
#D9F5F1
(217,245,241)
#E4F8F3
(228,248,243)
#EFFBF5
(239,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81DDE1 color. Also use rgb(129,221,225) instead hex code.

Text Font Color

.myTextColor { color: #81DDE1; }

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

This text font color is #81DDE1.


Background Color

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

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

This div background color is #81DDE1.


Border color

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

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

This div border color is #81DDE1.


Opacity

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

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

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

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

This text has shadow with #81DDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81DDE1 on black background.


Color preview on white background

This text has color #81DDE1 on white background.



Black color preview on #81DDE1 background

This text has black color on #81DDE1 background.


White color preview on #81DDE1 background

This text has white color on #81DDE1 background.