COLOR #83C895

HEX: #83C895 RGB: (131,200,149)

Color info

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

RGB color model

#83C895 color RGB value is (131,200,149).

RGB: (131,200,149) (51%, 78%, 58%)

RGB channels and saturation

R 131 of 255 = 51%
G 200 of 255 = 78%
B 149 of 255 = 58%

131
200
149

R + G + B ~ 62%. #83C895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 200 + 149 = 480 (100%)
R 131 of 480 ~ 27.29%
G 200 of 480 ~ 41.67%
B 149 of 480 ~ 31.04'%

%27.29
%41.67
%31.04

CMYK color model

#83C895 color CMYK value is (35,0,26,22).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 21.57%

CMYK: (35,0,26,22)
C35M0Y26K22 (35%, 0%, 26%, 22%)
(0.35 / 0.00 / 0.26 / 0.22)

CMYK percentages

%34.5
%0
%25.5
%21.57

Codes

Color #83C895 in popluar color models

83 C8 95
RGB 131 200 149
HSL 136° 38.55% 64.90%
HSB/HSV 136° 34.50% 78.43%
CMYK 34.50% 0.00% 25.50%
21.57%

Color #83C895 in popluar number systems.

HEX 83 C8 95
Decimal 131 200 149
Binary 10000011 11001000 10010101
Octal 203 310 225

Shades and tints

Shades of #83C895

#83C895
(131,200,149)
#78B688
(120,182,136)
#6DA47B
(109,164,123)
#62926E
(98,146,110)
#578061
(87,128,97)
#4C6E54
(76,110,84)
#415C47
(65,92,71)
#364A3A
(54,74,58)
#2B382D
(43,56,45)
#202620
(32,38,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #83C895

#83C895
(131,200,149)
#8ECD9E
(142,205,158)
#99D2A7
(153,210,167)
#A4D7B0
(164,215,176)
#AFDCB9
(175,220,185)
#BAE1C2
(186,225,194)
#C5E6CB
(197,230,203)
#D0EBD4
(208,235,212)
#DBF0DD
(219,240,221)
#E6F5E6
(230,245,230)
#F1FAEF
(241,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C895 color. Also use rgb(131,200,149) instead hex code.

Text Font Color

.myTextColor { color: #83C895; }

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

This text font color is #83C895.

Background Color

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

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

This div background color is #83C895.

Border color

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

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

This div border color is #83C895.

Opacity

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

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

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

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

This text has shadow with #83C895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C895.

Preview

Color preview on black background

This text has color #83C895 on black background.


Color preview on white background

This text has color #83C895 on white background.


Black color preview on #83C895 background

This text has black color on #83C895 background.


White color preview on #83C895 background

This text has white color on #83C895 background.


Related colors

Complementary color

Complementary color for #hex is #7C376A.


I love getcolorcode.com

Triadic colors

1 #9583C8 and #C89583 with #83C895 are triadic colors.

2 #95C883 and #C88395 with #83C895 are triadic colors.