COLOR #81B5C0

HEX: #81B5C0 RGB: (129,181,192)

Color info

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

RGB color model

#81B5C0 color RGB value is (129,181,192).

RGB: (129,181,192) (51%, 71%, 75%)

RGB channels and saturation

R 129 of 255 = 51%
G 181 of 255 = 71%
B 192 of 255 = 75%

129
181
192

R + G + B ~ 66%. #81B5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 181 + 192 = 502 (100%)
R 129 of 502 ~ 25.7%
G 181 of 502 ~ 36.06%
B 192 of 502 ~ 38.25'%

%25.7
%36.06
%38.25

CMYK color model

#81B5C0 color CMYK value is (33,6,0,25).

  • cyan value is 32.81%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (33,6,0,25)
C33M6Y0K25 (33%, 6%, 0%, 25%)
(0.33 / 0.06 / 0.00 / 0.25)

CMYK percentages

%32.81
%5.73
%0
%24.71

Codes

Color #81B5C0 in popluar color models

81 B5 C0
RGB 129 181 192
HSL 190° 33.33% 62.94%
HSB/HSV 190° 32.81% 75.29%
CMYK 32.81% 5.73% 0.00%
24.71%

Color #81B5C0 in popluar number systems.

HEX 81 B5 C0
Decimal 129 181 192
Binary 10000001 10110101 11000000
Octal 201 265 300

Shades and tints

Shades of #81B5C0

#81B5C0
(129,181,192)
#76A5AF
(118,165,175)
#6B959E
(107,149,158)
#60858D
(96,133,141)
#55757C
(85,117,124)
#4A656B
(74,101,107)
#3F555A
(63,85,90)
#344549
(52,69,73)
#293538
(41,53,56)
#1E2527
(30,37,39)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #81B5C0

#81B5C0
(129,181,192)
#8CBBC5
(140,187,197)
#97C1CA
(151,193,202)
#A2C7CF
(162,199,207)
#ADCDD4
(173,205,212)
#B8D3D9
(184,211,217)
#C3D9DE
(195,217,222)
#CEDFE3
(206,223,227)
#D9E5E8
(217,229,232)
#E4EBED
(228,235,237)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81B5C0; }

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

This text font color is #81B5C0.

Background Color

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

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

This div background color is #81B5C0.

Border color

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

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

This div border color is #81B5C0.

Opacity

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

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

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

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

This text has shadow with #81B5C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B5C0.

Preview

Color preview on black background

This text has color #81B5C0 on black background.


Color preview on white background

This text has color #81B5C0 on white background.


Black color preview on #81B5C0 background

This text has black color on #81B5C0 background.


White color preview on #81B5C0 background

This text has white color on #81B5C0 background.


Related colors

Complementary color

Complementary color for #hex is #7E4A3F.


I love getcolorcode.com

Triadic colors

1 #C081B5 and #B5C081 with #81B5C0 are triadic colors.

2 #C0B581 and #B581C0 with #81B5C0 are triadic colors.