COLOR #83CAA7

HEX: #83CAA7 RGB: (131,202,167)

Color info

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

RGB color model

#83CAA7 color RGB value is (131,202,167).

RGB: (131,202,167) (51%, 79%, 65%)

RGB channels and saturation

R 131 of 255 = 51%
G 202 of 255 = 79%
B 167 of 255 = 65%

131
202
167

R + G + B ~ 65%. #83CAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 202 + 167 = 500 (100%)
R 131 of 500 ~ 26.2%
G 202 of 500 ~ 40.4%
B 167 of 500 ~ 33.4'%

%26.2
%40.4
%33.4

CMYK color model

#83CAA7 color CMYK value is (35,0,17,21).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 20.78%

CMYK: (35,0,17,21)
C35M0Y17K21 (35%, 0%, 17%, 21%)
(0.35 / 0.00 / 0.17 / 0.21)

CMYK percentages

%35.15
%0
%17.33
%20.78

Codes

Color #83CAA7 in popluar color models

83 CA A7
RGB 131 202 167
HSL 150° 40.11% 65.29%
HSB/HSV 150° 35.15% 79.22%
CMYK 35.15% 0.00% 17.33%
20.78%

Color #83CAA7 in popluar number systems.

HEX 83 CA A7
Decimal 131 202 167
Binary 10000011 11001010 10100111
Octal 203 312 247

Shades and tints

Shades of #83CAA7

#83CAA7
(131,202,167)
#78B898
(120,184,152)
#6DA689
(109,166,137)
#62947A
(98,148,122)
#57826B
(87,130,107)
#4C705C
(76,112,92)
#415E4D
(65,94,77)
#364C3E
(54,76,62)
#2B3A2F
(43,58,47)
#202820
(32,40,32)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #83CAA7

#83CAA7
(131,202,167)
#8ECEAF
(142,206,175)
#99D2B7
(153,210,183)
#A4D6BF
(164,214,191)
#AFDAC7
(175,218,199)
#BADECF
(186,222,207)
#C5E2D7
(197,226,215)
#D0E6DF
(208,230,223)
#DBEAE7
(219,234,231)
#E6EEEF
(230,238,239)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CAA7 color. Also use rgb(131,202,167) instead hex code.

Text Font Color

.myTextColor { color: #83CAA7; }

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

This text font color is #83CAA7.

Background Color

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

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

This div background color is #83CAA7.

Border color

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

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

This div border color is #83CAA7.

Opacity

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

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

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

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

This text has shadow with #83CAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CAA7.

Preview

Color preview on black background

This text has color #83CAA7 on black background.


Color preview on white background

This text has color #83CAA7 on white background.


Black color preview on #83CAA7 background

This text has black color on #83CAA7 background.


White color preview on #83CAA7 background

This text has white color on #83CAA7 background.


Related colors

Complementary color

Complementary color for #hex is #7C3558.


I love getcolorcode.com

Triadic colors

1 #A783CA and #CAA783 with #83CAA7 are triadic colors.

2 #A7CA83 and #CA83A7 with #83CAA7 are triadic colors.