COLOR #83ADBC

HEX: #83ADBC
RGB: (131,173,188)

Renk bilgisi

#83ADBC contains red, green and blue colors in about the same proportion. #83ADBC ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#83ADBC color RGB value is (131,173,188).

  • kırmız ton 131;
  • yeşil ton 173;
  • mavi ton 188.
RGB:
(131,173,188)
(51%,68%,74%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 173 of 255 = 68%
B 188 of 255 = 74%

131
173
188

R + G + B ~ 64%. #83ADBC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 173 + 188 = 492 (100%)
R 131 of 492 ~ 26.63%
G 173 of 492 ~ 35.16%
B 188 of 492 ~ 38.21%

%26.63
%35.16
%38.21

CMYK RENK MODELİ

#83ADBC rengi CMYK tonu (30,8,0,26).

  • camgöbeği tonu 30.32%
  • eflatun tonu 7.98%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(30,8,0,26)
C30M8Y0K26 
(30%,8%,0%,26%)
(0.30/0.08/0.00/0.26)	

CMYK yüzdeleri

%30.32
%7.98
%0
%26.27

Codes

Color #83ADBC in popluar color models

83ADBC
RGB131173188
HSL196°29.84%62.55%
HSB/HSV196°30.32%73.73%
CMYK30.32%7.98%0.00%
26.27%

Color #83ADBC in popluar number systems.

HEX83ADBC
Decimal131173188
Binary100000111010110110111100
Octal203255274

Shades and tints

Shades of #83ADBC

#83ADBC
(131,173,188)
#789EAB
(120,158,171)
#6D8F9A
(109,143,154)
#628089
(98,128,137)
#577178
(87,113,120)
#4C6267
(76,98,103)
#415356
(65,83,86)
#364445
(54,68,69)
#2B3534
(43,53,52)
#202623
(32,38,35)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #83ADBC

#83ADBC
(131,173,188)
#8EB4C2
(142,180,194)
#99BBC8
(153,187,200)
#A4C2CE
(164,194,206)
#AFC9D4
(175,201,212)
#BAD0DA
(186,208,218)
#C5D7E0
(197,215,224)
#D0DEE6
(208,222,230)
#DBE5EC
(219,229,236)
#E6ECF2
(230,236,242)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83ADBC color. Also use rgb(131,173,188) instead hex code.

Text Font Color

.myTextColor { color: #83ADBC; }

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

This text font color is #83ADBC.


Background Color

.myBgColor { background-color: #83ADBC; }

<div style="background-color:#83ADBC">Inner text</div>

This div background color is #83ADBC.


Border color

.myBorderColor { border: 1px solid #83ADBC; }

<div style="border:3px solid #83ADBC">Div</div>

This div border color is #83ADBC.


Opacity

.myOpacity80 { color: #83ADBC; opacity: 0.8; }

<p style="color:#83ADBC;opacity:0.8;">80%</p>

Text with #83ADBC 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 #83ADBC;}

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

This text has shadow with #83ADBC color.

.textShadow {text-shadow: 3px 3px 1px #83ADBC, 3px 3px 1px red;}

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

This text has shadow with #83ADBC primary color and red secondary color.


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

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

This text has shadow with #83ADBC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ADBC on black background.


Color preview on white background

This text has color #83ADBC on white background.



Black color preview on #83ADBC background

This text has black color on #83ADBC background.


White color preview on #83ADBC background

This text has white color on #83ADBC background.