COLOR #83ADB9

HEX: #83ADB9
RGB: (131,173,185)

Renk bilgisi

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

RGB renk modeli

#83ADB9 color RGB value is (131,173,185).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 173 of 255 = 68%
B 185 of 255 = 73%

131
173
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 173 + 185 = 489 (100%)
R 131 of 489 ~ 26.79%
G 173 of 489 ~ 35.38%
B 185 of 489 ~ 37.83%

%26.79
%35.38
%37.83

CMYK RENK MODELİ

#83ADB9 rengi CMYK tonu (29,6,0,27).

  • camgöbeği tonu 29.19%
  • eflatun tonu 6.49%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(29,6,0,27)
C29M6Y0K27 
(29%,6%,0%,27%)
(0.29/0.06/0.00/0.27)	

CMYK yüzdeleri

%29.19
%6.49
%0
%27.45

Codes

Color #83ADB9 in popluar color models

83ADB9
RGB131173185
HSL193°27.84%61.96%
HSB/HSV193°29.19%72.55%
CMYK29.19%6.49%0.00%
27.45%

Color #83ADB9 in popluar number systems.

HEX83ADB9
Decimal131173185
Binary100000111010110110111001
Octal203255271

Shades and tints

Shades of #83ADB9

#83ADB9
(131,173,185)
#789EA9
(120,158,169)
#6D8F99
(109,143,153)
#628089
(98,128,137)
#577179
(87,113,121)
#4C6269
(76,98,105)
#415359
(65,83,89)
#364449
(54,68,73)
#2B3539
(43,53,57)
#202629
(32,38,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #83ADB9

#83ADB9
(131,173,185)
#8EB4BF
(142,180,191)
#99BBC5
(153,187,197)
#A4C2CB
(164,194,203)
#AFC9D1
(175,201,209)
#BAD0D7
(186,208,215)
#C5D7DD
(197,215,221)
#D0DEE3
(208,222,227)
#DBE5E9
(219,229,233)
#E6ECEF
(230,236,239)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ADB9; }

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

This text font color is #83ADB9.


Background Color

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

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

This div background color is #83ADB9.


Border color

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

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

This div border color is #83ADB9.


Opacity

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

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

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

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

This text has shadow with #83ADB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ADB9 on black background.


Color preview on white background

This text has color #83ADB9 on white background.



Black color preview on #83ADB9 background

This text has black color on #83ADB9 background.


White color preview on #83ADB9 background

This text has white color on #83ADB9 background.