COLOR #83AEBA

HEX: #83AEBA
RGB: (131,174,186)

Color info

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

RGB color model

#83AEBA color RGB value is (131,174,186).

  • red value is 131;
  • green value is 174;
  • blue value is 186.
RGB:
(131,174,186)
(51%,68%,73%)

RGB channels and saturation

R 131 of 255 = 51%
G 174 of 255 = 68%
B 186 of 255 = 73%

131
174
186

R + G + B ~ 64%. #83AEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 174 + 186 = 491 (100%)
R 131 of 491 ~ 26.68%
G 174 of 491 ~ 35.44%
B 186 of 491 ~ 37.88%

%26.68
%35.44
%37.88

CMYK color model

#83AEBA color CMYK value is (30,6,0,27).

  • cyan value is 29.57%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(30,6,0,27)
C30M6Y0K27 
(30%,6%,0%,27%)
(0.30/0.06/0.00/0.27)	

CMYK percentages

%29.57
%6.45
%0
%27.06

Codes

Color #83AEBA in popluar color models

83AEBA
RGB131174186
HSL193°28.50%62.16%
HSB/HSV193°29.57%72.94%
CMYK29.57%6.45%0.00%
27.06%

Color #83AEBA in popluar number systems.

HEX83AEBA
Decimal131174186
Binary100000111010111010111010
Octal203256272

Shades and tints

Shades of #83AEBA

#83AEBA
(131,174,186)
#789FAA
(120,159,170)
#6D909A
(109,144,154)
#62818A
(98,129,138)
#57727A
(87,114,122)
#4C636A
(76,99,106)
#41545A
(65,84,90)
#36454A
(54,69,74)
#2B363A
(43,54,58)
#20272A
(32,39,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #83AEBA

#83AEBA
(131,174,186)
#8EB5C0
(142,181,192)
#99BCC6
(153,188,198)
#A4C3CC
(164,195,204)
#AFCAD2
(175,202,210)
#BAD1D8
(186,209,216)
#C5D8DE
(197,216,222)
#D0DFE4
(208,223,228)
#DBE6EA
(219,230,234)
#E6EDF0
(230,237,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AEBA color. Also use rgb(131,174,186) instead hex code.

Text Font Color

.myTextColor { color: #83AEBA; }

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

This text font color is #83AEBA.


Background Color

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

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

This div background color is #83AEBA.


Border color

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

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

This div border color is #83AEBA.


Opacity

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

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

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

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

This text has shadow with #83AEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AEBA on black background.


Color preview on white background

This text has color #83AEBA on white background.



Black color preview on #83AEBA background

This text has black color on #83AEBA background.


White color preview on #83AEBA background

This text has white color on #83AEBA background.