COLOR #83AFCD

HEX: #83AFCD RGB: (131,175,205)

Color info

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

RGB color model

#83AFCD color RGB value is (131,175,205).

RGB: (131,175,205) (51%, 69%, 80%)

RGB channels and saturation

R 131 of 255 = 51%
G 175 of 255 = 69%
B 205 of 255 = 80%

131
175
205

R + G + B ~ 67%. #83AFCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 175 + 205 = 511 (100%)
R 131 of 511 ~ 25.64%
G 175 of 511 ~ 34.25%
B 205 of 511 ~ 40.12'%

%25.64
%34.25
%40.12

CMYK color model

#83AFCD color CMYK value is (36,15,0,20).

  • cyan value is 36.10%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (36,15,0,20) C36M15Y0K20 (36%,15%,0%,20%) (0.36/0.15/0.00/0.20) 

CMYK percentages

%36.1
%14.63
%0
%19.61

Codes

Color #83AFCD in popluar color models

83 AF CD
RGB 131 175 205
HSL 204° 42.53% 65.88%
HSB/HSV 204° 36.10% 80.39%
CMYK 36.10% 14.63% 0.00%
19.61%

Color #83AFCD in popluar number systems.

HEX 83 AF CD
Decimal 131 175 205
Binary 10000011 10101111 11001101
Octal 203 257 315

Shades and tints

Shades of #83AFCD

#83AFCD
(131,175,205)
#78A0BB
(120,160,187)
#6D91A9
(109,145,169)
#628297
(98,130,151)
#577385
(87,115,133)
#4C6473
(76,100,115)
#415561
(65,85,97)
#36464F
(54,70,79)
#2B373D
(43,55,61)
#20282B
(32,40,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #83AFCD

#83AFCD
(131,175,205)
#8EB6D1
(142,182,209)
#99BDD5
(153,189,213)
#A4C4D9
(164,196,217)
#AFCBDD
(175,203,221)
#BAD2E1
(186,210,225)
#C5D9E5
(197,217,229)
#D0E0E9
(208,224,233)
#DBE7ED
(219,231,237)
#E6EEF1
(230,238,241)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AFCD color. Also use rgb(131,175,205) instead hex code.

Text Font Color

.myTextColor { color: #83AFCD; }

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

This text font color is #83AFCD.

Background Color

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

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

This div background color is #83AFCD.

Border color

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

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

This div border color is #83AFCD.

Opacity

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

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

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

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

This text has shadow with #83AFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AFCD.

Preview

Color preview on black background

This text has color #83AFCD on black background.


Color preview on white background

This text has color #83AFCD on white background.


Black color preview on #83AFCD background

This text has black color on #83AFCD background.


White color preview on #83AFCD background

This text has white color on #83AFCD background.


Related colors

Complementary color

Complementary color for #hex is #7C5032.


I love getcolorcode.com

Triadic colors

1 #CD83AF and #AFCD83 with #83AFCD are triadic colors.

2 #CDAF83 and #AF83CD with #83AFCD are triadic colors.