COLOR #83CBEE

HEX: #83CBEE
RGB: (131,203,238)

Color info

#83CBEE contains mainly green and blue colors. Web safe color of #83CBEE is #99CCFF (or #9CF).

RGB color model

#83CBEE color RGB value is (131,203,238).

  • red value is 131;
  • green value is 203;
  • blue value is 238.
RGB:
(131,203,238)
(51%,80%,93%)

RGB channels and saturation

R 131 of 255 = 51%
G 203 of 255 = 80%
B 238 of 255 = 93%

131
203
238

R + G + B ~ 75%. #83CBEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 203 + 238 = 572 (100%)
R 131 of 572 ~ 22.9%
G 203 of 572 ~ 35.49%
B 238 of 572 ~ 41.61%

%22.9
%35.49
%41.61

CMYK color model

#83CBEE color CMYK value is (45,15,0,7).

  • cyan value is 44.96%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(45,15,0,7)
C45M15Y0K7 
(45%,15%,0%,7%)
(0.45/0.15/0.00/0.07)	

CMYK percentages

%44.96
%14.71
%0
%6.67

Codes

Color #83CBEE in popluar color models

83CBEE
RGB131203238
HSL200°75.89%72.35%
HSB/HSV200°44.96%93.33%
CMYK44.96%14.71%0.00%
6.67%

Color #83CBEE in popluar number systems.

HEX83CBEE
Decimal131203238
Binary100000111100101111101110
Octal203313356

Shades and tints

Shades of #83CBEE

#83CBEE
(131,203,238)
#78B9D9
(120,185,217)
#6DA7C4
(109,167,196)
#6295AF
(98,149,175)
#57839A
(87,131,154)
#4C7185
(76,113,133)
#415F70
(65,95,112)
#364D5B
(54,77,91)
#2B3B46
(43,59,70)
#202931
(32,41,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #83CBEE

#83CBEE
(131,203,238)
#8ECFEF
(142,207,239)
#99D3F0
(153,211,240)
#A4D7F1
(164,215,241)
#AFDBF2
(175,219,242)
#BADFF3
(186,223,243)
#C5E3F4
(197,227,244)
#D0E7F5
(208,231,245)
#DBEBF6
(219,235,246)
#E6EFF7
(230,239,247)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CBEE color. Also use rgb(131,203,238) instead hex code.

Text Font Color

.myTextColor { color: #83CBEE; }

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

This text font color is #83CBEE.


Background Color

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

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

This div background color is #83CBEE.


Border color

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

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

This div border color is #83CBEE.


Opacity

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

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

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

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

This text has shadow with #83CBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CBEE on black background.


Color preview on white background

This text has color #83CBEE on white background.



Black color preview on #83CBEE background

This text has black color on #83CBEE background.


White color preview on #83CBEE background

This text has white color on #83CBEE background.