COLOR #81BDE8

HEX: #81BDE8
RGB: (129,189,232)

Color info

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

RGB color model

#81BDE8 color RGB value is (129,189,232).

  • red value is 129;
  • green value is 189;
  • blue value is 232.
RGB:
(129,189,232)
(51%,74%,91%)

RGB channels and saturation

R 129 of 255 = 51%
G 189 of 255 = 74%
B 232 of 255 = 91%

129
189
232

R + G + B ~ 72%. #81BDE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 189 + 232 = 550 (100%)
R 129 of 550 ~ 23.45%
G 189 of 550 ~ 34.36%
B 232 of 550 ~ 42.18%

%23.45
%34.36
%42.18

CMYK color model

#81BDE8 color CMYK value is (44,19,0,9).

  • cyan value is 44.40%
  • magenta value is 18.53%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(44,19,0,9)
C44M19Y0K9 
(44%,19%,0%,9%)
(0.44/0.19/0.00/0.09)	

CMYK percentages

%44.4
%18.53
%0
%9.02

Codes

Color #81BDE8 in popluar color models

81BDE8
RGB129189232
HSL205°69.13%70.78%
HSB/HSV205°44.40%90.98%
CMYK44.40%18.53%0.00%
9.02%

Color #81BDE8 in popluar number systems.

HEX81BDE8
Decimal129189232
Binary100000011011110111101000
Octal201275350

Shades and tints

Shades of #81BDE8

#81BDE8
(129,189,232)
#76ACD3
(118,172,211)
#6B9BBE
(107,155,190)
#608AA9
(96,138,169)
#557994
(85,121,148)
#4A687F
(74,104,127)
#3F576A
(63,87,106)
#344655
(52,70,85)
#293540
(41,53,64)
#1E242B
(30,36,43)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #81BDE8

#81BDE8
(129,189,232)
#8CC3EA
(140,195,234)
#97C9EC
(151,201,236)
#A2CFEE
(162,207,238)
#ADD5F0
(173,213,240)
#B8DBF2
(184,219,242)
#C3E1F4
(195,225,244)
#CEE7F6
(206,231,246)
#D9EDF8
(217,237,248)
#E4F3FA
(228,243,250)
#EFF9FC
(239,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81BDE8 color. Also use rgb(129,189,232) instead hex code.

Text Font Color

.myTextColor { color: #81BDE8; }

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

This text font color is #81BDE8.


Background Color

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

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

This div background color is #81BDE8.


Border color

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

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

This div border color is #81BDE8.


Opacity

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

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

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

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

This text has shadow with #81BDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81BDE8 on black background.


Color preview on white background

This text has color #81BDE8 on white background.



Black color preview on #81BDE8 background

This text has black color on #81BDE8 background.


White color preview on #81BDE8 background

This text has white color on #81BDE8 background.