COLOR #82BCC6

HEX: #82BCC6
RGB: (130,188,198)

Renk bilgisi

#82BCC6 contains mainly green and blue colors. #82BCC6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#82BCC6 color RGB value is (130,188,198).

  • kırmız ton 130;
  • yeşil ton 188;
  • mavi ton 198.
RGB:
(130,188,198)
(51%,74%,78%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 188 of 255 = 74%
B 198 of 255 = 78%

130
188
198

R + G + B ~ 68%. #82BCC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 188 + 198 = 516 (100%)
R 130 of 516 ~ 25.19%
G 188 of 516 ~ 36.43%
B 198 of 516 ~ 38.37%

%25.19
%36.43
%38.37

CMYK RENK MODELİ

#82BCC6 rengi CMYK tonu (34,5,0,22).

  • camgöbeği tonu 34.34%
  • eflatun tonu 5.05%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(34,5,0,22)
C34M5Y0K22 
(34%,5%,0%,22%)
(0.34/0.05/0.00/0.22)	

CMYK yüzdeleri

%34.34
%5.05
%0
%22.35

Codes

Color #82BCC6 in popluar color models

82BCC6
RGB130188198
HSL189°37.36%64.31%
HSB/HSV189°34.34%77.65%
CMYK34.34%5.05%0.00%
22.35%

Color #82BCC6 in popluar number systems.

HEX82BCC6
Decimal130188198
Binary100000101011110011000110
Octal202274306

Shades and tints

Shades of #82BCC6

#82BCC6
(130,188,198)
#77ABB4
(119,171,180)
#6C9AA2
(108,154,162)
#618990
(97,137,144)
#56787E
(86,120,126)
#4B676C
(75,103,108)
#40565A
(64,86,90)
#354548
(53,69,72)
#2A3436
(42,52,54)
#1F2324
(31,35,36)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #82BCC6

#82BCC6
(130,188,198)
#8DC2CB
(141,194,203)
#98C8D0
(152,200,208)
#A3CED5
(163,206,213)
#AED4DA
(174,212,218)
#B9DADF
(185,218,223)
#C4E0E4
(196,224,228)
#CFE6E9
(207,230,233)
#DAECEE
(218,236,238)
#E5F2F3
(229,242,243)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82BCC6 color. Also use rgb(130,188,198) instead hex code.

Text Font Color

.myTextColor { color: #82BCC6; }

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

This text font color is #82BCC6.


Background Color

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

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

This div background color is #82BCC6.


Border color

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

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

This div border color is #82BCC6.


Opacity

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

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

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

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

This text has shadow with #82BCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82BCC6 on black background.


Color preview on white background

This text has color #82BCC6 on white background.



Black color preview on #82BCC6 background

This text has black color on #82BCC6 background.


White color preview on #82BCC6 background

This text has white color on #82BCC6 background.