COLOR #83C695

HEX: #83C695 RGB: (131,198,149)

Color info

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

RGB color model

#83C695 color RGB value is (131,198,149).

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

RGB channels and saturation

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

131
198
149

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

Portions of RGB colors in percentages

R + G + B = 131 + 198 + 149 = 478 (100%)
R 131 of 478 ~ 27.41%
G 198 of 478 ~ 41.42%
B 149 of 478 ~ 31.17'%

%27.41
%41.42
%31.17

CMYK color model

#83C695 color CMYK value is (34,0,25,22).

  • cyan value is 33.84%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK: (34,0,25,22) C34M0Y25K22 (34%,0%,25%,22%) (0.34/0.00/0.25/0.22) 

CMYK percentages

%33.84
%0
%24.75
%22.35

Codes

Color #83C695 in popluar color models

83 C6 95
RGB 131 198 149
HSL 136° 37.02% 64.51%
HSB/HSV 136° 33.84% 77.65%
CMYK 33.84% 0.00% 24.75%
22.35%

Color #83C695 in popluar number systems.

HEX 83 C6 95
Decimal 131 198 149
Binary 10000011 11000110 10010101
Octal 203 306 225

Shades and tints

Shades of #83C695

#83C695
(131,198,149)
#78B488
(120,180,136)
#6DA27B
(109,162,123)
#62906E
(98,144,110)
#577E61
(87,126,97)
#4C6C54
(76,108,84)
#415A47
(65,90,71)
#36483A
(54,72,58)
#2B362D
(43,54,45)
#202420
(32,36,32)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #83C695

#83C695
(131,198,149)
#8ECB9E
(142,203,158)
#99D0A7
(153,208,167)
#A4D5B0
(164,213,176)
#AFDAB9
(175,218,185)
#BADFC2
(186,223,194)
#C5E4CB
(197,228,203)
#D0E9D4
(208,233,212)
#DBEEDD
(219,238,221)
#E6F3E6
(230,243,230)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C695; }

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

This text font color is #83C695.

Background Color

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

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

This div background color is #83C695.

Border color

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

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

This div border color is #83C695.

Opacity

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

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

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

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

This text has shadow with #83C695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C695.

Preview

Color preview on black background

This text has color #83C695 on black background.


Color preview on white background

This text has color #83C695 on white background.


Black color preview on #83C695 background

This text has black color on #83C695 background.


White color preview on #83C695 background

This text has white color on #83C695 background.


Related colors

Complementary color

Complementary color for #hex is #7C396A.


I love getcolorcode.com

Triadic colors

1 #9583C6 and #C69583 with #83C695 are triadic colors.

2 #95C683 and #C68395 with #83C695 are triadic colors.