COLOR #83BBF7

HEX: #83BBF7
RGB: (131,187,247)

Color info

#83BBF7 contains mainly blue color. Web safe color of #83BBF7 is #99CCFF (or #9CF).

RGB color model

#83BBF7 color RGB value is (131,187,247).

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

RGB channels and saturation

R 131 of 255 = 51%
G 187 of 255 = 73%
B 247 of 255 = 97%

131
187
247

R + G + B ~ 74%. #83BBF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 187 + 247 = 565 (100%)
R 131 of 565 ~ 23.19%
G 187 of 565 ~ 33.1%
B 247 of 565 ~ 43.72%

%23.19
%33.1
%43.72

CMYK color model

#83BBF7 color CMYK value is (47,24,0,3).

  • cyan value is 46.96%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(47,24,0,3)
C47M24Y0K3 
(47%,24%,0%,3%)
(0.47/0.24/0.00/0.03)	

CMYK percentages

%46.96
%24.29
%0
%3.14

Codes

Color #83BBF7 in popluar color models

83BBF7
RGB131187247
HSL211°87.88%74.12%
HSB/HSV211°46.96%96.86%
CMYK46.96%24.29%0.00%
3.14%

Color #83BBF7 in popluar number systems.

HEX83BBF7
Decimal131187247
Binary100000111011101111110111
Octal203273367

Shades and tints

Shades of #83BBF7

#83BBF7
(131,187,247)
#78AAE1
(120,170,225)
#6D99CB
(109,153,203)
#6288B5
(98,136,181)
#57779F
(87,119,159)
#4C6689
(76,102,137)
#415573
(65,85,115)
#36445D
(54,68,93)
#2B3347
(43,51,71)
#202231
(32,34,49)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #83BBF7

#83BBF7
(131,187,247)
#8EC1F7
(142,193,247)
#99C7F7
(153,199,247)
#A4CDF7
(164,205,247)
#AFD3F7
(175,211,247)
#BAD9F7
(186,217,247)
#C5DFF7
(197,223,247)
#D0E5F7
(208,229,247)
#DBEBF7
(219,235,247)
#E6F1F7
(230,241,247)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BBF7; }

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

This text font color is #83BBF7.


Background Color

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

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

This div background color is #83BBF7.


Border color

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

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

This div border color is #83BBF7.


Opacity

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

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

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

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

This text has shadow with #83BBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BBF7 on black background.


Color preview on white background

This text has color #83BBF7 on white background.



Black color preview on #83BBF7 background

This text has black color on #83BBF7 background.


White color preview on #83BBF7 background

This text has white color on #83BBF7 background.