COLOR #81A6D6

HEX: #81A6D6
RGB: (129,166,214)

Color info

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

RGB color model

#81A6D6 color RGB value is (129,166,214).

  • red value is 129;
  • green value is 166;
  • blue value is 214.
RGB:
(129,166,214)
(51%,65%,84%)

RGB channels and saturation

R 129 of 255 = 51%
G 166 of 255 = 65%
B 214 of 255 = 84%

129
166
214

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

Portions of RGB colors in percentages

R + G + B =
129 + 166 + 214 = 509 (100%)
R 129 of 509 ~ 25.34%
G 166 of 509 ~ 32.61%
B 214 of 509 ~ 42.04%

%25.34
%32.61
%42.04

CMYK color model

#81A6D6 color CMYK value is (40,22,0,16).

  • cyan value is 39.72%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(40,22,0,16)
C40M22Y0K16 
(40%,22%,0%,16%)
(0.40/0.22/0.00/0.16)	

CMYK percentages

%39.72
%22.43
%0
%16.08

Codes

Color #81A6D6 in popluar color models

81A6D6
RGB129166214
HSL214°50.90%67.25%
HSB/HSV214°39.72%83.92%
CMYK39.72%22.43%0.00%
16.08%

Color #81A6D6 in popluar number systems.

HEX81A6D6
Decimal129166214
Binary100000011010011011010110
Octal201246326

Shades and tints

Shades of #81A6D6

#81A6D6
(129,166,214)
#7697C3
(118,151,195)
#6B88B0
(107,136,176)
#60799D
(96,121,157)
#556A8A
(85,106,138)
#4A5B77
(74,91,119)
#3F4C64
(63,76,100)
#343D51
(52,61,81)
#292E3E
(41,46,62)
#1E1F2B
(30,31,43)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #81A6D6

#81A6D6
(129,166,214)
#8CAED9
(140,174,217)
#97B6DC
(151,182,220)
#A2BEDF
(162,190,223)
#ADC6E2
(173,198,226)
#B8CEE5
(184,206,229)
#C3D6E8
(195,214,232)
#CEDEEB
(206,222,235)
#D9E6EE
(217,230,238)
#E4EEF1
(228,238,241)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81A6D6 color. Also use rgb(129,166,214) instead hex code.

Text Font Color

.myTextColor { color: #81A6D6; }

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

This text font color is #81A6D6.


Background Color

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

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

This div background color is #81A6D6.


Border color

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

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

This div border color is #81A6D6.


Opacity

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

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

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

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

This text has shadow with #81A6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81A6D6 on black background.


Color preview on white background

This text has color #81A6D6 on white background.



Black color preview on #81A6D6 background

This text has black color on #81A6D6 background.


White color preview on #81A6D6 background

This text has white color on #81A6D6 background.