COLOR #81C6D9

HEX: #81C6D9
RGB: (129,198,217)

Color info

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

RGB color model

#81C6D9 color RGB value is (129,198,217).

  • red value is 129;
  • green value is 198;
  • blue value is 217.
RGB:
(129,198,217)
(51%,78%,85%)

RGB channels and saturation

R 129 of 255 = 51%
G 198 of 255 = 78%
B 217 of 255 = 85%

129
198
217

R + G + B ~ 71%. #81C6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 198 + 217 = 544 (100%)
R 129 of 544 ~ 23.71%
G 198 of 544 ~ 36.4%
B 217 of 544 ~ 39.89%

%23.71
%36.4
%39.89

CMYK color model

#81C6D9 color CMYK value is (41,9,0,15).

  • cyan value is 40.55%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(41,9,0,15)
C41M9Y0K15 
(41%,9%,0%,15%)
(0.41/0.09/0.00/0.15)	

CMYK percentages

%40.55
%8.76
%0
%14.9

Codes

Color #81C6D9 in popluar color models

81C6D9
RGB129198217
HSL193°53.66%67.84%
HSB/HSV193°40.55%85.10%
CMYK40.55%8.76%0.00%
14.90%

Color #81C6D9 in popluar number systems.

HEX81C6D9
Decimal129198217
Binary100000011100011011011001
Octal201306331

Shades and tints

Shades of #81C6D9

#81C6D9
(129,198,217)
#76B4C6
(118,180,198)
#6BA2B3
(107,162,179)
#6090A0
(96,144,160)
#557E8D
(85,126,141)
#4A6C7A
(74,108,122)
#3F5A67
(63,90,103)
#344854
(52,72,84)
#293641
(41,54,65)
#1E242E
(30,36,46)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #81C6D9

#81C6D9
(129,198,217)
#8CCBDC
(140,203,220)
#97D0DF
(151,208,223)
#A2D5E2
(162,213,226)
#ADDAE5
(173,218,229)
#B8DFE8
(184,223,232)
#C3E4EB
(195,228,235)
#CEE9EE
(206,233,238)
#D9EEF1
(217,238,241)
#E4F3F4
(228,243,244)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C6D9 color. Also use rgb(129,198,217) instead hex code.

Text Font Color

.myTextColor { color: #81C6D9; }

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

This text font color is #81C6D9.


Background Color

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

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

This div background color is #81C6D9.


Border color

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

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

This div border color is #81C6D9.


Opacity

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

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

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

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

This text has shadow with #81C6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81C6D9 on black background.


Color preview on white background

This text has color #81C6D9 on white background.



Black color preview on #81C6D9 background

This text has black color on #81C6D9 background.


White color preview on #81C6D9 background

This text has white color on #81C6D9 background.