COLOR #83ACCB

HEX: #83ACCB RGB: (131,172,203)

Color info

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

RGB color model

#83ACCB color RGB value is (131,172,203).

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

RGB channels and saturation

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

131
172
203

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

Portions of RGB colors in percentages

R + G + B = 131 + 172 + 203 = 506 (100%)
R 131 of 506 ~ 25.89%
G 172 of 506 ~ 33.99%
B 203 of 506 ~ 40.12'%

%25.89
%33.99
%40.12

CMYK color model

#83ACCB color CMYK value is (35,15,0,20).

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

CMYK: (35,15,0,20)
C35M15Y0K20 (35%, 15%, 0%, 20%)
(0.35 / 0.15 / 0.00 / 0.20)

CMYK percentages

%35.47
%15.27
%0
%20.39

Codes

Color #83ACCB in popluar color models

83 AC CB
RGB 131 172 203
HSL 206° 40.91% 65.49%
HSB/HSV 206° 35.47% 79.61%
CMYK 35.47% 15.27% 0.00%
20.39%

Color #83ACCB in popluar number systems.

HEX 83 AC CB
Decimal 131 172 203
Binary 10000011 10101100 11001011
Octal 203 254 313

Shades and tints

Shades of #83ACCB

#83ACCB
(131,172,203)
#789DB9
(120,157,185)
#6D8EA7
(109,142,167)
#627F95
(98,127,149)
#577083
(87,112,131)
#4C6171
(76,97,113)
#41525F
(65,82,95)
#36434D
(54,67,77)
#2B343B
(43,52,59)
#202529
(32,37,41)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #83ACCB

#83ACCB
(131,172,203)
#8EB3CF
(142,179,207)
#99BAD3
(153,186,211)
#A4C1D7
(164,193,215)
#AFC8DB
(175,200,219)
#BACFDF
(186,207,223)
#C5D6E3
(197,214,227)
#D0DDE7
(208,221,231)
#DBE4EB
(219,228,235)
#E6EBEF
(230,235,239)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83ACCB; }

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

This text font color is #83ACCB.

Background Color

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

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

This div background color is #83ACCB.

Border color

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

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

This div border color is #83ACCB.

Opacity

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

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

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

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

This text has shadow with #83ACCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83ACCB.

Preview

Color preview on black background

This text has color #83ACCB on black background.


Color preview on white background

This text has color #83ACCB on white background.


Black color preview on #83ACCB background

This text has black color on #83ACCB background.


White color preview on #83ACCB background

This text has white color on #83ACCB background.


Related colors

Complementary color

Complementary color for #hex is #7C5334.


I love getcolorcode.com

Triadic colors

1 #CB83AC and #ACCB83 with #83ACCB are triadic colors.

2 #CBAC83 and #AC83CB with #83ACCB are triadic colors.