COLOR #83D9CC

HEX: #83D9CC
RGB: (131,217,204)

Renk bilgisi

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

RGB renk modeli

#83D9CC color RGB value is (131,217,204).

  • kırmız ton 131;
  • yeşil ton 217;
  • mavi ton 204.
RGB:
(131,217,204)
(51%,85%,80%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 217 of 255 = 85%
B 204 of 255 = 80%

131
217
204

R + G + B ~ 72%. #83D9CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 217 + 204 = 552 (100%)
R 131 of 552 ~ 23.73%
G 217 of 552 ~ 39.31%
B 204 of 552 ~ 36.96%

%23.73
%39.31
%36.96

CMYK RENK MODELİ

#83D9CC rengi CMYK tonu (40,0,6,15).

  • camgöbeği tonu 39.63%
  • eflatun tonu 0.00%
  • sarı tonu 5.99%
  • ana renk tonu 14.90%
CMYK:
(40,0,6,15)
C40M0Y6K15 
(40%,0%,6%,15%)
(0.40/0.00/0.06/0.15)	

CMYK yüzdeleri

%39.63
%0
%5.99
%14.9

Codes

Color #83D9CC in popluar color models

83D9CC
RGB131217204
HSL171°53.09%68.24%
HSB/HSV171°39.63%85.10%
CMYK39.63%0.00%5.99%
14.90%

Color #83D9CC in popluar number systems.

HEX83D9CC
Decimal131217204
Binary100000111101100111001100
Octal203331314

Shades and tints

Shades of #83D9CC

#83D9CC
(131,217,204)
#78C6BA
(120,198,186)
#6DB3A8
(109,179,168)
#62A096
(98,160,150)
#578D84
(87,141,132)
#4C7A72
(76,122,114)
#416760
(65,103,96)
#36544E
(54,84,78)
#2B413C
(43,65,60)
#202E2A
(32,46,42)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #83D9CC

#83D9CC
(131,217,204)
#8EDCD0
(142,220,208)
#99DFD4
(153,223,212)
#A4E2D8
(164,226,216)
#AFE5DC
(175,229,220)
#BAE8E0
(186,232,224)
#C5EBE4
(197,235,228)
#D0EEE8
(208,238,232)
#DBF1EC
(219,241,236)
#E6F4F0
(230,244,240)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D9CC color. Also use rgb(131,217,204) instead hex code.

Text Font Color

.myTextColor { color: #83D9CC; }

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

This text font color is #83D9CC.


Background Color

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

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

This div background color is #83D9CC.


Border color

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

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

This div border color is #83D9CC.


Opacity

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

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

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

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

This text has shadow with #83D9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D9CC on black background.


Color preview on white background

This text has color #83D9CC on white background.



Black color preview on #83D9CC background

This text has black color on #83D9CC background.


White color preview on #83D9CC background

This text has white color on #83D9CC background.