COLOR #83DAAC

HEX: #83DAAC RGB: (131,218,172)

Color info

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

RGB color model

#83DAAC color RGB value is (131,218,172).

RGB: (131,218,172) (51%, 85%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 218 of 255 = 85%
B 172 of 255 = 67%

131
218
172

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

Portions of RGB colors in percentages

R + G + B = 131 + 218 + 172 = 521 (100%)
R 131 of 521 ~ 25.14%
G 218 of 521 ~ 41.84%
B 172 of 521 ~ 33.01'%

%25.14
%41.84
%33.01

CMYK color model

#83DAAC color CMYK value is (40,0,21,15).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 21.10%
  • key color value is 14.51%

CMYK: (40,0,21,15)
C40M0Y21K15 (40%, 0%, 21%, 15%)
(0.40 / 0.00 / 0.21 / 0.15)

CMYK percentages

%39.91
%0
%21.1
%14.51

Codes

Color #83DAAC in popluar color models

83 DA AC
RGB 131 218 172
HSL 148° 54.04% 68.43%
HSB/HSV 148° 39.91% 85.49%
CMYK 39.91% 0.00% 21.10%
14.51%

Color #83DAAC in popluar number systems.

HEX 83 DA AC
Decimal 131 218 172
Binary 10000011 11011010 10101100
Octal 203 332 254

Shades and tints

Shades of #83DAAC

#83DAAC
(131,218,172)
#78C79D
(120,199,157)
#6DB48E
(109,180,142)
#62A17F
(98,161,127)
#578E70
(87,142,112)
#4C7B61
(76,123,97)
#416852
(65,104,82)
#365543
(54,85,67)
#2B4234
(43,66,52)
#202F25
(32,47,37)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #83DAAC

#83DAAC
(131,218,172)
#8EDDB3
(142,221,179)
#99E0BA
(153,224,186)
#A4E3C1
(164,227,193)
#AFE6C8
(175,230,200)
#BAE9CF
(186,233,207)
#C5ECD6
(197,236,214)
#D0EFDD
(208,239,221)
#DBF2E4
(219,242,228)
#E6F5EB
(230,245,235)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DAAC color. Also use rgb(131,218,172) instead hex code.

Text Font Color

.myTextColor { color: #83DAAC; }

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

This text font color is #83DAAC.

Background Color

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

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

This div background color is #83DAAC.

Border color

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

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

This div border color is #83DAAC.

Opacity

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

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

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

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

This text has shadow with #83DAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DAAC.

Preview

Color preview on black background

This text has color #83DAAC on black background.


Color preview on white background

This text has color #83DAAC on white background.


Black color preview on #83DAAC background

This text has black color on #83DAAC background.


White color preview on #83DAAC background

This text has white color on #83DAAC background.


Related colors

Complementary color

Complementary color for #hex is #7C2553.


I love getcolorcode.com

Triadic colors

1 #AC83DA and #DAAC83 with #83DAAC are triadic colors.

2 #ACDA83 and #DA83AC with #83DAAC are triadic colors.