COLOR #83D6E5

HEX: #83D6E5
RGB: (131,214,229)

Renk bilgisi

#83D6E5 contains mainly green and blue colors. #83D6E5 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#83D6E5 color RGB value is (131,214,229).

  • kırmız ton 131;
  • yeşil ton 214;
  • mavi ton 229.
RGB:
(131,214,229)
(51%,84%,90%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 214 of 255 = 84%
B 229 of 255 = 90%

131
214
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 214 + 229 = 574 (100%)
R 131 of 574 ~ 22.82%
G 214 of 574 ~ 37.28%
B 229 of 574 ~ 39.9%

%22.82
%37.28
%39.9

CMYK RENK MODELİ

#83D6E5 rengi CMYK tonu (43,7,0,10).

  • camgöbeği tonu 42.79%
  • eflatun tonu 6.55%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(43,7,0,10)
C43M7Y0K10 
(43%,7%,0%,10%)
(0.43/0.07/0.00/0.10)	

CMYK yüzdeleri

%42.79
%6.55
%0
%10.2

Codes

Color #83D6E5 in popluar color models

83D6E5
RGB131214229
HSL189°65.33%70.59%
HSB/HSV189°42.79%89.80%
CMYK42.79%6.55%0.00%
10.20%

Color #83D6E5 in popluar number systems.

HEX83D6E5
Decimal131214229
Binary100000111101011011100101
Octal203326345

Shades and tints

Shades of #83D6E5

#83D6E5
(131,214,229)
#78C3D1
(120,195,209)
#6DB0BD
(109,176,189)
#629DA9
(98,157,169)
#578A95
(87,138,149)
#4C7781
(76,119,129)
#41646D
(65,100,109)
#365159
(54,81,89)
#2B3E45
(43,62,69)
#202B31
(32,43,49)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #83D6E5

#83D6E5
(131,214,229)
#8ED9E7
(142,217,231)
#99DCE9
(153,220,233)
#A4DFEB
(164,223,235)
#AFE2ED
(175,226,237)
#BAE5EF
(186,229,239)
#C5E8F1
(197,232,241)
#D0EBF3
(208,235,243)
#DBEEF5
(219,238,245)
#E6F1F7
(230,241,247)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D6E5 color. Also use rgb(131,214,229) instead hex code.

Text Font Color

.myTextColor { color: #83D6E5; }

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

This text font color is #83D6E5.


Background Color

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

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

This div background color is #83D6E5.


Border color

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

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

This div border color is #83D6E5.


Opacity

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

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

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

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

This text has shadow with #83D6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D6E5 on black background.


Color preview on white background

This text has color #83D6E5 on white background.



Black color preview on #83D6E5 background

This text has black color on #83D6E5 background.


White color preview on #83D6E5 background

This text has white color on #83D6E5 background.