COLOR #81B6D6

HEX: #81B6D6
RGB: (129,182,214)

Color info

#81B6D6 contains mainly green and blue colors. Web safe color of #81B6D6 is #99CCCC (or #9CC).

RGB color model

#81B6D6 color RGB value is (129,182,214).

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

RGB channels and saturation

R 129 of 255 = 51%
G 182 of 255 = 71%
B 214 of 255 = 84%

129
182
214

R + G + B ~ 69%. #81B6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 182 + 214 = 525 (100%)
R 129 of 525 ~ 24.57%
G 182 of 525 ~ 34.67%
B 214 of 525 ~ 40.76%

%24.57
%34.67
%40.76

CMYK color model

#81B6D6 color CMYK value is (40,15,0,16).

  • cyan value is 39.72%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(40,15,0,16)
C40M15Y0K16 
(40%,15%,0%,16%)
(0.40/0.15/0.00/0.16)	

CMYK percentages

%39.72
%14.95
%0
%16.08

Codes

Color #81B6D6 in popluar color models

81B6D6
RGB129182214
HSL203°50.90%67.25%
HSB/HSV203°39.72%83.92%
CMYK39.72%14.95%0.00%
16.08%

Color #81B6D6 in popluar number systems.

HEX81B6D6
Decimal129182214
Binary100000011011011011010110
Octal201266326

Shades and tints

Shades of #81B6D6

#81B6D6
(129,182,214)
#76A6C3
(118,166,195)
#6B96B0
(107,150,176)
#60869D
(96,134,157)
#55768A
(85,118,138)
#4A6677
(74,102,119)
#3F5664
(63,86,100)
#344651
(52,70,81)
#29363E
(41,54,62)
#1E262B
(30,38,43)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #81B6D6

#81B6D6
(129,182,214)
#8CBCD9
(140,188,217)
#97C2DC
(151,194,220)
#A2C8DF
(162,200,223)
#ADCEE2
(173,206,226)
#B8D4E5
(184,212,229)
#C3DAE8
(195,218,232)
#CEE0EB
(206,224,235)
#D9E6EE
(217,230,238)
#E4ECF1
(228,236,241)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81B6D6; }

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

This text font color is #81B6D6.


Background Color

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

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

This div background color is #81B6D6.


Border color

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

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

This div border color is #81B6D6.


Opacity

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

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

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

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

This text has shadow with #81B6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B6D6 on black background.


Color preview on white background

This text has color #81B6D6 on white background.



Black color preview on #81B6D6 background

This text has black color on #81B6D6 background.


White color preview on #81B6D6 background

This text has white color on #81B6D6 background.