COLOR #81A3C7

HEX: #81A3C7
RGB: (129,163,199)

Color info

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

RGB color model

#81A3C7 color RGB value is (129,163,199).

  • red value is 129;
  • green value is 163;
  • blue value is 199.
RGB:
(129,163,199)
(51%,64%,78%)

RGB channels and saturation

R 129 of 255 = 51%
G 163 of 255 = 64%
B 199 of 255 = 78%

129
163
199

R + G + B ~ 64%. #81A3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 163 + 199 = 491 (100%)
R 129 of 491 ~ 26.27%
G 163 of 491 ~ 33.2%
B 199 of 491 ~ 40.53%

%26.27
%33.2
%40.53

CMYK color model

#81A3C7 color CMYK value is (35,18,0,22).

  • cyan value is 35.18%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(35,18,0,22)
C35M18Y0K22 
(35%,18%,0%,22%)
(0.35/0.18/0.00/0.22)	

CMYK percentages

%35.18
%18.09
%0
%21.96

Codes

Color #81A3C7 in popluar color models

81A3C7
RGB129163199
HSL211°38.46%64.31%
HSB/HSV211°35.18%78.04%
CMYK35.18%18.09%0.00%
21.96%

Color #81A3C7 in popluar number systems.

HEX81A3C7
Decimal129163199
Binary100000011010001111000111
Octal201243307

Shades and tints

Shades of #81A3C7

#81A3C7
(129,163,199)
#7695B5
(118,149,181)
#6B87A3
(107,135,163)
#607991
(96,121,145)
#556B7F
(85,107,127)
#4A5D6D
(74,93,109)
#3F4F5B
(63,79,91)
#344149
(52,65,73)
#293337
(41,51,55)
#1E2525
(30,37,37)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #81A3C7

#81A3C7
(129,163,199)
#8CABCC
(140,171,204)
#97B3D1
(151,179,209)
#A2BBD6
(162,187,214)
#ADC3DB
(173,195,219)
#B8CBE0
(184,203,224)
#C3D3E5
(195,211,229)
#CEDBEA
(206,219,234)
#D9E3EF
(217,227,239)
#E4EBF4
(228,235,244)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81A3C7 color. Also use rgb(129,163,199) instead hex code.

Text Font Color

.myTextColor { color: #81A3C7; }

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

This text font color is #81A3C7.


Background Color

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

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

This div background color is #81A3C7.


Border color

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

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

This div border color is #81A3C7.


Opacity

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

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

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

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

This text has shadow with #81A3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81A3C7 on black background.


Color preview on white background

This text has color #81A3C7 on white background.



Black color preview on #81A3C7 background

This text has black color on #81A3C7 background.


White color preview on #81A3C7 background

This text has white color on #81A3C7 background.