COLOR #81A5C6

HEX: #81A5C6
RGB: (129,165,198)

Color info

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

RGB color model

#81A5C6 color RGB value is (129,165,198).

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

RGB channels and saturation

R 129 of 255 = 51%
G 165 of 255 = 65%
B 198 of 255 = 78%

129
165
198

R + G + B ~ 65%. #81A5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 165 + 198 = 492 (100%)
R 129 of 492 ~ 26.22%
G 165 of 492 ~ 33.54%
B 198 of 492 ~ 40.24%

%26.22
%33.54
%40.24

CMYK color model

#81A5C6 color CMYK value is (35,17,0,22).

  • cyan value is 34.85%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(35,17,0,22)
C35M17Y0K22 
(35%,17%,0%,22%)
(0.35/0.17/0.00/0.22)	

CMYK percentages

%34.85
%16.67
%0
%22.35

Codes

Color #81A5C6 in popluar color models

81A5C6
RGB129165198
HSL209°37.70%64.12%
HSB/HSV209°34.85%77.65%
CMYK34.85%16.67%0.00%
22.35%

Color #81A5C6 in popluar number systems.

HEX81A5C6
Decimal129165198
Binary100000011010010111000110
Octal201245306

Shades and tints

Shades of #81A5C6

#81A5C6
(129,165,198)
#7696B4
(118,150,180)
#6B87A2
(107,135,162)
#607890
(96,120,144)
#55697E
(85,105,126)
#4A5A6C
(74,90,108)
#3F4B5A
(63,75,90)
#343C48
(52,60,72)
#292D36
(41,45,54)
#1E1E24
(30,30,36)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #81A5C6

#81A5C6
(129,165,198)
#8CADCB
(140,173,203)
#97B5D0
(151,181,208)
#A2BDD5
(162,189,213)
#ADC5DA
(173,197,218)
#B8CDDF
(184,205,223)
#C3D5E4
(195,213,228)
#CEDDE9
(206,221,233)
#D9E5EE
(217,229,238)
#E4EDF3
(228,237,243)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81A5C6; }

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

This text font color is #81A5C6.


Background Color

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

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

This div background color is #81A5C6.


Border color

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

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

This div border color is #81A5C6.


Opacity

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

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

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

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

This text has shadow with #81A5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81A5C6 on black background.


Color preview on white background

This text has color #81A5C6 on white background.



Black color preview on #81A5C6 background

This text has black color on #81A5C6 background.


White color preview on #81A5C6 background

This text has white color on #81A5C6 background.