COLOR #83B0E3

HEX: #83B0E3
RGB: (131,176,227)

Renk bilgisi

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

RGB renk modeli

#83B0E3 color RGB value is (131,176,227).

  • kırmız ton 131;
  • yeşil ton 176;
  • mavi ton 227.
RGB:
(131,176,227)
(51%,69%,89%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 176 of 255 = 69%
B 227 of 255 = 89%

131
176
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 176 + 227 = 534 (100%)
R 131 of 534 ~ 24.53%
G 176 of 534 ~ 32.96%
B 227 of 534 ~ 42.51%

%24.53
%32.96
%42.51

CMYK RENK MODELİ

#83B0E3 rengi CMYK tonu (42,22,0,11).

  • camgöbeği tonu 42.29%
  • eflatun tonu 22.47%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(42,22,0,11)
C42M22Y0K11 
(42%,22%,0%,11%)
(0.42/0.22/0.00/0.11)	

CMYK yüzdeleri

%42.29
%22.47
%0
%10.98

Codes

Color #83B0E3 in popluar color models

83B0E3
RGB131176227
HSL212°63.16%70.20%
HSB/HSV212°42.29%89.02%
CMYK42.29%22.47%0.00%
10.98%

Color #83B0E3 in popluar number systems.

HEX83B0E3
Decimal131176227
Binary100000111011000011100011
Octal203260343

Shades and tints

Shades of #83B0E3

#83B0E3
(131,176,227)
#78A0CF
(120,160,207)
#6D90BB
(109,144,187)
#6280A7
(98,128,167)
#577093
(87,112,147)
#4C607F
(76,96,127)
#41506B
(65,80,107)
#364057
(54,64,87)
#2B3043
(43,48,67)
#20202F
(32,32,47)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #83B0E3

#83B0E3
(131,176,227)
#8EB7E5
(142,183,229)
#99BEE7
(153,190,231)
#A4C5E9
(164,197,233)
#AFCCEB
(175,204,235)
#BAD3ED
(186,211,237)
#C5DAEF
(197,218,239)
#D0E1F1
(208,225,241)
#DBE8F3
(219,232,243)
#E6EFF5
(230,239,245)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B0E3 color. Also use rgb(131,176,227) instead hex code.

Text Font Color

.myTextColor { color: #83B0E3; }

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

This text font color is #83B0E3.


Background Color

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

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

This div background color is #83B0E3.


Border color

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

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

This div border color is #83B0E3.


Opacity

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

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

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

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

This text has shadow with #83B0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B0E3 on black background.


Color preview on white background

This text has color #83B0E3 on white background.



Black color preview on #83B0E3 background

This text has black color on #83B0E3 background.


White color preview on #83B0E3 background

This text has white color on #83B0E3 background.