COLOR #83B3E0

HEX: #83B3E0
RGB: (131,179,224)

Renk bilgisi

#83B3E0 contains mainly green and blue colors. #83B3E0 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#83B3E0 color RGB value is (131,179,224).

  • kırmız ton 131;
  • yeşil ton 179;
  • mavi ton 224.
RGB:
(131,179,224)
(51%,70%,88%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 179 of 255 = 70%
B 224 of 255 = 88%

131
179
224

R + G + B ~ 70%. #83B3E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 179 + 224 = 534 (100%)
R 131 of 534 ~ 24.53%
G 179 of 534 ~ 33.52%
B 224 of 534 ~ 41.95%

%24.53
%33.52
%41.95

CMYK RENK MODELİ

#83B3E0 rengi CMYK tonu (42,20,0,12).

  • camgöbeği tonu 41.52%
  • eflatun tonu 20.09%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(42,20,0,12)
C42M20Y0K12 
(42%,20%,0%,12%)
(0.42/0.20/0.00/0.12)	

CMYK yüzdeleri

%41.52
%20.09
%0
%12.16

Codes

Color #83B3E0 in popluar color models

83B3E0
RGB131179224
HSL209°60.00%69.61%
HSB/HSV209°41.52%87.84%
CMYK41.52%20.09%0.00%
12.16%

Color #83B3E0 in popluar number systems.

HEX83B3E0
Decimal131179224
Binary100000111011001111100000
Octal203263340

Shades and tints

Shades of #83B3E0

#83B3E0
(131,179,224)
#78A3CC
(120,163,204)
#6D93B8
(109,147,184)
#6283A4
(98,131,164)
#577390
(87,115,144)
#4C637C
(76,99,124)
#415368
(65,83,104)
#364354
(54,67,84)
#2B3340
(43,51,64)
#20232C
(32,35,44)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #83B3E0

#83B3E0
(131,179,224)
#8EB9E2
(142,185,226)
#99BFE4
(153,191,228)
#A4C5E6
(164,197,230)
#AFCBE8
(175,203,232)
#BAD1EA
(186,209,234)
#C5D7EC
(197,215,236)
#D0DDEE
(208,221,238)
#DBE3F0
(219,227,240)
#E6E9F2
(230,233,242)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B3E0 color. Also use rgb(131,179,224) instead hex code.

Text Font Color

.myTextColor { color: #83B3E0; }

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

This text font color is #83B3E0.


Background Color

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

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

This div background color is #83B3E0.


Border color

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

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

This div border color is #83B3E0.


Opacity

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

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

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

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

This text has shadow with #83B3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B3E0 on black background.


Color preview on white background

This text has color #83B3E0 on white background.



Black color preview on #83B3E0 background

This text has black color on #83B3E0 background.


White color preview on #83B3E0 background

This text has white color on #83B3E0 background.