COLOR #83BDB1

HEX: #83BDB1
RGB: (131,189,177)

Color info

#83BDB1 contains red, green and blue colors in about the same proportion. Web safe color of #83BDB1 is #99CC99 (or #9C9).

RGB color model

#83BDB1 color RGB value is (131,189,177).

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

RGB channels and saturation

R 131 of 255 = 51%
G 189 of 255 = 74%
B 177 of 255 = 69%

131
189
177

R + G + B ~ 65%. #83BDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 189 + 177 = 497 (100%)
R 131 of 497 ~ 26.36%
G 189 of 497 ~ 38.03%
B 177 of 497 ~ 35.61%

%26.36
%38.03
%35.61

CMYK color model

#83BDB1 color CMYK value is (31,0,6,26).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(31,0,6,26)
C31M0Y6K26 
(31%,0%,6%,26%)
(0.31/0.00/0.06/0.26)	

CMYK percentages

%30.69
%0
%6.35
%25.88

Codes

Color #83BDB1 in popluar color models

83BDB1
RGB131189177
HSL168°30.53%62.75%
HSB/HSV168°30.69%74.12%
CMYK30.69%0.00%6.35%
25.88%

Color #83BDB1 in popluar number systems.

HEX83BDB1
Decimal131189177
Binary100000111011110110110001
Octal203275261

Shades and tints

Shades of #83BDB1

#83BDB1
(131,189,177)
#78ACA1
(120,172,161)
#6D9B91
(109,155,145)
#628A81
(98,138,129)
#577971
(87,121,113)
#4C6861
(76,104,97)
#415751
(65,87,81)
#364641
(54,70,65)
#2B3531
(43,53,49)
#202421
(32,36,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #83BDB1

#83BDB1
(131,189,177)
#8EC3B8
(142,195,184)
#99C9BF
(153,201,191)
#A4CFC6
(164,207,198)
#AFD5CD
(175,213,205)
#BADBD4
(186,219,212)
#C5E1DB
(197,225,219)
#D0E7E2
(208,231,226)
#DBEDE9
(219,237,233)
#E6F3F0
(230,243,240)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BDB1; }

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

This text font color is #83BDB1.


Background Color

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

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

This div background color is #83BDB1.


Border color

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

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

This div border color is #83BDB1.


Opacity

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

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

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

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

This text has shadow with #83BDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BDB1 on black background.


Color preview on white background

This text has color #83BDB1 on white background.



Black color preview on #83BDB1 background

This text has black color on #83BDB1 background.


White color preview on #83BDB1 background

This text has white color on #83BDB1 background.