COLOR #83DCAA

HEX: #83DCAA
RGB: (131,220,170)

Color info

#83DCAA contains mainly green and blue colors. Web safe color of #83DCAA is #99CC99 (or #9C9).

RGB color model

#83DCAA color RGB value is (131,220,170).

  • red value is 131;
  • green value is 220;
  • blue value is 170.
RGB:
(131,220,170)
(51%,86%,67%)

RGB channels and saturation

R 131 of 255 = 51%
G 220 of 255 = 86%
B 170 of 255 = 67%

131
220
170

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

Portions of RGB colors in percentages

R + G + B =
131 + 220 + 170 = 521 (100%)
R 131 of 521 ~ 25.14%
G 220 of 521 ~ 42.23%
B 170 of 521 ~ 32.63%

%25.14
%42.23
%32.63

CMYK color model

#83DCAA color CMYK value is (40,0,23,14).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 13.73%
CMYK:
(40,0,23,14)
C40M0Y23K14 
(40%,0%,23%,14%)
(0.40/0.00/0.23/0.14)	

CMYK percentages

%40.45
%0
%22.73
%13.73

Codes

Color #83DCAA in popluar color models

83DCAA
RGB131220170
HSL146°55.97%68.82%
HSB/HSV146°40.45%86.27%
CMYK40.45%0.00%22.73%
13.73%

Color #83DCAA in popluar number systems.

HEX83DCAA
Decimal131220170
Binary100000111101110010101010
Octal203334252

Shades and tints

Shades of #83DCAA

#83DCAA
(131,220,170)
#78C89B
(120,200,155)
#6DB48C
(109,180,140)
#62A07D
(98,160,125)
#578C6E
(87,140,110)
#4C785F
(76,120,95)
#416450
(65,100,80)
#365041
(54,80,65)
#2B3C32
(43,60,50)
#202823
(32,40,35)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #83DCAA

#83DCAA
(131,220,170)
#8EDFB1
(142,223,177)
#99E2B8
(153,226,184)
#A4E5BF
(164,229,191)
#AFE8C6
(175,232,198)
#BAEBCD
(186,235,205)
#C5EED4
(197,238,212)
#D0F1DB
(208,241,219)
#DBF4E2
(219,244,226)
#E6F7E9
(230,247,233)
#F1FAF0
(241,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DCAA color. Also use rgb(131,220,170) instead hex code.

Text Font Color

.myTextColor { color: #83DCAA; }

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

This text font color is #83DCAA.


Background Color

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

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

This div background color is #83DCAA.


Border color

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

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

This div border color is #83DCAA.


Opacity

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

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

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

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

This text has shadow with #83DCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DCAA on black background.


Color preview on white background

This text has color #83DCAA on white background.



Black color preview on #83DCAA background

This text has black color on #83DCAA background.


White color preview on #83DCAA background

This text has white color on #83DCAA background.