COLOR #81B2C7

HEX: #81B2C7 RGB: (129,178,199)

Color info

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

RGB color model

#81B2C7 color RGB value is (129,178,199).

RGB: (129,178,199) (51%, 70%, 78%)

RGB channels and saturation

R 129 of 255 = 51%
G 178 of 255 = 70%
B 199 of 255 = 78%

129
178
199

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

Portions of RGB colors in percentages

R + G + B = 129 + 178 + 199 = 506 (100%)
R 129 of 506 ~ 25.49%
G 178 of 506 ~ 35.18%
B 199 of 506 ~ 39.33'%

%25.49
%35.18
%39.33

CMYK color model

#81B2C7 color CMYK value is (35,11,0,22).

  • cyan value is 35.18%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (35,11,0,22) C35M11Y0K22 (35%,11%,0%,22%) (0.35/0.11/0.00/0.22) 

CMYK percentages

%35.18
%10.55
%0
%21.96

Codes

Color #81B2C7 in popluar color models

81 B2 C7
RGB 129 178 199
HSL 198° 38.46% 64.31%
HSB/HSV 198° 35.18% 78.04%
CMYK 35.18% 10.55% 0.00%
21.96%

Color #81B2C7 in popluar number systems.

HEX 81 B2 C7
Decimal 129 178 199
Binary 10000001 10110010 11000111
Octal 201 262 307

Shades and tints

Shades of #81B2C7

#81B2C7
(129,178,199)
#76A2B5
(118,162,181)
#6B92A3
(107,146,163)
#608291
(96,130,145)
#55727F
(85,114,127)
#4A626D
(74,98,109)
#3F525B
(63,82,91)
#344249
(52,66,73)
#293237
(41,50,55)
#1E2225
(30,34,37)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #81B2C7

#81B2C7
(129,178,199)
#8CB9CC
(140,185,204)
#97C0D1
(151,192,209)
#A2C7D6
(162,199,214)
#ADCEDB
(173,206,219)
#B8D5E0
(184,213,224)
#C3DCE5
(195,220,229)
#CEE3EA
(206,227,234)
#D9EAEF
(217,234,239)
#E4F1F4
(228,241,244)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B2C7 color. Also use rgb(129,178,199) instead hex code.

Text Font Color

.myTextColor { color: #81B2C7; }

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

This text font color is #81B2C7.

Background Color

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

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

This div background color is #81B2C7.

Border color

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

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

This div border color is #81B2C7.

Opacity

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

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

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

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

This text has shadow with #81B2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B2C7.

Preview

Color preview on black background

This text has color #81B2C7 on black background.


Color preview on white background

This text has color #81B2C7 on white background.


Black color preview on #81B2C7 background

This text has black color on #81B2C7 background.


White color preview on #81B2C7 background

This text has white color on #81B2C7 background.


Related colors

Complementary color

Complementary color for #hex is #7E4D38.


I love getcolorcode.com

Triadic colors

1 #C781B2 and #B2C781 with #81B2C7 are triadic colors.

2 #C7B281 and #B281C7 with #81B2C7 are triadic colors.