COLOR #81B8E7

HEX: #81B8E7
RGB: (129,184,231)

Color info

#81B8E7 contains mainly green and blue colors. Web safe color of #81B8E7 is #99CCFF (or #9CF).

RGB color model

#81B8E7 color RGB value is (129,184,231).

  • red value is 129;
  • green value is 184;
  • blue value is 231.
RGB:
(129,184,231)
(51%,72%,91%)

RGB channels and saturation

R 129 of 255 = 51%
G 184 of 255 = 72%
B 231 of 255 = 91%

129
184
231

R + G + B ~ 71%. #81B8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 184 + 231 = 544 (100%)
R 129 of 544 ~ 23.71%
G 184 of 544 ~ 33.82%
B 231 of 544 ~ 42.46%

%23.71
%33.82
%42.46

CMYK color model

#81B8E7 color CMYK value is (44,20,0,9).

  • cyan value is 44.16%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(44,20,0,9)
C44M20Y0K9 
(44%,20%,0%,9%)
(0.44/0.20/0.00/0.09)	

CMYK percentages

%44.16
%20.35
%0
%9.41

Codes

Color #81B8E7 in popluar color models

81B8E7
RGB129184231
HSL208°68.00%70.59%
HSB/HSV208°44.16%90.59%
CMYK44.16%20.35%0.00%
9.41%

Color #81B8E7 in popluar number systems.

HEX81B8E7
Decimal129184231
Binary100000011011100011100111
Octal201270347

Shades and tints

Shades of #81B8E7

#81B8E7
(129,184,231)
#76A8D2
(118,168,210)
#6B98BD
(107,152,189)
#6088A8
(96,136,168)
#557893
(85,120,147)
#4A687E
(74,104,126)
#3F5869
(63,88,105)
#344854
(52,72,84)
#29383F
(41,56,63)
#1E282A
(30,40,42)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #81B8E7

#81B8E7
(129,184,231)
#8CBEE9
(140,190,233)
#97C4EB
(151,196,235)
#A2CAED
(162,202,237)
#ADD0EF
(173,208,239)
#B8D6F1
(184,214,241)
#C3DCF3
(195,220,243)
#CEE2F5
(206,226,245)
#D9E8F7
(217,232,247)
#E4EEF9
(228,238,249)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B8E7 color. Also use rgb(129,184,231) instead hex code.

Text Font Color

.myTextColor { color: #81B8E7; }

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

This text font color is #81B8E7.


Background Color

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

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

This div background color is #81B8E7.


Border color

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

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

This div border color is #81B8E7.


Opacity

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

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

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

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

This text has shadow with #81B8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B8E7 on black background.


Color preview on white background

This text has color #81B8E7 on white background.



Black color preview on #81B8E7 background

This text has black color on #81B8E7 background.


White color preview on #81B8E7 background

This text has white color on #81B8E7 background.