COLOR #81AEE6

HEX: #81AEE6
RGB: (129,174,230)

Color info

#81AEE6 contains mainly green and blue colors. Web safe color of #81AEE6 is #9999CC (or #99C).

RGB color model

#81AEE6 color RGB value is (129,174,230).

  • red value is 129;
  • green value is 174;
  • blue value is 230.
RGB:
(129,174,230)
(51%,68%,90%)

RGB channels and saturation

R 129 of 255 = 51%
G 174 of 255 = 68%
B 230 of 255 = 90%

129
174
230

R + G + B ~ 70%. #81AEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 174 + 230 = 533 (100%)
R 129 of 533 ~ 24.2%
G 174 of 533 ~ 32.65%
B 230 of 533 ~ 43.15%

%24.2
%32.65
%43.15

CMYK color model

#81AEE6 color CMYK value is (44,24,0,10).

  • cyan value is 43.91%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(44,24,0,10)
C44M24Y0K10 
(44%,24%,0%,10%)
(0.44/0.24/0.00/0.10)	

CMYK percentages

%43.91
%24.35
%0
%9.8

Codes

Color #81AEE6 in popluar color models

81AEE6
RGB129174230
HSL213°66.89%70.39%
HSB/HSV213°43.91%90.20%
CMYK43.91%24.35%0.00%
9.80%

Color #81AEE6 in popluar number systems.

HEX81AEE6
Decimal129174230
Binary100000011010111011100110
Octal201256346

Shades and tints

Shades of #81AEE6

#81AEE6
(129,174,230)
#769FD2
(118,159,210)
#6B90BE
(107,144,190)
#6081AA
(96,129,170)
#557296
(85,114,150)
#4A6382
(74,99,130)
#3F546E
(63,84,110)
#34455A
(52,69,90)
#293646
(41,54,70)
#1E2732
(30,39,50)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #81AEE6

#81AEE6
(129,174,230)
#8CB5E8
(140,181,232)
#97BCEA
(151,188,234)
#A2C3EC
(162,195,236)
#ADCAEE
(173,202,238)
#B8D1F0
(184,209,240)
#C3D8F2
(195,216,242)
#CEDFF4
(206,223,244)
#D9E6F6
(217,230,246)
#E4EDF8
(228,237,248)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81AEE6 color. Also use rgb(129,174,230) instead hex code.

Text Font Color

.myTextColor { color: #81AEE6; }

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

This text font color is #81AEE6.


Background Color

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

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

This div background color is #81AEE6.


Border color

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

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

This div border color is #81AEE6.


Opacity

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

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

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

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

This text has shadow with #81AEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81AEE6 on black background.


Color preview on white background

This text has color #81AEE6 on white background.



Black color preview on #81AEE6 background

This text has black color on #81AEE6 background.


White color preview on #81AEE6 background

This text has white color on #81AEE6 background.