COLOR #81D7F1

HEX: #81D7F1
RGB: (129,215,241)

Color info

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

RGB color model

#81D7F1 color RGB value is (129,215,241).

  • red value is 129;
  • green value is 215;
  • blue value is 241.
RGB:
(129,215,241)
(51%,84%,95%)

RGB channels and saturation

R 129 of 255 = 51%
G 215 of 255 = 84%
B 241 of 255 = 95%

129
215
241

R + G + B ~ 77%. #81D7F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 215 + 241 = 585 (100%)
R 129 of 585 ~ 22.05%
G 215 of 585 ~ 36.75%
B 241 of 585 ~ 41.2%

%22.05
%36.75
%41.2

CMYK color model

#81D7F1 color CMYK value is (46,11,0,5).

  • cyan value is 46.47%
  • magenta value is 10.79%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(46,11,0,5)
C46M11Y0K5 
(46%,11%,0%,5%)
(0.46/0.11/0.00/0.05)	

CMYK percentages

%46.47
%10.79
%0
%5.49

Codes

Color #81D7F1 in popluar color models

81D7F1
RGB129215241
HSL194°80.00%72.55%
HSB/HSV194°46.47%94.51%
CMYK46.47%10.79%0.00%
5.49%

Color #81D7F1 in popluar number systems.

HEX81D7F1
Decimal129215241
Binary100000011101011111110001
Octal201327361

Shades and tints

Shades of #81D7F1

#81D7F1
(129,215,241)
#76C4DC
(118,196,220)
#6BB1C7
(107,177,199)
#609EB2
(96,158,178)
#558B9D
(85,139,157)
#4A7888
(74,120,136)
#3F6573
(63,101,115)
#34525E
(52,82,94)
#293F49
(41,63,73)
#1E2C34
(30,44,52)
#13191F
(19,25,31)
#000000
(0,0,0)

Tints of #81D7F1

#81D7F1
(129,215,241)
#8CDAF2
(140,218,242)
#97DDF3
(151,221,243)
#A2E0F4
(162,224,244)
#ADE3F5
(173,227,245)
#B8E6F6
(184,230,246)
#C3E9F7
(195,233,247)
#CEECF8
(206,236,248)
#D9EFF9
(217,239,249)
#E4F2FA
(228,242,250)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D7F1 color. Also use rgb(129,215,241) instead hex code.

Text Font Color

.myTextColor { color: #81D7F1; }

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

This text font color is #81D7F1.


Background Color

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

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

This div background color is #81D7F1.


Border color

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

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

This div border color is #81D7F1.


Opacity

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

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

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

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

This text has shadow with #81D7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D7F1 on black background.


Color preview on white background

This text has color #81D7F1 on white background.



Black color preview on #81D7F1 background

This text has black color on #81D7F1 background.


White color preview on #81D7F1 background

This text has white color on #81D7F1 background.