COLOR #83BCA8

HEX: #83BCA8 RGB: (131,188,168)

Color info

#83BCA8 contains red, green and blue colors in about the same proportion. Web safe color of #83BCA8 is #99CC99 (or #9C9).

RGB color model

#83BCA8 color RGB value is (131,188,168).

RGB: (131,188,168) (51%, 74%, 66%)

RGB channels and saturation

R 131 of 255 = 51%
G 188 of 255 = 74%
B 168 of 255 = 66%

131
188
168

R + G + B ~ 64%. #83BCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 188 + 168 = 487 (100%)
R 131 of 487 ~ 26.9%
G 188 of 487 ~ 38.6%
B 168 of 487 ~ 34.5'%

%26.9
%38.6
%34.5

CMYK color model

#83BCA8 color CMYK value is (30,0,11,26).

  • cyan value is 30.32%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 26.27%

CMYK: (30,0,11,26)
C30M0Y11K26 (30%, 0%, 11%, 26%)
(0.30 / 0.00 / 0.11 / 0.26)

CMYK percentages

%30.32
%0
%10.64
%26.27

Codes

Color #83BCA8 in popluar color models

83 BC A8
RGB 131 188 168
HSL 159° 29.84% 62.55%
HSB/HSV 159° 30.32% 73.73%
CMYK 30.32% 0.00% 10.64%
26.27%

Color #83BCA8 in popluar number systems.

HEX 83 BC A8
Decimal 131 188 168
Binary 10000011 10111100 10101000
Octal 203 274 250

Shades and tints

Shades of #83BCA8

#83BCA8
(131,188,168)
#78AB99
(120,171,153)
#6D9A8A
(109,154,138)
#62897B
(98,137,123)
#57786C
(87,120,108)
#4C675D
(76,103,93)
#41564E
(65,86,78)
#36453F
(54,69,63)
#2B3430
(43,52,48)
#202321
(32,35,33)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #83BCA8

#83BCA8
(131,188,168)
#8EC2AF
(142,194,175)
#99C8B6
(153,200,182)
#A4CEBD
(164,206,189)
#AFD4C4
(175,212,196)
#BADACB
(186,218,203)
#C5E0D2
(197,224,210)
#D0E6D9
(208,230,217)
#DBECE0
(219,236,224)
#E6F2E7
(230,242,231)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BCA8; }

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

This text font color is #83BCA8.

Background Color

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

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

This div background color is #83BCA8.

Border color

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

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

This div border color is #83BCA8.

Opacity

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

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

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

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

This text has shadow with #83BCA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BCA8.

Preview

Color preview on black background

This text has color #83BCA8 on black background.


Color preview on white background

This text has color #83BCA8 on white background.


Black color preview on #83BCA8 background

This text has black color on #83BCA8 background.


White color preview on #83BCA8 background

This text has white color on #83BCA8 background.


Related colors

Complementary color

Complementary color for #hex is #7C4357.


I love getcolorcode.com

Triadic colors

1 #A883BC and #BCA883 with #83BCA8 are triadic colors.

2 #A8BC83 and #BC83A8 with #83BCA8 are triadic colors.