COLOR #83DDB1

HEX: #83DDB1
RGB: (131,221,177)

Color info

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

RGB color model

#83DDB1 color RGB value is (131,221,177).

  • red value is 131;
  • green value is 221;
  • blue value is 177.
RGB:
(131,221,177)
(51%,87%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 221 of 255 = 87%
B 177 of 255 = 69%

131
221
177

R + G + B ~ 69%. #83DDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 221 + 177 = 529 (100%)
R 131 of 529 ~ 24.76%
G 221 of 529 ~ 41.78%
B 177 of 529 ~ 33.46%

%24.76
%41.78
%33.46

CMYK color model

#83DDB1 color CMYK value is (41,0,20,13).

  • cyan value is 40.72%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 13.33%
CMYK:
(41,0,20,13)
C41M0Y20K13 
(41%,0%,20%,13%)
(0.41/0.00/0.20/0.13)	

CMYK percentages

%40.72
%0
%19.91
%13.33

Codes

Color #83DDB1 in popluar color models

83DDB1
RGB131221177
HSL151°56.96%69.02%
HSB/HSV151°40.72%86.67%
CMYK40.72%0.00%19.91%
13.33%

Color #83DDB1 in popluar number systems.

HEX83DDB1
Decimal131221177
Binary100000111101110110110001
Octal203335261

Shades and tints

Shades of #83DDB1

#83DDB1
(131,221,177)
#78C9A1
(120,201,161)
#6DB591
(109,181,145)
#62A181
(98,161,129)
#578D71
(87,141,113)
#4C7961
(76,121,97)
#416551
(65,101,81)
#365141
(54,81,65)
#2B3D31
(43,61,49)
#202921
(32,41,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #83DDB1

#83DDB1
(131,221,177)
#8EE0B8
(142,224,184)
#99E3BF
(153,227,191)
#A4E6C6
(164,230,198)
#AFE9CD
(175,233,205)
#BAECD4
(186,236,212)
#C5EFDB
(197,239,219)
#D0F2E2
(208,242,226)
#DBF5E9
(219,245,233)
#E6F8F0
(230,248,240)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DDB1 color. Also use rgb(131,221,177) instead hex code.

Text Font Color

.myTextColor { color: #83DDB1; }

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

This text font color is #83DDB1.


Background Color

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

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

This div background color is #83DDB1.


Border color

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

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

This div border color is #83DDB1.


Opacity

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

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

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

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

This text has shadow with #83DDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DDB1 on black background.


Color preview on white background

This text has color #83DDB1 on white background.



Black color preview on #83DDB1 background

This text has black color on #83DDB1 background.


White color preview on #83DDB1 background

This text has white color on #83DDB1 background.