COLOR #81BDDD

HEX: #81BDDD
RGB: (129,189,221)

Color info

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

RGB color model

#81BDDD color RGB value is (129,189,221).

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

RGB channels and saturation

R 129 of 255 = 51%
G 189 of 255 = 74%
B 221 of 255 = 87%

129
189
221

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

Portions of RGB colors in percentages

R + G + B =
129 + 189 + 221 = 539 (100%)
R 129 of 539 ~ 23.93%
G 189 of 539 ~ 35.06%
B 221 of 539 ~ 41%

%23.93
%35.06
%41

CMYK color model

#81BDDD color CMYK value is (42,14,0,13).

  • cyan value is 41.63%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(42,14,0,13)
C42M14Y0K13 
(42%,14%,0%,13%)
(0.42/0.14/0.00/0.13)	

CMYK percentages

%41.63
%14.48
%0
%13.33

Codes

Color #81BDDD in popluar color models

81BDDD
RGB129189221
HSL201°57.50%68.63%
HSB/HSV201°41.63%86.67%
CMYK41.63%14.48%0.00%
13.33%

Color #81BDDD in popluar number systems.

HEX81BDDD
Decimal129189221
Binary100000011011110111011101
Octal201275335

Shades and tints

Shades of #81BDDD

#81BDDD
(129,189,221)
#76ACC9
(118,172,201)
#6B9BB5
(107,155,181)
#608AA1
(96,138,161)
#55798D
(85,121,141)
#4A6879
(74,104,121)
#3F5765
(63,87,101)
#344651
(52,70,81)
#29353D
(41,53,61)
#1E2429
(30,36,41)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #81BDDD

#81BDDD
(129,189,221)
#8CC3E0
(140,195,224)
#97C9E3
(151,201,227)
#A2CFE6
(162,207,230)
#ADD5E9
(173,213,233)
#B8DBEC
(184,219,236)
#C3E1EF
(195,225,239)
#CEE7F2
(206,231,242)
#D9EDF5
(217,237,245)
#E4F3F8
(228,243,248)
#EFF9FB
(239,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81BDDD; }

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

This text font color is #81BDDD.


Background Color

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

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

This div background color is #81BDDD.


Border color

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

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

This div border color is #81BDDD.


Opacity

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

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

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

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

This text has shadow with #81BDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81BDDD on black background.


Color preview on white background

This text has color #81BDDD on white background.



Black color preview on #81BDDD background

This text has black color on #81BDDD background.


White color preview on #81BDDD background

This text has white color on #81BDDD background.