COLOR #81B8E3

HEX: #81B8E3
RGB: (129,184,227)

Color info

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

RGB color model

#81B8E3 color RGB value is (129,184,227).

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

RGB channels and saturation

R 129 of 255 = 51%
G 184 of 255 = 72%
B 227 of 255 = 89%

129
184
227

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

Portions of RGB colors in percentages

R + G + B =
129 + 184 + 227 = 540 (100%)
R 129 of 540 ~ 23.89%
G 184 of 540 ~ 34.07%
B 227 of 540 ~ 42.04%

%23.89
%34.07
%42.04

CMYK color model

#81B8E3 color CMYK value is (43,19,0,11).

  • cyan value is 43.17%
  • magenta value is 18.94%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(43,19,0,11)
C43M19Y0K11 
(43%,19%,0%,11%)
(0.43/0.19/0.00/0.11)	

CMYK percentages

%43.17
%18.94
%0
%10.98

Codes

Color #81B8E3 in popluar color models

81B8E3
RGB129184227
HSL206°63.64%69.80%
HSB/HSV206°43.17%89.02%
CMYK43.17%18.94%0.00%
10.98%

Color #81B8E3 in popluar number systems.

HEX81B8E3
Decimal129184227
Binary100000011011100011100011
Octal201270343

Shades and tints

Shades of #81B8E3

#81B8E3
(129,184,227)
#76A8CF
(118,168,207)
#6B98BB
(107,152,187)
#6088A7
(96,136,167)
#557893
(85,120,147)
#4A687F
(74,104,127)
#3F586B
(63,88,107)
#344857
(52,72,87)
#293843
(41,56,67)
#1E282F
(30,40,47)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #81B8E3

#81B8E3
(129,184,227)
#8CBEE5
(140,190,229)
#97C4E7
(151,196,231)
#A2CAE9
(162,202,233)
#ADD0EB
(173,208,235)
#B8D6ED
(184,214,237)
#C3DCEF
(195,220,239)
#CEE2F1
(206,226,241)
#D9E8F3
(217,232,243)
#E4EEF5
(228,238,245)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81B8E3; }

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

This text font color is #81B8E3.


Background Color

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

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

This div background color is #81B8E3.


Border color

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

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

This div border color is #81B8E3.


Opacity

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

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

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

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

This text has shadow with #81B8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B8E3 on black background.


Color preview on white background

This text has color #81B8E3 on white background.



Black color preview on #81B8E3 background

This text has black color on #81B8E3 background.


White color preview on #81B8E3 background

This text has white color on #81B8E3 background.