COLOR #81B9C8

HEX: #81B9C8
RGB: (129,185,200)

Color info

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

RGB color model

#81B9C8 color RGB value is (129,185,200).

  • red value is 129;
  • green value is 185;
  • blue value is 200.
RGB:
(129,185,200)
(51%,73%,78%)

RGB channels and saturation

R 129 of 255 = 51%
G 185 of 255 = 73%
B 200 of 255 = 78%

129
185
200

R + G + B ~ 67%. #81B9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 185 + 200 = 514 (100%)
R 129 of 514 ~ 25.1%
G 185 of 514 ~ 35.99%
B 200 of 514 ~ 38.91%

%25.1
%35.99
%38.91

CMYK color model

#81B9C8 color CMYK value is (36,8,0,22).

  • cyan value is 35.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(36,8,0,22)
C36M8Y0K22 
(36%,8%,0%,22%)
(0.36/0.08/0.00/0.22)	

CMYK percentages

%35.5
%7.5
%0
%21.57

Codes

Color #81B9C8 in popluar color models

81B9C8
RGB129185200
HSL193°39.23%64.51%
HSB/HSV193°35.50%78.43%
CMYK35.50%7.50%0.00%
21.57%

Color #81B9C8 in popluar number systems.

HEX81B9C8
Decimal129185200
Binary100000011011100111001000
Octal201271310

Shades and tints

Shades of #81B9C8

#81B9C8
(129,185,200)
#76A9B6
(118,169,182)
#6B99A4
(107,153,164)
#608992
(96,137,146)
#557980
(85,121,128)
#4A696E
(74,105,110)
#3F595C
(63,89,92)
#34494A
(52,73,74)
#293938
(41,57,56)
#1E2926
(30,41,38)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #81B9C8

#81B9C8
(129,185,200)
#8CBFCD
(140,191,205)
#97C5D2
(151,197,210)
#A2CBD7
(162,203,215)
#ADD1DC
(173,209,220)
#B8D7E1
(184,215,225)
#C3DDE6
(195,221,230)
#CEE3EB
(206,227,235)
#D9E9F0
(217,233,240)
#E4EFF5
(228,239,245)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B9C8 color. Also use rgb(129,185,200) instead hex code.

Text Font Color

.myTextColor { color: #81B9C8; }

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

This text font color is #81B9C8.


Background Color

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

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

This div background color is #81B9C8.


Border color

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

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

This div border color is #81B9C8.


Opacity

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

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

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

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

This text has shadow with #81B9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B9C8 on black background.


Color preview on white background

This text has color #81B9C8 on white background.



Black color preview on #81B9C8 background

This text has black color on #81B9C8 background.


White color preview on #81B9C8 background

This text has white color on #81B9C8 background.