COLOR #83CCB9

HEX: #83CCB9 RGB: (131,204,185)

Color info

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

RGB color model

#83CCB9 color RGB value is (131,204,185).

RGB: (131,204,185) (51%, 80%, 73%)

RGB channels and saturation

R 131 of 255 = 51%
G 204 of 255 = 80%
B 185 of 255 = 73%

131
204
185

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

Portions of RGB colors in percentages

R + G + B = 131 + 204 + 185 = 520 (100%)
R 131 of 520 ~ 25.19%
G 204 of 520 ~ 39.23%
B 185 of 520 ~ 35.58'%

%25.19
%39.23
%35.58

CMYK color model

#83CCB9 color CMYK value is (36,0,9,20).

  • cyan value is 35.78%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%

CMYK: (36,0,9,20)
C36M0Y9K20 (36%, 0%, 9%, 20%)
(0.36 / 0.00 / 0.09 / 0.20)

CMYK percentages

%35.78
%0
%9.31
%20

Codes

Color #83CCB9 in popluar color models

83 CC B9
RGB 131 204 185
HSL 164° 41.71% 65.69%
HSB/HSV 164° 35.78% 80.00%
CMYK 35.78% 0.00% 9.31%
20.00%

Color #83CCB9 in popluar number systems.

HEX 83 CC B9
Decimal 131 204 185
Binary 10000011 11001100 10111001
Octal 203 314 271

Shades and tints

Shades of #83CCB9

#83CCB9
(131,204,185)
#78BAA9
(120,186,169)
#6DA899
(109,168,153)
#629689
(98,150,137)
#578479
(87,132,121)
#4C7269
(76,114,105)
#416059
(65,96,89)
#364E49
(54,78,73)
#2B3C39
(43,60,57)
#202A29
(32,42,41)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #83CCB9

#83CCB9
(131,204,185)
#8ED0BF
(142,208,191)
#99D4C5
(153,212,197)
#A4D8CB
(164,216,203)
#AFDCD1
(175,220,209)
#BAE0D7
(186,224,215)
#C5E4DD
(197,228,221)
#D0E8E3
(208,232,227)
#DBECE9
(219,236,233)
#E6F0EF
(230,240,239)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CCB9 color. Also use rgb(131,204,185) instead hex code.

Text Font Color

.myTextColor { color: #83CCB9; }

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

This text font color is #83CCB9.

Background Color

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

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

This div background color is #83CCB9.

Border color

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

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

This div border color is #83CCB9.

Opacity

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

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

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

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

This text has shadow with #83CCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CCB9.

Preview

Color preview on black background

This text has color #83CCB9 on black background.


Color preview on white background

This text has color #83CCB9 on white background.


Black color preview on #83CCB9 background

This text has black color on #83CCB9 background.


White color preview on #83CCB9 background

This text has white color on #83CCB9 background.


Related colors

Complementary color

Complementary color for #hex is #7C3346.


I love getcolorcode.com

Triadic colors

1 #B983CC and #CCB983 with #83CCB9 are triadic colors.

2 #B9CC83 and #CC83B9 with #83CCB9 are triadic colors.