COLOR #81B1C5

HEX: #81B1C5
RGB: (129,177,197)

Color info

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

RGB color model

#81B1C5 color RGB value is (129,177,197).

  • red value is 129;
  • green value is 177;
  • blue value is 197.
RGB:
(129,177,197)
(51%,69%,77%)

RGB channels and saturation

R 129 of 255 = 51%
G 177 of 255 = 69%
B 197 of 255 = 77%

129
177
197

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

Portions of RGB colors in percentages

R + G + B =
129 + 177 + 197 = 503 (100%)
R 129 of 503 ~ 25.65%
G 177 of 503 ~ 35.19%
B 197 of 503 ~ 39.17%

%25.65
%35.19
%39.17

CMYK color model

#81B1C5 color CMYK value is (35,10,0,23).

  • cyan value is 34.52%
  • magenta value is 10.15%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(35,10,0,23)
C35M10Y0K23 
(35%,10%,0%,23%)
(0.35/0.10/0.00/0.23)	

CMYK percentages

%34.52
%10.15
%0
%22.75

Codes

Color #81B1C5 in popluar color models

81B1C5
RGB129177197
HSL198°36.96%63.92%
HSB/HSV198°34.52%77.25%
CMYK34.52%10.15%0.00%
22.75%

Color #81B1C5 in popluar number systems.

HEX81B1C5
Decimal129177197
Binary100000011011000111000101
Octal201261305

Shades and tints

Shades of #81B1C5

#81B1C5
(129,177,197)
#76A1B4
(118,161,180)
#6B91A3
(107,145,163)
#608192
(96,129,146)
#557181
(85,113,129)
#4A6170
(74,97,112)
#3F515F
(63,81,95)
#34414E
(52,65,78)
#29313D
(41,49,61)
#1E212C
(30,33,44)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #81B1C5

#81B1C5
(129,177,197)
#8CB8CA
(140,184,202)
#97BFCF
(151,191,207)
#A2C6D4
(162,198,212)
#ADCDD9
(173,205,217)
#B8D4DE
(184,212,222)
#C3DBE3
(195,219,227)
#CEE2E8
(206,226,232)
#D9E9ED
(217,233,237)
#E4F0F2
(228,240,242)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B1C5 color. Also use rgb(129,177,197) instead hex code.

Text Font Color

.myTextColor { color: #81B1C5; }

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

This text font color is #81B1C5.


Background Color

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

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

This div background color is #81B1C5.


Border color

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

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

This div border color is #81B1C5.


Opacity

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

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

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

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

This text has shadow with #81B1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B1C5 on black background.


Color preview on white background

This text has color #81B1C5 on white background.



Black color preview on #81B1C5 background

This text has black color on #81B1C5 background.


White color preview on #81B1C5 background

This text has white color on #81B1C5 background.