COLOR #83AFBC

HEX: #83AFBC
RGB: (131,175,188)

Color info

#83AFBC contains red, green and blue colors in about the same proportion. Web safe color of #83AFBC is #9999CC (or #99C).

RGB color model

#83AFBC color RGB value is (131,175,188).

  • red value is 131;
  • green value is 175;
  • blue value is 188.
RGB:
(131,175,188)
(51%,69%,74%)

RGB channels and saturation

R 131 of 255 = 51%
G 175 of 255 = 69%
B 188 of 255 = 74%

131
175
188

R + G + B ~ 65%. #83AFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 175 + 188 = 494 (100%)
R 131 of 494 ~ 26.52%
G 175 of 494 ~ 35.43%
B 188 of 494 ~ 38.06%

%26.52
%35.43
%38.06

CMYK color model

#83AFBC color CMYK value is (30,7,0,26).

  • cyan value is 30.32%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(30,7,0,26)
C30M7Y0K26 
(30%,7%,0%,26%)
(0.30/0.07/0.00/0.26)	

CMYK percentages

%30.32
%6.91
%0
%26.27

Codes

Color #83AFBC in popluar color models

83AFBC
RGB131175188
HSL194°29.84%62.55%
HSB/HSV194°30.32%73.73%
CMYK30.32%6.91%0.00%
26.27%

Color #83AFBC in popluar number systems.

HEX83AFBC
Decimal131175188
Binary100000111010111110111100
Octal203257274

Shades and tints

Shades of #83AFBC

#83AFBC
(131,175,188)
#78A0AB
(120,160,171)
#6D919A
(109,145,154)
#628289
(98,130,137)
#577378
(87,115,120)
#4C6467
(76,100,103)
#415556
(65,85,86)
#364645
(54,70,69)
#2B3734
(43,55,52)
#202823
(32,40,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #83AFBC

#83AFBC
(131,175,188)
#8EB6C2
(142,182,194)
#99BDC8
(153,189,200)
#A4C4CE
(164,196,206)
#AFCBD4
(175,203,212)
#BAD2DA
(186,210,218)
#C5D9E0
(197,217,224)
#D0E0E6
(208,224,230)
#DBE7EC
(219,231,236)
#E6EEF2
(230,238,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AFBC color. Also use rgb(131,175,188) instead hex code.

Text Font Color

.myTextColor { color: #83AFBC; }

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

This text font color is #83AFBC.


Background Color

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

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

This div background color is #83AFBC.


Border color

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

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

This div border color is #83AFBC.


Opacity

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

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

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

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

This text has shadow with #83AFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AFBC on black background.


Color preview on white background

This text has color #83AFBC on white background.



Black color preview on #83AFBC background

This text has black color on #83AFBC background.


White color preview on #83AFBC background

This text has white color on #83AFBC background.