COLOR #81CCE8

HEX: #81CCE8
RGB: (129,204,232)

Color info

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

RGB color model

#81CCE8 color RGB value is (129,204,232).

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

RGB channels and saturation

R 129 of 255 = 51%
G 204 of 255 = 80%
B 232 of 255 = 91%

129
204
232

R + G + B ~ 74%. #81CCE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 204 + 232 = 565 (100%)
R 129 of 565 ~ 22.83%
G 204 of 565 ~ 36.11%
B 232 of 565 ~ 41.06%

%22.83
%36.11
%41.06

CMYK color model

#81CCE8 color CMYK value is (44,12,0,9).

  • cyan value is 44.40%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(44,12,0,9)
C44M12Y0K9 
(44%,12%,0%,9%)
(0.44/0.12/0.00/0.09)	

CMYK percentages

%44.4
%12.07
%0
%9.02

Codes

Color #81CCE8 in popluar color models

81CCE8
RGB129204232
HSL196°69.13%70.78%
HSB/HSV196°44.40%90.98%
CMYK44.40%12.07%0.00%
9.02%

Color #81CCE8 in popluar number systems.

HEX81CCE8
Decimal129204232
Binary100000011100110011101000
Octal201314350

Shades and tints

Shades of #81CCE8

#81CCE8
(129,204,232)
#76BAD3
(118,186,211)
#6BA8BE
(107,168,190)
#6096A9
(96,150,169)
#558494
(85,132,148)
#4A727F
(74,114,127)
#3F606A
(63,96,106)
#344E55
(52,78,85)
#293C40
(41,60,64)
#1E2A2B
(30,42,43)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #81CCE8

#81CCE8
(129,204,232)
#8CD0EA
(140,208,234)
#97D4EC
(151,212,236)
#A2D8EE
(162,216,238)
#ADDCF0
(173,220,240)
#B8E0F2
(184,224,242)
#C3E4F4
(195,228,244)
#CEE8F6
(206,232,246)
#D9ECF8
(217,236,248)
#E4F0FA
(228,240,250)
#EFF4FC
(239,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81CCE8; }

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

This text font color is #81CCE8.


Background Color

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

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

This div background color is #81CCE8.


Border color

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

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

This div border color is #81CCE8.


Opacity

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

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

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

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

This text has shadow with #81CCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81CCE8 on black background.


Color preview on white background

This text has color #81CCE8 on white background.



Black color preview on #81CCE8 background

This text has black color on #81CCE8 background.


White color preview on #81CCE8 background

This text has white color on #81CCE8 background.