COLOR #84ACCD

HEX: #84ACCD RGB: (132,172,205)

Color info

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

RGB color model

#84ACCD color RGB value is (132,172,205).

RGB: (132,172,205) (52%, 67%, 80%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 205 of 255 = 80%

132
172
205

R + G + B ~ 66%. #84ACCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 172 + 205 = 509 (100%)
R 132 of 509 ~ 25.93%
G 172 of 509 ~ 33.79%
B 205 of 509 ~ 40.28'%

%25.93
%33.79
%40.28

CMYK color model

#84ACCD color CMYK value is (36,16,0,20).

  • cyan value is 35.61%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (36,16,0,20)
C36M16Y0K20 (36%, 16%, 0%, 20%)
(0.36 / 0.16 / 0.00 / 0.20)

CMYK percentages

%35.61
%16.1
%0
%19.61

Codes

Color #84ACCD in popluar color models

84 AC CD
RGB 132 172 205
HSL 207° 42.20% 66.08%
HSB/HSV 207° 35.61% 80.39%
CMYK 35.61% 16.10% 0.00%
19.61%

Color #84ACCD in popluar number systems.

HEX 84 AC CD
Decimal 132 172 205
Binary 10000100 10101100 11001101
Octal 204 254 315

Shades and tints

Shades of #84ACCD

#84ACCD
(132,172,205)
#789DBB
(120,157,187)
#6C8EA9
(108,142,169)
#607F97
(96,127,151)
#547085
(84,112,133)
#486173
(72,97,115)
#3C5261
(60,82,97)
#30434F
(48,67,79)
#24343D
(36,52,61)
#18252B
(24,37,43)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #84ACCD

#84ACCD
(132,172,205)
#8FB3D1
(143,179,209)
#9ABAD5
(154,186,213)
#A5C1D9
(165,193,217)
#B0C8DD
(176,200,221)
#BBCFE1
(187,207,225)
#C6D6E5
(198,214,229)
#D1DDE9
(209,221,233)
#DCE4ED
(220,228,237)
#E7EBF1
(231,235,241)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84ACCD color. Also use rgb(132,172,205) instead hex code.

Text Font Color

.myTextColor { color: #84ACCD; }

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

This text font color is #84ACCD.

Background Color

.myBgColor { background-color: #84ACCD; }

<div style="background-color:#84ACCD">Inner text</div>

This div background color is #84ACCD.

Border color

.myBorderColor { border: 1px solid #84ACCD; }

<div style="border:3px solid #84ACCD">Div</div>

This div border color is #84ACCD.

Opacity

.myOpacity80 { color: #84ACCD; opacity: 0.8; }

<p style="color:#84ACCD;opacity:0.8;">80%</p>

Text with #84ACCD 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 #84ACCD;}

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

This text has shadow with #84ACCD color.


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

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

This text has shadow with #84ACCD primary color and red secondary color.


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

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

This text has shadow with #84ACCD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84ACCD.

Preview

Color preview on black background

This text has color #84ACCD on black background.


Color preview on white background

This text has color #84ACCD on white background.


Black color preview on #84ACCD background

This text has black color on #84ACCD background.


White color preview on #84ACCD background

This text has white color on #84ACCD background.


Related colors

Complementary color

Complementary color for #hex is #7B5332.


I love getcolorcode.com

Triadic colors

1 #CD84AC and #ACCD84 with #84ACCD are triadic colors.

2 #CDAC84 and #AC84CD with #84ACCD are triadic colors.