COLOR #81AFD0

HEX: #81AFD0
RGB: (129,175,208)

Color info

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

RGB color model

#81AFD0 color RGB value is (129,175,208).

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

RGB channels and saturation

R 129 of 255 = 51%
G 175 of 255 = 69%
B 208 of 255 = 82%

129
175
208

R + G + B ~ 67%. #81AFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 175 + 208 = 512 (100%)
R 129 of 512 ~ 25.2%
G 175 of 512 ~ 34.18%
B 208 of 512 ~ 40.63%

%25.2
%34.18
%40.63

CMYK color model

#81AFD0 color CMYK value is (38,16,0,18).

  • cyan value is 37.98%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(38,16,0,18)
C38M16Y0K18 
(38%,16%,0%,18%)
(0.38/0.16/0.00/0.18)	

CMYK percentages

%37.98
%15.87
%0
%18.43

Codes

Color #81AFD0 in popluar color models

81AFD0
RGB129175208
HSL205°45.66%66.08%
HSB/HSV205°37.98%81.57%
CMYK37.98%15.87%0.00%
18.43%

Color #81AFD0 in popluar number systems.

HEX81AFD0
Decimal129175208
Binary100000011010111111010000
Octal201257320

Shades and tints

Shades of #81AFD0

#81AFD0
(129,175,208)
#76A0BE
(118,160,190)
#6B91AC
(107,145,172)
#60829A
(96,130,154)
#557388
(85,115,136)
#4A6476
(74,100,118)
#3F5564
(63,85,100)
#344652
(52,70,82)
#293740
(41,55,64)
#1E282E
(30,40,46)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #81AFD0

#81AFD0
(129,175,208)
#8CB6D4
(140,182,212)
#97BDD8
(151,189,216)
#A2C4DC
(162,196,220)
#ADCBE0
(173,203,224)
#B8D2E4
(184,210,228)
#C3D9E8
(195,217,232)
#CEE0EC
(206,224,236)
#D9E7F0
(217,231,240)
#E4EEF4
(228,238,244)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81AFD0; }

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

This text font color is #81AFD0.


Background Color

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

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

This div background color is #81AFD0.


Border color

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

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

This div border color is #81AFD0.


Opacity

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

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

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

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

This text has shadow with #81AFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81AFD0 on black background.


Color preview on white background

This text has color #81AFD0 on white background.



Black color preview on #81AFD0 background

This text has black color on #81AFD0 background.


White color preview on #81AFD0 background

This text has white color on #81AFD0 background.