COLOR #81ADC0

HEX: #81ADC0
RGB: (129,173,192)

Color info

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

RGB color model

#81ADC0 color RGB value is (129,173,192).

  • red value is 129;
  • green value is 173;
  • blue value is 192.
RGB:
(129,173,192)
(51%,68%,75%)

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 192 of 255 = 75%

129
173
192

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

Portions of RGB colors in percentages

R + G + B =
129 + 173 + 192 = 494 (100%)
R 129 of 494 ~ 26.11%
G 173 of 494 ~ 35.02%
B 192 of 494 ~ 38.87%

%26.11
%35.02
%38.87

CMYK color model

#81ADC0 color CMYK value is (33,10,0,25).

  • cyan value is 32.81%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(33,10,0,25)
C33M10Y0K25 
(33%,10%,0%,25%)
(0.33/0.10/0.00/0.25)	

CMYK percentages

%32.81
%9.9
%0
%24.71

Codes

Color #81ADC0 in popluar color models

81ADC0
RGB129173192
HSL198°33.33%62.94%
HSB/HSV198°32.81%75.29%
CMYK32.81%9.90%0.00%
24.71%

Color #81ADC0 in popluar number systems.

HEX81ADC0
Decimal129173192
Binary100000011010110111000000
Octal201255300

Shades and tints

Shades of #81ADC0

#81ADC0
(129,173,192)
#769EAF
(118,158,175)
#6B8F9E
(107,143,158)
#60808D
(96,128,141)
#55717C
(85,113,124)
#4A626B
(74,98,107)
#3F535A
(63,83,90)
#344449
(52,68,73)
#293538
(41,53,56)
#1E2627
(30,38,39)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #81ADC0

#81ADC0
(129,173,192)
#8CB4C5
(140,180,197)
#97BBCA
(151,187,202)
#A2C2CF
(162,194,207)
#ADC9D4
(173,201,212)
#B8D0D9
(184,208,217)
#C3D7DE
(195,215,222)
#CEDEE3
(206,222,227)
#D9E5E8
(217,229,232)
#E4ECED
(228,236,237)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81ADC0 color. Also use rgb(129,173,192) instead hex code.

Text Font Color

.myTextColor { color: #81ADC0; }

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

This text font color is #81ADC0.


Background Color

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

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

This div background color is #81ADC0.


Border color

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

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

This div border color is #81ADC0.


Opacity

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

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

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

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

This text has shadow with #81ADC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81ADC0 on black background.


Color preview on white background

This text has color #81ADC0 on white background.



Black color preview on #81ADC0 background

This text has black color on #81ADC0 background.


White color preview on #81ADC0 background

This text has white color on #81ADC0 background.