COLOR #83BBEE

HEX: #83BBEE
RGB: (131,187,238)

Color info

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

RGB color model

#83BBEE color RGB value is (131,187,238).

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

RGB channels and saturation

R 131 of 255 = 51%
G 187 of 255 = 73%
B 238 of 255 = 93%

131
187
238

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

Portions of RGB colors in percentages

R + G + B =
131 + 187 + 238 = 556 (100%)
R 131 of 556 ~ 23.56%
G 187 of 556 ~ 33.63%
B 238 of 556 ~ 42.81%

%23.56
%33.63
%42.81

CMYK color model

#83BBEE color CMYK value is (45,21,0,7).

  • cyan value is 44.96%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(45,21,0,7)
C45M21Y0K7 
(45%,21%,0%,7%)
(0.45/0.21/0.00/0.07)	

CMYK percentages

%44.96
%21.43
%0
%6.67

Codes

Color #83BBEE in popluar color models

83BBEE
RGB131187238
HSL209°75.89%72.35%
HSB/HSV209°44.96%93.33%
CMYK44.96%21.43%0.00%
6.67%

Color #83BBEE in popluar number systems.

HEX83BBEE
Decimal131187238
Binary100000111011101111101110
Octal203273356

Shades and tints

Shades of #83BBEE

#83BBEE
(131,187,238)
#78AAD9
(120,170,217)
#6D99C4
(109,153,196)
#6288AF
(98,136,175)
#57779A
(87,119,154)
#4C6685
(76,102,133)
#415570
(65,85,112)
#36445B
(54,68,91)
#2B3346
(43,51,70)
#202231
(32,34,49)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #83BBEE

#83BBEE
(131,187,238)
#8EC1EF
(142,193,239)
#99C7F0
(153,199,240)
#A4CDF1
(164,205,241)
#AFD3F2
(175,211,242)
#BAD9F3
(186,217,243)
#C5DFF4
(197,223,244)
#D0E5F5
(208,229,245)
#DBEBF6
(219,235,246)
#E6F1F7
(230,241,247)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BBEE; }

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

This text font color is #83BBEE.


Background Color

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

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

This div background color is #83BBEE.


Border color

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

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

This div border color is #83BBEE.


Opacity

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

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

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

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

This text has shadow with #83BBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BBEE on black background.


Color preview on white background

This text has color #83BBEE on white background.



Black color preview on #83BBEE background

This text has black color on #83BBEE background.


White color preview on #83BBEE background

This text has white color on #83BBEE background.