COLOR #81C7F0

HEX: #81C7F0 RGB: (129,199,240)

Color info

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

RGB color model

#81C7F0 color RGB value is (129,199,240).

RGB: (129,199,240) (51%, 78%, 94%)

RGB channels and saturation

R 129 of 255 = 51%
G 199 of 255 = 78%
B 240 of 255 = 94%

129
199
240

R + G + B ~ 74%. #81C7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 199 + 240 = 568 (100%)
R 129 of 568 ~ 22.71%
G 199 of 568 ~ 35.04%
B 240 of 568 ~ 42.25'%

%22.71
%35.04
%42.25

CMYK color model

#81C7F0 color CMYK value is (46,17,0,6).

  • cyan value is 46.25%
  • magenta value is 17.08%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (46,17,0,6)
C46M17Y0K6 (46%, 17%, 0%, 6%)
(0.46 / 0.17 / 0.00 / 0.06)

CMYK percentages

%46.25
%17.08
%0
%5.88

Codes

Color #81C7F0 in popluar color models

81 C7 F0
RGB 129 199 240
HSL 202° 78.72% 72.35%
HSB/HSV 202° 46.25% 94.12%
CMYK 46.25% 17.08% 0.00%
5.88%

Color #81C7F0 in popluar number systems.

HEX 81 C7 F0
Decimal 129 199 240
Binary 10000001 11000111 11110000
Octal 201 307 360

Shades and tints

Shades of #81C7F0

#81C7F0
(129,199,240)
#76B5DB
(118,181,219)
#6BA3C6
(107,163,198)
#6091B1
(96,145,177)
#557F9C
(85,127,156)
#4A6D87
(74,109,135)
#3F5B72
(63,91,114)
#34495D
(52,73,93)
#293748
(41,55,72)
#1E2533
(30,37,51)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #81C7F0

#81C7F0
(129,199,240)
#8CCCF1
(140,204,241)
#97D1F2
(151,209,242)
#A2D6F3
(162,214,243)
#ADDBF4
(173,219,244)
#B8E0F5
(184,224,245)
#C3E5F6
(195,229,246)
#CEEAF7
(206,234,247)
#D9EFF8
(217,239,248)
#E4F4F9
(228,244,249)
#EFF9FA
(239,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C7F0 color. Also use rgb(129,199,240) instead hex code.

Text Font Color

.myTextColor { color: #81C7F0; }

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

This text font color is #81C7F0.

Background Color

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

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

This div background color is #81C7F0.

Border color

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

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

This div border color is #81C7F0.

Opacity

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

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

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

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

This text has shadow with #81C7F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81C7F0.

Preview

Color preview on black background

This text has color #81C7F0 on black background.


Color preview on white background

This text has color #81C7F0 on white background.


Black color preview on #81C7F0 background

This text has black color on #81C7F0 background.


White color preview on #81C7F0 background

This text has white color on #81C7F0 background.


Related colors

Complementary color

Complementary color for #hex is #7E380F.


I love getcolorcode.com

Triadic colors

1 #F081C7 and #C7F081 with #81C7F0 are triadic colors.

2 #F0C781 and #C781F0 with #81C7F0 are triadic colors.