COLOR #81ADF6

HEX: #81ADF6
RGB: (129,173,246)

Color info

#81ADF6 contains mainly blue color. Web safe color of #81ADF6 is #9999FF (or #99F).

RGB color model

#81ADF6 color RGB value is (129,173,246).

  • red value is 129;
  • green value is 173;
  • blue value is 246.
RGB:
(129,173,246)
(51%,68%,96%)

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 246 of 255 = 96%

129
173
246

R + G + B ~ 72%. #81ADF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 173 + 246 = 548 (100%)
R 129 of 548 ~ 23.54%
G 173 of 548 ~ 31.57%
B 246 of 548 ~ 44.89%

%23.54
%31.57
%44.89

CMYK color model

#81ADF6 color CMYK value is (48,30,0,4).

  • cyan value is 47.56%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(48,30,0,4)
C48M30Y0K4 
(48%,30%,0%,4%)
(0.48/0.30/0.00/0.04)	

CMYK percentages

%47.56
%29.67
%0
%3.53

Codes

Color #81ADF6 in popluar color models

81ADF6
RGB129173246
HSL217°86.67%73.53%
HSB/HSV217°47.56%96.47%
CMYK47.56%29.67%0.00%
3.53%

Color #81ADF6 in popluar number systems.

HEX81ADF6
Decimal129173246
Binary100000011010110111110110
Octal201255366

Shades and tints

Shades of #81ADF6

#81ADF6
(129,173,246)
#769EE0
(118,158,224)
#6B8FCA
(107,143,202)
#6080B4
(96,128,180)
#55719E
(85,113,158)
#4A6288
(74,98,136)
#3F5372
(63,83,114)
#34445C
(52,68,92)
#293546
(41,53,70)
#1E2630
(30,38,48)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #81ADF6

#81ADF6
(129,173,246)
#8CB4F6
(140,180,246)
#97BBF6
(151,187,246)
#A2C2F6
(162,194,246)
#ADC9F6
(173,201,246)
#B8D0F6
(184,208,246)
#C3D7F6
(195,215,246)
#CEDEF6
(206,222,246)
#D9E5F6
(217,229,246)
#E4ECF6
(228,236,246)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81ADF6 color. Also use rgb(129,173,246) instead hex code.

Text Font Color

.myTextColor { color: #81ADF6; }

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

This text font color is #81ADF6.


Background Color

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

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

This div background color is #81ADF6.


Border color

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

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

This div border color is #81ADF6.


Opacity

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

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

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

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

This text has shadow with #81ADF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81ADF6 on black background.


Color preview on white background

This text has color #81ADF6 on white background.



Black color preview on #81ADF6 background

This text has black color on #81ADF6 background.


White color preview on #81ADF6 background

This text has white color on #81ADF6 background.