COLOR #83C4F8

HEX: #83C4F8
RGB: (131,196,248)

Renk bilgisi

#83C4F8 contains mainly green and blue colors. #83C4F8 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#83C4F8 color RGB value is (131,196,248).

  • kırmız ton 131;
  • yeşil ton 196;
  • mavi ton 248.
RGB:
(131,196,248)
(51%,77%,97%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 196 of 255 = 77%
B 248 of 255 = 97%

131
196
248

R + G + B ~ 75%. #83C4F8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 196 + 248 = 575 (100%)
R 131 of 575 ~ 22.78%
G 196 of 575 ~ 34.09%
B 248 of 575 ~ 43.13%

%22.78
%34.09
%43.13

CMYK RENK MODELİ

#83C4F8 rengi CMYK tonu (47,21,0,3).

  • camgöbeği tonu 47.18%
  • eflatun tonu 20.97%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(47,21,0,3)
C47M21Y0K3 
(47%,21%,0%,3%)
(0.47/0.21/0.00/0.03)	

CMYK yüzdeleri

%47.18
%20.97
%0
%2.75

Codes

Color #83C4F8 in popluar color models

83C4F8
RGB131196248
HSL207°89.31%74.31%
HSB/HSV207°47.18%97.25%
CMYK47.18%20.97%0.00%
2.75%

Color #83C4F8 in popluar number systems.

HEX83C4F8
Decimal131196248
Binary100000111100010011111000
Octal203304370

Shades and tints

Shades of #83C4F8

#83C4F8
(131,196,248)
#78B3E2
(120,179,226)
#6DA2CC
(109,162,204)
#6291B6
(98,145,182)
#5780A0
(87,128,160)
#4C6F8A
(76,111,138)
#415E74
(65,94,116)
#364D5E
(54,77,94)
#2B3C48
(43,60,72)
#202B32
(32,43,50)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #83C4F8

#83C4F8
(131,196,248)
#8EC9F8
(142,201,248)
#99CEF8
(153,206,248)
#A4D3F8
(164,211,248)
#AFD8F8
(175,216,248)
#BADDF8
(186,221,248)
#C5E2F8
(197,226,248)
#D0E7F8
(208,231,248)
#DBECF8
(219,236,248)
#E6F1F8
(230,241,248)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C4F8 color. Also use rgb(131,196,248) instead hex code.

Text Font Color

.myTextColor { color: #83C4F8; }

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

This text font color is #83C4F8.


Background Color

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

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

This div background color is #83C4F8.


Border color

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

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

This div border color is #83C4F8.


Opacity

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

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

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

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

This text has shadow with #83C4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C4F8 on black background.


Color preview on white background

This text has color #83C4F8 on white background.



Black color preview on #83C4F8 background

This text has black color on #83C4F8 background.


White color preview on #83C4F8 background

This text has white color on #83C4F8 background.