COLOR #83B8D1

HEX: #83B8D1
RGB: (131,184,209)

Color info

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

RGB color model

#83B8D1 color RGB value is (131,184,209).

  • red value is 131;
  • green value is 184;
  • blue value is 209.
RGB:
(131,184,209)
(51%,72%,82%)

RGB channels and saturation

R 131 of 255 = 51%
G 184 of 255 = 72%
B 209 of 255 = 82%

131
184
209

R + G + B ~ 68%. #83B8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 184 + 209 = 524 (100%)
R 131 of 524 ~ 25%
G 184 of 524 ~ 35.11%
B 209 of 524 ~ 39.89%

%25
%35.11
%39.89

CMYK color model

#83B8D1 color CMYK value is (37,12,0,18).

  • cyan value is 37.32%
  • magenta value is 11.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(37,12,0,18)
C37M12Y0K18 
(37%,12%,0%,18%)
(0.37/0.12/0.00/0.18)	

CMYK percentages

%37.32
%11.96
%0
%18.04

Codes

Color #83B8D1 in popluar color models

83B8D1
RGB131184209
HSL199°45.88%66.67%
HSB/HSV199°37.32%81.96%
CMYK37.32%11.96%0.00%
18.04%

Color #83B8D1 in popluar number systems.

HEX83B8D1
Decimal131184209
Binary100000111011100011010001
Octal203270321

Shades and tints

Shades of #83B8D1

#83B8D1
(131,184,209)
#78A8BE
(120,168,190)
#6D98AB
(109,152,171)
#628898
(98,136,152)
#577885
(87,120,133)
#4C6872
(76,104,114)
#41585F
(65,88,95)
#36484C
(54,72,76)
#2B3839
(43,56,57)
#202826
(32,40,38)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #83B8D1

#83B8D1
(131,184,209)
#8EBED5
(142,190,213)
#99C4D9
(153,196,217)
#A4CADD
(164,202,221)
#AFD0E1
(175,208,225)
#BAD6E5
(186,214,229)
#C5DCE9
(197,220,233)
#D0E2ED
(208,226,237)
#DBE8F1
(219,232,241)
#E6EEF5
(230,238,245)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B8D1; }

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

This text font color is #83B8D1.


Background Color

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

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

This div background color is #83B8D1.


Border color

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

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

This div border color is #83B8D1.


Opacity

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

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

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

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

This text has shadow with #83B8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B8D1 on black background.


Color preview on white background

This text has color #83B8D1 on white background.



Black color preview on #83B8D1 background

This text has black color on #83B8D1 background.


White color preview on #83B8D1 background

This text has white color on #83B8D1 background.