COLOR #83AACB

HEX: #83AACB RGB: (131,170,203)

Color info

#83AACB contains mainly green and blue colors. Web safe color of #83AACB is #9999CC (or #99C).

RGB color model

#83AACB color RGB value is (131,170,203).

RGB: (131,170,203) (51%, 67%, 80%)

RGB channels and saturation

R 131 of 255 = 51%
G 170 of 255 = 67%
B 203 of 255 = 80%

131
170
203

R + G + B ~ 66%. #83AACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 170 + 203 = 504 (100%)
R 131 of 504 ~ 25.99%
G 170 of 504 ~ 33.73%
B 203 of 504 ~ 40.28'%

%25.99
%33.73
%40.28

CMYK color model

#83AACB color CMYK value is (35,16,0,20).

  • cyan value is 35.47%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (35,16,0,20)
C35M16Y0K20 (35%, 16%, 0%, 20%)
(0.35 / 0.16 / 0.00 / 0.20)

CMYK percentages

%35.47
%16.26
%0
%20.39

Codes

Color #83AACB in popluar color models

83 AA CB
RGB 131 170 203
HSL 208° 40.91% 65.49%
HSB/HSV 208° 35.47% 79.61%
CMYK 35.47% 16.26% 0.00%
20.39%

Color #83AACB in popluar number systems.

HEX 83 AA CB
Decimal 131 170 203
Binary 10000011 10101010 11001011
Octal 203 252 313

Shades and tints

Shades of #83AACB

#83AACB
(131,170,203)
#789BB9
(120,155,185)
#6D8CA7
(109,140,167)
#627D95
(98,125,149)
#576E83
(87,110,131)
#4C5F71
(76,95,113)
#41505F
(65,80,95)
#36414D
(54,65,77)
#2B323B
(43,50,59)
#202329
(32,35,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #83AACB

#83AACB
(131,170,203)
#8EB1CF
(142,177,207)
#99B8D3
(153,184,211)
#A4BFD7
(164,191,215)
#AFC6DB
(175,198,219)
#BACDDF
(186,205,223)
#C5D4E3
(197,212,227)
#D0DBE7
(208,219,231)
#DBE2EB
(219,226,235)
#E6E9EF
(230,233,239)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AACB color. Also use rgb(131,170,203) instead hex code.

Text Font Color

.myTextColor { color: #83AACB; }

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

This text font color is #83AACB.

Background Color

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

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

This div background color is #83AACB.

Border color

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

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

This div border color is #83AACB.

Opacity

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

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

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

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

This text has shadow with #83AACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AACB.

Preview

Color preview on black background

This text has color #83AACB on black background.


Color preview on white background

This text has color #83AACB on white background.


Black color preview on #83AACB background

This text has black color on #83AACB background.


White color preview on #83AACB background

This text has white color on #83AACB background.


Related colors

Complementary color

Complementary color for #hex is #7C5534.


I love getcolorcode.com

Triadic colors

1 #CB83AA and #AACB83 with #83AACB are triadic colors.

2 #CBAA83 and #AA83CB with #83AACB are triadic colors.