COLOR #83B8DB

HEX: #83B8DB
RGB: (131,184,219)

Renk bilgisi

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

RGB renk modeli

#83B8DB color RGB value is (131,184,219).

  • kırmız ton 131;
  • yeşil ton 184;
  • mavi ton 219.
RGB:
(131,184,219)
(51%,72%,86%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 184 of 255 = 72%
B 219 of 255 = 86%

131
184
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 184 + 219 = 534 (100%)
R 131 of 534 ~ 24.53%
G 184 of 534 ~ 34.46%
B 219 of 534 ~ 41.01%

%24.53
%34.46
%41.01

CMYK RENK MODELİ

#83B8DB rengi CMYK tonu (40,16,0,14).

  • camgöbeği tonu 40.18%
  • eflatun tonu 15.98%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(40,16,0,14)
C40M16Y0K14 
(40%,16%,0%,14%)
(0.40/0.16/0.00/0.14)	

CMYK yüzdeleri

%40.18
%15.98
%0
%14.12

Codes

Color #83B8DB in popluar color models

83B8DB
RGB131184219
HSL204°55.00%68.63%
HSB/HSV204°40.18%85.88%
CMYK40.18%15.98%0.00%
14.12%

Color #83B8DB in popluar number systems.

HEX83B8DB
Decimal131184219
Binary100000111011100011011011
Octal203270333

Shades and tints

Shades of #83B8DB

#83B8DB
(131,184,219)
#78A8C8
(120,168,200)
#6D98B5
(109,152,181)
#6288A2
(98,136,162)
#57788F
(87,120,143)
#4C687C
(76,104,124)
#415869
(65,88,105)
#364856
(54,72,86)
#2B3843
(43,56,67)
#202830
(32,40,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #83B8DB

#83B8DB
(131,184,219)
#8EBEDE
(142,190,222)
#99C4E1
(153,196,225)
#A4CAE4
(164,202,228)
#AFD0E7
(175,208,231)
#BAD6EA
(186,214,234)
#C5DCED
(197,220,237)
#D0E2F0
(208,226,240)
#DBE8F3
(219,232,243)
#E6EEF6
(230,238,246)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B8DB color. Also use rgb(131,184,219) instead hex code.

Text Font Color

.myTextColor { color: #83B8DB; }

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

This text font color is #83B8DB.


Background Color

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

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

This div background color is #83B8DB.


Border color

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

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

This div border color is #83B8DB.


Opacity

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

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

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

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

This text has shadow with #83B8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B8DB on black background.


Color preview on white background

This text has color #83B8DB on white background.



Black color preview on #83B8DB background

This text has black color on #83B8DB background.


White color preview on #83B8DB background

This text has white color on #83B8DB background.