COLOR #83DEB9

HEX: #83DEB9
RGB: (131,222,185)

Color info

#83DEB9 contains mainly green and blue colors. Web safe color of #83DEB9 is #99CCCC (or #9CC).

RGB color model

#83DEB9 color RGB value is (131,222,185).

  • red value is 131;
  • green value is 222;
  • blue value is 185.
RGB:
(131,222,185)
(51%,87%,73%)

RGB channels and saturation

R 131 of 255 = 51%
G 222 of 255 = 87%
B 185 of 255 = 73%

131
222
185

R + G + B ~ 70%. #83DEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 222 + 185 = 538 (100%)
R 131 of 538 ~ 24.35%
G 222 of 538 ~ 41.26%
B 185 of 538 ~ 34.39%

%24.35
%41.26
%34.39

CMYK color model

#83DEB9 color CMYK value is (41,0,17,13).

  • cyan value is 40.99%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 12.94%
CMYK:
(41,0,17,13)
C41M0Y17K13 
(41%,0%,17%,13%)
(0.41/0.00/0.17/0.13)	

CMYK percentages

%40.99
%0
%16.67
%12.94

Codes

Color #83DEB9 in popluar color models

83DEB9
RGB131222185
HSL156°57.96%69.22%
HSB/HSV156°40.99%87.06%
CMYK40.99%0.00%16.67%
12.94%

Color #83DEB9 in popluar number systems.

HEX83DEB9
Decimal131222185
Binary100000111101111010111001
Octal203336271

Shades and tints

Shades of #83DEB9

#83DEB9
(131,222,185)
#78CAA9
(120,202,169)
#6DB699
(109,182,153)
#62A289
(98,162,137)
#578E79
(87,142,121)
#4C7A69
(76,122,105)
#416659
(65,102,89)
#365249
(54,82,73)
#2B3E39
(43,62,57)
#202A29
(32,42,41)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #83DEB9

#83DEB9
(131,222,185)
#8EE1BF
(142,225,191)
#99E4C5
(153,228,197)
#A4E7CB
(164,231,203)
#AFEAD1
(175,234,209)
#BAEDD7
(186,237,215)
#C5F0DD
(197,240,221)
#D0F3E3
(208,243,227)
#DBF6E9
(219,246,233)
#E6F9EF
(230,249,239)
#F1FCF5
(241,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DEB9 color. Also use rgb(131,222,185) instead hex code.

Text Font Color

.myTextColor { color: #83DEB9; }

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

This text font color is #83DEB9.


Background Color

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

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

This div background color is #83DEB9.


Border color

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

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

This div border color is #83DEB9.


Opacity

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

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

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

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

This text has shadow with #83DEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DEB9 on black background.


Color preview on white background

This text has color #83DEB9 on white background.



Black color preview on #83DEB9 background

This text has black color on #83DEB9 background.


White color preview on #83DEB9 background

This text has white color on #83DEB9 background.