COLOR #83DEAA

HEX: #83DEAA RGB: (131,222,170)

Color info

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

RGB color model

#83DEAA color RGB value is (131,222,170).

RGB: (131,222,170) (51%, 87%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 222 of 255 = 87%
B 170 of 255 = 67%

131
222
170

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

Portions of RGB colors in percentages

R + G + B = 131 + 222 + 170 = 523 (100%)
R 131 of 523 ~ 25.05%
G 222 of 523 ~ 42.45%
B 170 of 523 ~ 32.5'%

%25.05
%42.45
%32.5

CMYK color model

#83DEAA color CMYK value is (41,0,23,13).

  • cyan value is 40.99%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK: (41,0,23,13) C41M0Y23K13 (41%,0%,23%,13%) (0.41/0.00/0.23/0.13) 

CMYK percentages

%40.99
%0
%23.42
%12.94

Codes

Color #83DEAA in popluar color models

83 DE AA
RGB 131 222 170
HSL 146° 57.96% 69.22%
HSB/HSV 146° 40.99% 87.06%
CMYK 40.99% 0.00% 23.42%
12.94%

Color #83DEAA in popluar number systems.

HEX 83 DE AA
Decimal 131 222 170
Binary 10000011 11011110 10101010
Octal 203 336 252

Shades and tints

Shades of #83DEAA

#83DEAA
(131,222,170)
#78CA9B
(120,202,155)
#6DB68C
(109,182,140)
#62A27D
(98,162,125)
#578E6E
(87,142,110)
#4C7A5F
(76,122,95)
#416650
(65,102,80)
#365241
(54,82,65)
#2B3E32
(43,62,50)
#202A23
(32,42,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #83DEAA

#83DEAA
(131,222,170)
#8EE1B1
(142,225,177)
#99E4B8
(153,228,184)
#A4E7BF
(164,231,191)
#AFEAC6
(175,234,198)
#BAEDCD
(186,237,205)
#C5F0D4
(197,240,212)
#D0F3DB
(208,243,219)
#DBF6E2
(219,246,226)
#E6F9E9
(230,249,233)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DEAA; }

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

This text font color is #83DEAA.

Background Color

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

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

This div background color is #83DEAA.

Border color

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

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

This div border color is #83DEAA.

Opacity

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

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

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

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

This text has shadow with #83DEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DEAA.

Preview

Color preview on black background

This text has color #83DEAA on black background.


Color preview on white background

This text has color #83DEAA on white background.


Black color preview on #83DEAA background

This text has black color on #83DEAA background.


White color preview on #83DEAA background

This text has white color on #83DEAA background.


Related colors

Complementary color

Complementary color for #hex is #7C2155.


I love getcolorcode.com

Triadic colors

1 #AA83DE and #DEAA83 with #83DEAA are triadic colors.

2 #AADE83 and #DE83AA with #83DEAA are triadic colors.