COLOR #83B8FB

HEX: #83B8FB RGB: (131,184,251)

Color info

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

RGB color model

#83B8FB color RGB value is (131,184,251).

RGB: (131,184,251) (51%, 72%, 98%)

RGB channels and saturation

R 131 of 255 = 51%
G 184 of 255 = 72%
B 251 of 255 = 98%

131
184
251

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

Portions of RGB colors in percentages

R + G + B = 131 + 184 + 251 = 566 (100%)
R 131 of 566 ~ 23.14%
G 184 of 566 ~ 32.51%
B 251 of 566 ~ 44.35'%

%23.14
%32.51
%44.35

CMYK color model

#83B8FB color CMYK value is (48,27,0,2).

  • cyan value is 47.81%
  • magenta value is 26.69%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (48,27,0,2)
C48M27Y0K2 (48%, 27%, 0%, 2%)
(0.48 / 0.27 / 0.00 / 0.02)

CMYK percentages

%47.81
%26.69
%0
%1.57

Codes

Color #83B8FB in popluar color models

83 B8 FB
RGB 131 184 251
HSL 214° 93.75% 74.90%
HSB/HSV 214° 47.81% 98.43%
CMYK 47.81% 26.69% 0.00%
1.57%

Color #83B8FB in popluar number systems.

HEX 83 B8 FB
Decimal 131 184 251
Binary 10000011 10111000 11111011
Octal 203 270 373

Shades and tints

Shades of #83B8FB

#83B8FB
(131,184,251)
#78A8E5
(120,168,229)
#6D98CF
(109,152,207)
#6288B9
(98,136,185)
#5778A3
(87,120,163)
#4C688D
(76,104,141)
#415877
(65,88,119)
#364861
(54,72,97)
#2B384B
(43,56,75)
#202835
(32,40,53)
#15181F
(21,24,31)
#000000
(0,0,0)

Tints of #83B8FB

#83B8FB
(131,184,251)
#8EBEFB
(142,190,251)
#99C4FB
(153,196,251)
#A4CAFB
(164,202,251)
#AFD0FB
(175,208,251)
#BAD6FB
(186,214,251)
#C5DCFB
(197,220,251)
#D0E2FB
(208,226,251)
#DBE8FB
(219,232,251)
#E6EEFB
(230,238,251)
#F1F4FB
(241,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B8FB color. Also use rgb(131,184,251) instead hex code.

Text Font Color

.myTextColor { color: #83B8FB; }

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

This text font color is #83B8FB.

Background Color

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

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

This div background color is #83B8FB.

Border color

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

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

This div border color is #83B8FB.

Opacity

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

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

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

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

This text has shadow with #83B8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B8FB.

Preview

Color preview on black background

This text has color #83B8FB on black background.


Color preview on white background

This text has color #83B8FB on white background.


Black color preview on #83B8FB background

This text has black color on #83B8FB background.


White color preview on #83B8FB background

This text has white color on #83B8FB background.


Related colors

Complementary color

Complementary color for #hex is #7C4704.


I love getcolorcode.com

Triadic colors

1 #FB83B8 and #B8FB83 with #83B8FB are triadic colors.

2 #FBB883 and #B883FB with #83B8FB are triadic colors.