COLOR #81AFD3

HEX: #81AFD3
RGB: (129,175,211)

Color info

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

RGB color model

#81AFD3 color RGB value is (129,175,211).

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

RGB channels and saturation

R 129 of 255 = 51%
G 175 of 255 = 69%
B 211 of 255 = 83%

129
175
211

R + G + B ~ 68%. #81AFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 175 + 211 = 515 (100%)
R 129 of 515 ~ 25.05%
G 175 of 515 ~ 33.98%
B 211 of 515 ~ 40.97%

%25.05
%33.98
%40.97

CMYK color model

#81AFD3 color CMYK value is (39,17,0,17).

  • cyan value is 38.86%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(39,17,0,17)
C39M17Y0K17 
(39%,17%,0%,17%)
(0.39/0.17/0.00/0.17)	

CMYK percentages

%38.86
%17.06
%0
%17.25

Codes

Color #81AFD3 in popluar color models

81AFD3
RGB129175211
HSL206°48.24%66.67%
HSB/HSV206°38.86%82.75%
CMYK38.86%17.06%0.00%
17.25%

Color #81AFD3 in popluar number systems.

HEX81AFD3
Decimal129175211
Binary100000011010111111010011
Octal201257323

Shades and tints

Shades of #81AFD3

#81AFD3
(129,175,211)
#76A0C0
(118,160,192)
#6B91AD
(107,145,173)
#60829A
(96,130,154)
#557387
(85,115,135)
#4A6474
(74,100,116)
#3F5561
(63,85,97)
#34464E
(52,70,78)
#29373B
(41,55,59)
#1E2828
(30,40,40)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #81AFD3

#81AFD3
(129,175,211)
#8CB6D7
(140,182,215)
#97BDDB
(151,189,219)
#A2C4DF
(162,196,223)
#ADCBE3
(173,203,227)
#B8D2E7
(184,210,231)
#C3D9EB
(195,217,235)
#CEE0EF
(206,224,239)
#D9E7F3
(217,231,243)
#E4EEF7
(228,238,247)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81AFD3; }

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

This text font color is #81AFD3.


Background Color

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

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

This div background color is #81AFD3.


Border color

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

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

This div border color is #81AFD3.


Opacity

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

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

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

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

This text has shadow with #81AFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81AFD3 on black background.


Color preview on white background

This text has color #81AFD3 on white background.



Black color preview on #81AFD3 background

This text has black color on #81AFD3 background.


White color preview on #81AFD3 background

This text has white color on #81AFD3 background.