COLOR #83B3BD

HEX: #83B3BD RGB: (131,179,189)

Color info

#83B3BD contains red, green and blue colors in about the same proportion. Web safe color of #83B3BD is #9999CC (or #99C).

RGB color model

#83B3BD color RGB value is (131,179,189).

RGB: (131,179,189) (51%, 70%, 74%)

RGB channels and saturation

R 131 of 255 = 51%
G 179 of 255 = 70%
B 189 of 255 = 74%

131
179
189

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

Portions of RGB colors in percentages

R + G + B = 131 + 179 + 189 = 499 (100%)
R 131 of 499 ~ 26.25%
G 179 of 499 ~ 35.87%
B 189 of 499 ~ 37.88'%

%26.25
%35.87
%37.88

CMYK color model

#83B3BD color CMYK value is (31,5,0,26).

  • cyan value is 30.69%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (31,5,0,26)
C31M5Y0K26 (31%, 5%, 0%, 26%)
(0.31 / 0.05 / 0.00 / 0.26)

CMYK percentages

%30.69
%5.29
%0
%25.88

Codes

Color #83B3BD in popluar color models

83 B3 BD
RGB 131 179 189
HSL 190° 30.53% 62.75%
HSB/HSV 190° 30.69% 74.12%
CMYK 30.69% 5.29% 0.00%
25.88%

Color #83B3BD in popluar number systems.

HEX 83 B3 BD
Decimal 131 179 189
Binary 10000011 10110011 10111101
Octal 203 263 275

Shades and tints

Shades of #83B3BD

#83B3BD
(131,179,189)
#78A3AC
(120,163,172)
#6D939B
(109,147,155)
#62838A
(98,131,138)
#577379
(87,115,121)
#4C6368
(76,99,104)
#415357
(65,83,87)
#364346
(54,67,70)
#2B3335
(43,51,53)
#202324
(32,35,36)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #83B3BD

#83B3BD
(131,179,189)
#8EB9C3
(142,185,195)
#99BFC9
(153,191,201)
#A4C5CF
(164,197,207)
#AFCBD5
(175,203,213)
#BAD1DB
(186,209,219)
#C5D7E1
(197,215,225)
#D0DDE7
(208,221,231)
#DBE3ED
(219,227,237)
#E6E9F3
(230,233,243)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B3BD; }

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

This text font color is #83B3BD.

Background Color

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

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

This div background color is #83B3BD.

Border color

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

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

This div border color is #83B3BD.

Opacity

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

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

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

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

This text has shadow with #83B3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B3BD.

Preview

Color preview on black background

This text has color #83B3BD on black background.


Color preview on white background

This text has color #83B3BD on white background.


Black color preview on #83B3BD background

This text has black color on #83B3BD background.


White color preview on #83B3BD background

This text has white color on #83B3BD background.


Related colors

Complementary color

Complementary color for #hex is #7C4C42.


I love getcolorcode.com

Triadic colors

1 #BD83B3 and #B3BD83 with #83B3BD are triadic colors.

2 #BDB383 and #B383BD with #83B3BD are triadic colors.