COLOR #82CBDD

HEX: #82CBDD RGB: (130,203,221)

Color info

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

RGB color model

#82CBDD color RGB value is (130,203,221).

RGB: (130,203,221) (51%, 80%, 87%)

RGB channels and saturation

R 130 of 255 = 51%
G 203 of 255 = 80%
B 221 of 255 = 87%

130
203
221

R + G + B ~ 73%. #82CBDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 203 + 221 = 554 (100%)
R 130 of 554 ~ 23.47%
G 203 of 554 ~ 36.64%
B 221 of 554 ~ 39.89'%

%23.47
%36.64
%39.89

CMYK color model

#82CBDD color CMYK value is (41,8,0,13).

  • cyan value is 41.18%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (41,8,0,13) C41M8Y0K13 (41%,8%,0%,13%) (0.41/0.08/0.00/0.13) 

CMYK percentages

%41.18
%8.14
%0
%13.33

Codes

Color #82CBDD in popluar color models

82 CB DD
RGB 130 203 221
HSL 192° 57.23% 68.82%
HSB/HSV 192° 41.18% 86.67%
CMYK 41.18% 8.14% 0.00%
13.33%

Color #82CBDD in popluar number systems.

HEX 82 CB DD
Decimal 130 203 221
Binary 10000010 11001011 11011101
Octal 202 313 335

Shades and tints

Shades of #82CBDD

#82CBDD
(130,203,221)
#77B9C9
(119,185,201)
#6CA7B5
(108,167,181)
#6195A1
(97,149,161)
#56838D
(86,131,141)
#4B7179
(75,113,121)
#405F65
(64,95,101)
#354D51
(53,77,81)
#2A3B3D
(42,59,61)
#1F2929
(31,41,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #82CBDD

#82CBDD
(130,203,221)
#8DCFE0
(141,207,224)
#98D3E3
(152,211,227)
#A3D7E6
(163,215,230)
#AEDBE9
(174,219,233)
#B9DFEC
(185,223,236)
#C4E3EF
(196,227,239)
#CFE7F2
(207,231,242)
#DAEBF5
(218,235,245)
#E5EFF8
(229,239,248)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CBDD color. Also use rgb(130,203,221) instead hex code.

Text Font Color

.myTextColor { color: #82CBDD; }

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

This text font color is #82CBDD.

Background Color

.myBgColor { background-color: #82CBDD; }

<div style="background-color:#82CBDD">Inner text</div>

This div background color is #82CBDD.

Border color

.myBorderColor { border: 1px solid #82CBDD; }

<div style="border:3px solid #82CBDD">Div</div>

This div border color is #82CBDD.

Opacity

.myOpacity80 { color: #82CBDD; opacity: 0.8; }

<p style="color:#82CBDD;opacity:0.8;">80%</p>

Text with #82CBDD 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 #82CBDD;}

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

This text has shadow with #82CBDD color.


.textShadow {text-shadow: 3px 3px 1px #82CBDD', 3px 3px 1px red;}

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

This text has shadow with #82CBDD primary color and red secondary color.


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

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

This text has shadow with #82CBDD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82CBDD; -webkit-box-shadow: 1px 1px 3px 2px #82CBDD; box-shadow:1px 1px 3px 2px #82CBDD;">
Div content here
</div>

This div box has shadow with color #82CBDD.

Preview

Color preview on black background

This text has color #82CBDD on black background.


Color preview on white background

This text has color #82CBDD on white background.


Black color preview on #82CBDD background

This text has black color on #82CBDD background.


White color preview on #82CBDD background

This text has white color on #82CBDD background.


Related colors

Complementary color

Complementary color for #hex is #7D3422.


I love getcolorcode.com

Triadic colors

1 #DD82CB and #CBDD82 with #82CBDD are triadic colors.

2 #DDCB82 and #CB82DD with #82CBDD are triadic colors.