COLOR #81ABB6

HEX: #81ABB6
RGB: (129,171,182)

Color info

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

RGB color model

#81ABB6 color RGB value is (129,171,182).

  • red value is 129;
  • green value is 171;
  • blue value is 182.
RGB:
(129,171,182)
(51%,67%,71%)

RGB channels and saturation

R 129 of 255 = 51%
G 171 of 255 = 67%
B 182 of 255 = 71%

129
171
182

R + G + B ~ 63%. #81ABB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 171 + 182 = 482 (100%)
R 129 of 482 ~ 26.76%
G 171 of 482 ~ 35.48%
B 182 of 482 ~ 37.76%

%26.76
%35.48
%37.76

CMYK color model

#81ABB6 color CMYK value is (29,6,0,29).

  • cyan value is 29.12%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(29,6,0,29)
C29M6Y0K29 
(29%,6%,0%,29%)
(0.29/0.06/0.00/0.29)	

CMYK percentages

%29.12
%6.04
%0
%28.63

Codes

Color #81ABB6 in popluar color models

81ABB6
RGB129171182
HSL192°26.63%60.98%
HSB/HSV192°29.12%71.37%
CMYK29.12%6.04%0.00%
28.63%

Color #81ABB6 in popluar number systems.

HEX81ABB6
Decimal129171182
Binary100000011010101110110110
Octal201253266

Shades and tints

Shades of #81ABB6

#81ABB6
(129,171,182)
#769CA6
(118,156,166)
#6B8D96
(107,141,150)
#607E86
(96,126,134)
#556F76
(85,111,118)
#4A6066
(74,96,102)
#3F5156
(63,81,86)
#344246
(52,66,70)
#293336
(41,51,54)
#1E2426
(30,36,38)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #81ABB6

#81ABB6
(129,171,182)
#8CB2BC
(140,178,188)
#97B9C2
(151,185,194)
#A2C0C8
(162,192,200)
#ADC7CE
(173,199,206)
#B8CED4
(184,206,212)
#C3D5DA
(195,213,218)
#CEDCE0
(206,220,224)
#D9E3E6
(217,227,230)
#E4EAEC
(228,234,236)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81ABB6 color. Also use rgb(129,171,182) instead hex code.

Text Font Color

.myTextColor { color: #81ABB6; }

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

This text font color is #81ABB6.


Background Color

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

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

This div background color is #81ABB6.


Border color

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

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

This div border color is #81ABB6.


Opacity

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

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

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

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

This text has shadow with #81ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81ABB6 on black background.


Color preview on white background

This text has color #81ABB6 on white background.



Black color preview on #81ABB6 background

This text has black color on #81ABB6 background.


White color preview on #81ABB6 background

This text has white color on #81ABB6 background.