COLOR #83CCE2

HEX: #83CCE2
RGB: (131,204,226)

Color info

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

RGB color model

#83CCE2 color RGB value is (131,204,226).

  • red value is 131;
  • green value is 204;
  • blue value is 226.
RGB:
(131,204,226)
(51%,80%,89%)

RGB channels and saturation

R 131 of 255 = 51%
G 204 of 255 = 80%
B 226 of 255 = 89%

131
204
226

R + G + B ~ 73%. #83CCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 204 + 226 = 561 (100%)
R 131 of 561 ~ 23.35%
G 204 of 561 ~ 36.36%
B 226 of 561 ~ 40.29%

%23.35
%36.36
%40.29

CMYK color model

#83CCE2 color CMYK value is (42,10,0,11).

  • cyan value is 42.04%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(42,10,0,11)
C42M10Y0K11 
(42%,10%,0%,11%)
(0.42/0.10/0.00/0.11)	

CMYK percentages

%42.04
%9.73
%0
%11.37

Codes

Color #83CCE2 in popluar color models

83CCE2
RGB131204226
HSL194°62.09%70.00%
HSB/HSV194°42.04%88.63%
CMYK42.04%9.73%0.00%
11.37%

Color #83CCE2 in popluar number systems.

HEX83CCE2
Decimal131204226
Binary100000111100110011100010
Octal203314342

Shades and tints

Shades of #83CCE2

#83CCE2
(131,204,226)
#78BACE
(120,186,206)
#6DA8BA
(109,168,186)
#6296A6
(98,150,166)
#578492
(87,132,146)
#4C727E
(76,114,126)
#41606A
(65,96,106)
#364E56
(54,78,86)
#2B3C42
(43,60,66)
#202A2E
(32,42,46)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #83CCE2

#83CCE2
(131,204,226)
#8ED0E4
(142,208,228)
#99D4E6
(153,212,230)
#A4D8E8
(164,216,232)
#AFDCEA
(175,220,234)
#BAE0EC
(186,224,236)
#C5E4EE
(197,228,238)
#D0E8F0
(208,232,240)
#DBECF2
(219,236,242)
#E6F0F4
(230,240,244)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CCE2; }

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

This text font color is #83CCE2.


Background Color

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

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

This div background color is #83CCE2.


Border color

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

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

This div border color is #83CCE2.


Opacity

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

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

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

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

This text has shadow with #83CCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CCE2 on black background.


Color preview on white background

This text has color #83CCE2 on white background.



Black color preview on #83CCE2 background

This text has black color on #83CCE2 background.


White color preview on #83CCE2 background

This text has white color on #83CCE2 background.