COLOR #81A5B4

HEX: #81A5B4
RGB: (129,165,180)

Color info

#81A5B4 contains red, green and blue colors in about the same proportion. Web safe color of #81A5B4 is #9999CC (or #99C).

RGB color model

#81A5B4 color RGB value is (129,165,180).

  • red value is 129;
  • green value is 165;
  • blue value is 180.
RGB:
(129,165,180)
(51%,65%,71%)

RGB channels and saturation

R 129 of 255 = 51%
G 165 of 255 = 65%
B 180 of 255 = 71%

129
165
180

R + G + B ~ 62%. #81A5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 165 + 180 = 474 (100%)
R 129 of 474 ~ 27.22%
G 165 of 474 ~ 34.81%
B 180 of 474 ~ 37.97%

%27.22
%34.81
%37.97

CMYK color model

#81A5B4 color CMYK value is (28,8,0,29).

  • cyan value is 28.33%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(28,8,0,29)
C28M8Y0K29 
(28%,8%,0%,29%)
(0.28/0.08/0.00/0.29)	

CMYK percentages

%28.33
%8.33
%0
%29.41

Codes

Color #81A5B4 in popluar color models

81A5B4
RGB129165180
HSL198°25.37%60.59%
HSB/HSV198°28.33%70.59%
CMYK28.33%8.33%0.00%
29.41%

Color #81A5B4 in popluar number systems.

HEX81A5B4
Decimal129165180
Binary100000011010010110110100
Octal201245264

Shades and tints

Shades of #81A5B4

#81A5B4
(129,165,180)
#7696A4
(118,150,164)
#6B8794
(107,135,148)
#607884
(96,120,132)
#556974
(85,105,116)
#4A5A64
(74,90,100)
#3F4B54
(63,75,84)
#343C44
(52,60,68)
#292D34
(41,45,52)
#1E1E24
(30,30,36)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #81A5B4

#81A5B4
(129,165,180)
#8CADBA
(140,173,186)
#97B5C0
(151,181,192)
#A2BDC6
(162,189,198)
#ADC5CC
(173,197,204)
#B8CDD2
(184,205,210)
#C3D5D8
(195,213,216)
#CEDDDE
(206,221,222)
#D9E5E4
(217,229,228)
#E4EDEA
(228,237,234)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81A5B4 color. Also use rgb(129,165,180) instead hex code.

Text Font Color

.myTextColor { color: #81A5B4; }

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

This text font color is #81A5B4.


Background Color

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

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

This div background color is #81A5B4.


Border color

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

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

This div border color is #81A5B4.


Opacity

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

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

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

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

This text has shadow with #81A5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81A5B4 on black background.


Color preview on white background

This text has color #81A5B4 on white background.



Black color preview on #81A5B4 background

This text has black color on #81A5B4 background.


White color preview on #81A5B4 background

This text has white color on #81A5B4 background.