COLOR #83BEE6

HEX: #83BEE6
RGB: (131,190,230)

Color info

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

RGB color model

#83BEE6 color RGB value is (131,190,230).

  • red value is 131;
  • green value is 190;
  • blue value is 230.
RGB:
(131,190,230)
(51%,75%,90%)

RGB channels and saturation

R 131 of 255 = 51%
G 190 of 255 = 75%
B 230 of 255 = 90%

131
190
230

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

Portions of RGB colors in percentages

R + G + B =
131 + 190 + 230 = 551 (100%)
R 131 of 551 ~ 23.77%
G 190 of 551 ~ 34.48%
B 230 of 551 ~ 41.74%

%23.77
%34.48
%41.74

CMYK color model

#83BEE6 color CMYK value is (43,17,0,10).

  • cyan value is 43.04%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(43,17,0,10)
C43M17Y0K10 
(43%,17%,0%,10%)
(0.43/0.17/0.00/0.10)	

CMYK percentages

%43.04
%17.39
%0
%9.8

Codes

Color #83BEE6 in popluar color models

83BEE6
RGB131190230
HSL204°66.44%70.78%
HSB/HSV204°43.04%90.20%
CMYK43.04%17.39%0.00%
9.80%

Color #83BEE6 in popluar number systems.

HEX83BEE6
Decimal131190230
Binary100000111011111011100110
Octal203276346

Shades and tints

Shades of #83BEE6

#83BEE6
(131,190,230)
#78ADD2
(120,173,210)
#6D9CBE
(109,156,190)
#628BAA
(98,139,170)
#577A96
(87,122,150)
#4C6982
(76,105,130)
#41586E
(65,88,110)
#36475A
(54,71,90)
#2B3646
(43,54,70)
#202532
(32,37,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #83BEE6

#83BEE6
(131,190,230)
#8EC3E8
(142,195,232)
#99C8EA
(153,200,234)
#A4CDEC
(164,205,236)
#AFD2EE
(175,210,238)
#BAD7F0
(186,215,240)
#C5DCF2
(197,220,242)
#D0E1F4
(208,225,244)
#DBE6F6
(219,230,246)
#E6EBF8
(230,235,248)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BEE6 color. Also use rgb(131,190,230) instead hex code.

Text Font Color

.myTextColor { color: #83BEE6; }

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

This text font color is #83BEE6.


Background Color

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

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

This div background color is #83BEE6.


Border color

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

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

This div border color is #83BEE6.


Opacity

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

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

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

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

This text has shadow with #83BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BEE6 on black background.


Color preview on white background

This text has color #83BEE6 on white background.



Black color preview on #83BEE6 background

This text has black color on #83BEE6 background.


White color preview on #83BEE6 background

This text has white color on #83BEE6 background.