COLOR #81B0C0

HEX: #81B0C0
RGB: (129,176,192)

Color info

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

RGB color model

#81B0C0 color RGB value is (129,176,192).

  • red value is 129;
  • green value is 176;
  • blue value is 192.
RGB:
(129,176,192)
(51%,69%,75%)

RGB channels and saturation

R 129 of 255 = 51%
G 176 of 255 = 69%
B 192 of 255 = 75%

129
176
192

R + G + B ~ 65%. #81B0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 176 + 192 = 497 (100%)
R 129 of 497 ~ 25.96%
G 176 of 497 ~ 35.41%
B 192 of 497 ~ 38.63%

%25.96
%35.41
%38.63

CMYK color model

#81B0C0 color CMYK value is (33,8,0,25).

  • cyan value is 32.81%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(33,8,0,25)
C33M8Y0K25 
(33%,8%,0%,25%)
(0.33/0.08/0.00/0.25)	

CMYK percentages

%32.81
%8.33
%0
%24.71

Codes

Color #81B0C0 in popluar color models

81B0C0
RGB129176192
HSL195°33.33%62.94%
HSB/HSV195°32.81%75.29%
CMYK32.81%8.33%0.00%
24.71%

Color #81B0C0 in popluar number systems.

HEX81B0C0
Decimal129176192
Binary100000011011000011000000
Octal201260300

Shades and tints

Shades of #81B0C0

#81B0C0
(129,176,192)
#76A0AF
(118,160,175)
#6B909E
(107,144,158)
#60808D
(96,128,141)
#55707C
(85,112,124)
#4A606B
(74,96,107)
#3F505A
(63,80,90)
#344049
(52,64,73)
#293038
(41,48,56)
#1E2027
(30,32,39)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #81B0C0

#81B0C0
(129,176,192)
#8CB7C5
(140,183,197)
#97BECA
(151,190,202)
#A2C5CF
(162,197,207)
#ADCCD4
(173,204,212)
#B8D3D9
(184,211,217)
#C3DADE
(195,218,222)
#CEE1E3
(206,225,227)
#D9E8E8
(217,232,232)
#E4EFED
(228,239,237)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B0C0 color. Also use rgb(129,176,192) instead hex code.

Text Font Color

.myTextColor { color: #81B0C0; }

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

This text font color is #81B0C0.


Background Color

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

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

This div background color is #81B0C0.


Border color

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

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

This div border color is #81B0C0.


Opacity

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

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

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

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

This text has shadow with #81B0C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B0C0 on black background.


Color preview on white background

This text has color #81B0C0 on white background.



Black color preview on #81B0C0 background

This text has black color on #81B0C0 background.


White color preview on #81B0C0 background

This text has white color on #81B0C0 background.