COLOR #81B5D0

HEX: #81B5D0
RGB: (129,181,208)

Color info

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

RGB color model

#81B5D0 color RGB value is (129,181,208).

  • red value is 129;
  • green value is 181;
  • blue value is 208.
RGB:
(129,181,208)
(51%,71%,82%)

RGB channels and saturation

R 129 of 255 = 51%
G 181 of 255 = 71%
B 208 of 255 = 82%

129
181
208

R + G + B ~ 68%. #81B5D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 181 + 208 = 518 (100%)
R 129 of 518 ~ 24.9%
G 181 of 518 ~ 34.94%
B 208 of 518 ~ 40.15%

%24.9
%34.94
%40.15

CMYK color model

#81B5D0 color CMYK value is (38,13,0,18).

  • cyan value is 37.98%
  • magenta value is 12.98%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(38,13,0,18)
C38M13Y0K18 
(38%,13%,0%,18%)
(0.38/0.13/0.00/0.18)	

CMYK percentages

%37.98
%12.98
%0
%18.43

Codes

Color #81B5D0 in popluar color models

81B5D0
RGB129181208
HSL201°45.66%66.08%
HSB/HSV201°37.98%81.57%
CMYK37.98%12.98%0.00%
18.43%

Color #81B5D0 in popluar number systems.

HEX81B5D0
Decimal129181208
Binary100000011011010111010000
Octal201265320

Shades and tints

Shades of #81B5D0

#81B5D0
(129,181,208)
#76A5BE
(118,165,190)
#6B95AC
(107,149,172)
#60859A
(96,133,154)
#557588
(85,117,136)
#4A6576
(74,101,118)
#3F5564
(63,85,100)
#344552
(52,69,82)
#293540
(41,53,64)
#1E252E
(30,37,46)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #81B5D0

#81B5D0
(129,181,208)
#8CBBD4
(140,187,212)
#97C1D8
(151,193,216)
#A2C7DC
(162,199,220)
#ADCDE0
(173,205,224)
#B8D3E4
(184,211,228)
#C3D9E8
(195,217,232)
#CEDFEC
(206,223,236)
#D9E5F0
(217,229,240)
#E4EBF4
(228,235,244)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81B5D0; }

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

This text font color is #81B5D0.


Background Color

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

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

This div background color is #81B5D0.


Border color

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

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

This div border color is #81B5D0.


Opacity

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

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

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

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

This text has shadow with #81B5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B5D0 on black background.


Color preview on white background

This text has color #81B5D0 on white background.



Black color preview on #81B5D0 background

This text has black color on #81B5D0 background.


White color preview on #81B5D0 background

This text has white color on #81B5D0 background.