COLOR #83C9DB

HEX: #83C9DB
RGB: (131,201,219)

Color info

#83C9DB contains mainly green and blue colors. Web safe color of #83C9DB is #99CCCC (or #9CC).

RGB color model

#83C9DB color RGB value is (131,201,219).

  • red value is 131;
  • green value is 201;
  • blue value is 219.
RGB:
(131,201,219)
(51%,79%,86%)

RGB channels and saturation

R 131 of 255 = 51%
G 201 of 255 = 79%
B 219 of 255 = 86%

131
201
219

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

Portions of RGB colors in percentages

R + G + B =
131 + 201 + 219 = 551 (100%)
R 131 of 551 ~ 23.77%
G 201 of 551 ~ 36.48%
B 219 of 551 ~ 39.75%

%23.77
%36.48
%39.75

CMYK color model

#83C9DB color CMYK value is (40,8,0,14).

  • cyan value is 40.18%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(40,8,0,14)
C40M8Y0K14 
(40%,8%,0%,14%)
(0.40/0.08/0.00/0.14)	

CMYK percentages

%40.18
%8.22
%0
%14.12

Codes

Color #83C9DB in popluar color models

83C9DB
RGB131201219
HSL192°55.00%68.63%
HSB/HSV192°40.18%85.88%
CMYK40.18%8.22%0.00%
14.12%

Color #83C9DB in popluar number systems.

HEX83C9DB
Decimal131201219
Binary100000111100100111011011
Octal203311333

Shades and tints

Shades of #83C9DB

#83C9DB
(131,201,219)
#78B7C8
(120,183,200)
#6DA5B5
(109,165,181)
#6293A2
(98,147,162)
#57818F
(87,129,143)
#4C6F7C
(76,111,124)
#415D69
(65,93,105)
#364B56
(54,75,86)
#2B3943
(43,57,67)
#202730
(32,39,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #83C9DB

#83C9DB
(131,201,219)
#8ECDDE
(142,205,222)
#99D1E1
(153,209,225)
#A4D5E4
(164,213,228)
#AFD9E7
(175,217,231)
#BADDEA
(186,221,234)
#C5E1ED
(197,225,237)
#D0E5F0
(208,229,240)
#DBE9F3
(219,233,243)
#E6EDF6
(230,237,246)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C9DB; }

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

This text font color is #83C9DB.


Background Color

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

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

This div background color is #83C9DB.


Border color

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

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

This div border color is #83C9DB.


Opacity

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

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

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

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

This text has shadow with #83C9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C9DB on black background.


Color preview on white background

This text has color #83C9DB on white background.



Black color preview on #83C9DB background

This text has black color on #83C9DB background.


White color preview on #83C9DB background

This text has white color on #83C9DB background.