COLOR #81B4C4

HEX: #81B4C4
RGB: (129,180,196)

Color info

#81B4C4 contains mainly green and blue colors. Web safe color of #81B4C4 is #99CCCC (or #9CC).

RGB color model

#81B4C4 color RGB value is (129,180,196).

  • red value is 129;
  • green value is 180;
  • blue value is 196.
RGB:
(129,180,196)
(51%,71%,77%)

RGB channels and saturation

R 129 of 255 = 51%
G 180 of 255 = 71%
B 196 of 255 = 77%

129
180
196

R + G + B ~ 66%. #81B4C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 180 + 196 = 505 (100%)
R 129 of 505 ~ 25.54%
G 180 of 505 ~ 35.64%
B 196 of 505 ~ 38.81%

%25.54
%35.64
%38.81

CMYK color model

#81B4C4 color CMYK value is (34,8,0,23).

  • cyan value is 34.18%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(34,8,0,23)
C34M8Y0K23 
(34%,8%,0%,23%)
(0.34/0.08/0.00/0.23)	

CMYK percentages

%34.18
%8.16
%0
%23.14

Codes

Color #81B4C4 in popluar color models

81B4C4
RGB129180196
HSL194°36.22%63.73%
HSB/HSV194°34.18%76.86%
CMYK34.18%8.16%0.00%
23.14%

Color #81B4C4 in popluar number systems.

HEX81B4C4
Decimal129180196
Binary100000011011010011000100
Octal201264304

Shades and tints

Shades of #81B4C4

#81B4C4
(129,180,196)
#76A4B3
(118,164,179)
#6B94A2
(107,148,162)
#608491
(96,132,145)
#557480
(85,116,128)
#4A646F
(74,100,111)
#3F545E
(63,84,94)
#34444D
(52,68,77)
#29343C
(41,52,60)
#1E242B
(30,36,43)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #81B4C4

#81B4C4
(129,180,196)
#8CBAC9
(140,186,201)
#97C0CE
(151,192,206)
#A2C6D3
(162,198,211)
#ADCCD8
(173,204,216)
#B8D2DD
(184,210,221)
#C3D8E2
(195,216,226)
#CEDEE7
(206,222,231)
#D9E4EC
(217,228,236)
#E4EAF1
(228,234,241)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B4C4 color. Also use rgb(129,180,196) instead hex code.

Text Font Color

.myTextColor { color: #81B4C4; }

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

This text font color is #81B4C4.


Background Color

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

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

This div background color is #81B4C4.


Border color

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

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

This div border color is #81B4C4.


Opacity

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

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

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

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

This text has shadow with #81B4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B4C4 on black background.


Color preview on white background

This text has color #81B4C4 on white background.



Black color preview on #81B4C4 background

This text has black color on #81B4C4 background.


White color preview on #81B4C4 background

This text has white color on #81B4C4 background.