COLOR #83CAAC

HEX: #83CAAC
RGB: (131,202,172)

Color info

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

RGB color model

#83CAAC color RGB value is (131,202,172).

  • red value is 131;
  • green value is 202;
  • blue value is 172.
RGB:
(131,202,172)
(51%,79%,67%)

RGB channels and saturation

R 131 of 255 = 51%
G 202 of 255 = 79%
B 172 of 255 = 67%

131
202
172

R + G + B ~ 66%. #83CAAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 202 + 172 = 505 (100%)
R 131 of 505 ~ 25.94%
G 202 of 505 ~ 40%
B 172 of 505 ~ 34.06%

%25.94
%40
%34.06

CMYK color model

#83CAAC color CMYK value is (35,0,15,21).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 20.78%
CMYK:
(35,0,15,21)
C35M0Y15K21 
(35%,0%,15%,21%)
(0.35/0.00/0.15/0.21)	

CMYK percentages

%35.15
%0
%14.85
%20.78

Codes

Color #83CAAC in popluar color models

83CAAC
RGB131202172
HSL155°40.11%65.29%
HSB/HSV155°35.15%79.22%
CMYK35.15%0.00%14.85%
20.78%

Color #83CAAC in popluar number systems.

HEX83CAAC
Decimal131202172
Binary100000111100101010101100
Octal203312254

Shades and tints

Shades of #83CAAC

#83CAAC
(131,202,172)
#78B89D
(120,184,157)
#6DA68E
(109,166,142)
#62947F
(98,148,127)
#578270
(87,130,112)
#4C7061
(76,112,97)
#415E52
(65,94,82)
#364C43
(54,76,67)
#2B3A34
(43,58,52)
#202825
(32,40,37)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #83CAAC

#83CAAC
(131,202,172)
#8ECEB3
(142,206,179)
#99D2BA
(153,210,186)
#A4D6C1
(164,214,193)
#AFDAC8
(175,218,200)
#BADECF
(186,222,207)
#C5E2D6
(197,226,214)
#D0E6DD
(208,230,221)
#DBEAE4
(219,234,228)
#E6EEEB
(230,238,235)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CAAC; }

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

This text font color is #83CAAC.


Background Color

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

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

This div background color is #83CAAC.


Border color

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

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

This div border color is #83CAAC.


Opacity

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

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

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

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

This text has shadow with #83CAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CAAC on black background.


Color preview on white background

This text has color #83CAAC on white background.



Black color preview on #83CAAC background

This text has black color on #83CAAC background.


White color preview on #83CAAC background

This text has white color on #83CAAC background.