COLOR #83C8B5

HEX: #83C8B5 RGB: (131,200,181)

Color info

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

RGB color model

#83C8B5 color RGB value is (131,200,181).

RGB: (131,200,181) (51%, 78%, 71%)

RGB channels and saturation

R 131 of 255 = 51%
G 200 of 255 = 78%
B 181 of 255 = 71%

131
200
181

R + G + B ~ 67%. #83C8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 200 + 181 = 512 (100%)
R 131 of 512 ~ 25.59%
G 200 of 512 ~ 39.06%
B 181 of 512 ~ 35.35'%

%25.59
%39.06
%35.35

CMYK color model

#83C8B5 color CMYK value is (35,0,10,22).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 21.57%
CMYK: (35,0,10,22) C35M0Y10K22 (35%,0%,10%,22%) (0.35/0.00/0.10/0.22) 

CMYK percentages

%34.5
%0
%9.5
%21.57

Codes

Color #83C8B5 in popluar color models

83 C8 B5
RGB 131 200 181
HSL 163° 38.55% 64.90%
HSB/HSV 163° 34.50% 78.43%
CMYK 34.50% 0.00% 9.50%
21.57%

Color #83C8B5 in popluar number systems.

HEX 83 C8 B5
Decimal 131 200 181
Binary 10000011 11001000 10110101
Octal 203 310 265

Shades and tints

Shades of #83C8B5

#83C8B5
(131,200,181)
#78B6A5
(120,182,165)
#6DA495
(109,164,149)
#629285
(98,146,133)
#578075
(87,128,117)
#4C6E65
(76,110,101)
#415C55
(65,92,85)
#364A45
(54,74,69)
#2B3835
(43,56,53)
#202625
(32,38,37)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #83C8B5

#83C8B5
(131,200,181)
#8ECDBB
(142,205,187)
#99D2C1
(153,210,193)
#A4D7C7
(164,215,199)
#AFDCCD
(175,220,205)
#BAE1D3
(186,225,211)
#C5E6D9
(197,230,217)
#D0EBDF
(208,235,223)
#DBF0E5
(219,240,229)
#E6F5EB
(230,245,235)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C8B5 color. Also use rgb(131,200,181) instead hex code.

Text Font Color

.myTextColor { color: #83C8B5; }

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

This text font color is #83C8B5.

Background Color

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

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

This div background color is #83C8B5.

Border color

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

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

This div border color is #83C8B5.

Opacity

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

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

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

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

This text has shadow with #83C8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C8B5.

Preview

Color preview on black background

This text has color #83C8B5 on black background.


Color preview on white background

This text has color #83C8B5 on white background.


Black color preview on #83C8B5 background

This text has black color on #83C8B5 background.


White color preview on #83C8B5 background

This text has white color on #83C8B5 background.


Related colors

Complementary color

Complementary color for #hex is #7C374A.


I love getcolorcode.com

Triadic colors

1 #B583C8 and #C8B583 with #83C8B5 are triadic colors.

2 #B5C883 and #C883B5 with #83C8B5 are triadic colors.