COLOR #81ADBB

HEX: #81ADBB
RGB: (129,173,187)

Color info

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

RGB color model

#81ADBB color RGB value is (129,173,187).

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

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 187 of 255 = 73%

129
173
187

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

Portions of RGB colors in percentages

R + G + B =
129 + 173 + 187 = 489 (100%)
R 129 of 489 ~ 26.38%
G 173 of 489 ~ 35.38%
B 187 of 489 ~ 38.24%

%26.38
%35.38
%38.24

CMYK color model

#81ADBB color CMYK value is (31,7,0,27).

  • cyan value is 31.02%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(31,7,0,27)
C31M7Y0K27 
(31%,7%,0%,27%)
(0.31/0.07/0.00/0.27)	

CMYK percentages

%31.02
%7.49
%0
%26.67

Codes

Color #81ADBB in popluar color models

81ADBB
RGB129173187
HSL194°29.90%61.96%
HSB/HSV194°31.02%73.33%
CMYK31.02%7.49%0.00%
26.67%

Color #81ADBB in popluar number systems.

HEX81ADBB
Decimal129173187
Binary100000011010110110111011
Octal201255273

Shades and tints

Shades of #81ADBB

#81ADBB
(129,173,187)
#769EAA
(118,158,170)
#6B8F99
(107,143,153)
#608088
(96,128,136)
#557177
(85,113,119)
#4A6266
(74,98,102)
#3F5355
(63,83,85)
#344444
(52,68,68)
#293533
(41,53,51)
#1E2622
(30,38,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #81ADBB

#81ADBB
(129,173,187)
#8CB4C1
(140,180,193)
#97BBC7
(151,187,199)
#A2C2CD
(162,194,205)
#ADC9D3
(173,201,211)
#B8D0D9
(184,208,217)
#C3D7DF
(195,215,223)
#CEDEE5
(206,222,229)
#D9E5EB
(217,229,235)
#E4ECF1
(228,236,241)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81ADBB; }

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

This text font color is #81ADBB.


Background Color

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

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

This div background color is #81ADBB.


Border color

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

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

This div border color is #81ADBB.


Opacity

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

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

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

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

This text has shadow with #81ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81ADBB on black background.


Color preview on white background

This text has color #81ADBB on white background.



Black color preview on #81ADBB background

This text has black color on #81ADBB background.


White color preview on #81ADBB background

This text has white color on #81ADBB background.