COLOR #81AFF2

HEX: #81AFF2
RGB: (129,175,242)

Color info

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

RGB color model

#81AFF2 color RGB value is (129,175,242).

  • red value is 129;
  • green value is 175;
  • blue value is 242.
RGB:
(129,175,242)
(51%,69%,95%)

RGB channels and saturation

R 129 of 255 = 51%
G 175 of 255 = 69%
B 242 of 255 = 95%

129
175
242

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

Portions of RGB colors in percentages

R + G + B =
129 + 175 + 242 = 546 (100%)
R 129 of 546 ~ 23.63%
G 175 of 546 ~ 32.05%
B 242 of 546 ~ 44.32%

%23.63
%32.05
%44.32

CMYK color model

#81AFF2 color CMYK value is (47,28,0,5).

  • cyan value is 46.69%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(47,28,0,5)
C47M28Y0K5 
(47%,28%,0%,5%)
(0.47/0.28/0.00/0.05)	

CMYK percentages

%46.69
%27.69
%0
%5.1

Codes

Color #81AFF2 in popluar color models

81AFF2
RGB129175242
HSL216°81.29%72.75%
HSB/HSV216°46.69%94.90%
CMYK46.69%27.69%0.00%
5.10%

Color #81AFF2 in popluar number systems.

HEX81AFF2
Decimal129175242
Binary100000011010111111110010
Octal201257362

Shades and tints

Shades of #81AFF2

#81AFF2
(129,175,242)
#76A0DC
(118,160,220)
#6B91C6
(107,145,198)
#6082B0
(96,130,176)
#55739A
(85,115,154)
#4A6484
(74,100,132)
#3F556E
(63,85,110)
#344658
(52,70,88)
#293742
(41,55,66)
#1E282C
(30,40,44)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #81AFF2

#81AFF2
(129,175,242)
#8CB6F3
(140,182,243)
#97BDF4
(151,189,244)
#A2C4F5
(162,196,245)
#ADCBF6
(173,203,246)
#B8D2F7
(184,210,247)
#C3D9F8
(195,217,248)
#CEE0F9
(206,224,249)
#D9E7FA
(217,231,250)
#E4EEFB
(228,238,251)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81AFF2 color. Also use rgb(129,175,242) instead hex code.

Text Font Color

.myTextColor { color: #81AFF2; }

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

This text font color is #81AFF2.


Background Color

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

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

This div background color is #81AFF2.


Border color

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

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

This div border color is #81AFF2.


Opacity

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

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

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

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

This text has shadow with #81AFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81AFF2 on black background.


Color preview on white background

This text has color #81AFF2 on white background.



Black color preview on #81AFF2 background

This text has black color on #81AFF2 background.


White color preview on #81AFF2 background

This text has white color on #81AFF2 background.