COLOR #81C8E4

HEX: #81C8E4
RGB: (129,200,228)

Color info

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

RGB color model

#81C8E4 color RGB value is (129,200,228).

  • red value is 129;
  • green value is 200;
  • blue value is 228.
RGB:
(129,200,228)
(51%,78%,89%)

RGB channels and saturation

R 129 of 255 = 51%
G 200 of 255 = 78%
B 228 of 255 = 89%

129
200
228

R + G + B ~ 73%. #81C8E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 200 + 228 = 557 (100%)
R 129 of 557 ~ 23.16%
G 200 of 557 ~ 35.91%
B 228 of 557 ~ 40.93%

%23.16
%35.91
%40.93

CMYK color model

#81C8E4 color CMYK value is (43,12,0,11).

  • cyan value is 43.42%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(43,12,0,11)
C43M12Y0K11 
(43%,12%,0%,11%)
(0.43/0.12/0.00/0.11)	

CMYK percentages

%43.42
%12.28
%0
%10.59

Codes

Color #81C8E4 in popluar color models

81C8E4
RGB129200228
HSL197°64.71%70.00%
HSB/HSV197°43.42%89.41%
CMYK43.42%12.28%0.00%
10.59%

Color #81C8E4 in popluar number systems.

HEX81C8E4
Decimal129200228
Binary100000011100100011100100
Octal201310344

Shades and tints

Shades of #81C8E4

#81C8E4
(129,200,228)
#76B6D0
(118,182,208)
#6BA4BC
(107,164,188)
#6092A8
(96,146,168)
#558094
(85,128,148)
#4A6E80
(74,110,128)
#3F5C6C
(63,92,108)
#344A58
(52,74,88)
#293844
(41,56,68)
#1E2630
(30,38,48)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #81C8E4

#81C8E4
(129,200,228)
#8CCDE6
(140,205,230)
#97D2E8
(151,210,232)
#A2D7EA
(162,215,234)
#ADDCEC
(173,220,236)
#B8E1EE
(184,225,238)
#C3E6F0
(195,230,240)
#CEEBF2
(206,235,242)
#D9F0F4
(217,240,244)
#E4F5F6
(228,245,246)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C8E4 color. Also use rgb(129,200,228) instead hex code.

Text Font Color

.myTextColor { color: #81C8E4; }

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

This text font color is #81C8E4.


Background Color

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

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

This div background color is #81C8E4.


Border color

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

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

This div border color is #81C8E4.


Opacity

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

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

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

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

This text has shadow with #81C8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81C8E4 on black background.


Color preview on white background

This text has color #81C8E4 on white background.



Black color preview on #81C8E4 background

This text has black color on #81C8E4 background.


White color preview on #81C8E4 background

This text has white color on #81C8E4 background.