COLOR #84B5CC

HEX: #84B5CC RGB: (132,181,204)

Color info

#84B5CC contains mainly green and blue colors. Web safe color of #84B5CC is #99CCCC (or #9CC).

RGB color model

#84B5CC color RGB value is (132,181,204).

RGB: (132,181,204) (52%, 71%, 80%)

RGB channels and saturation

R 132 of 255 = 52%
G 181 of 255 = 71%
B 204 of 255 = 80%

132
181
204

R + G + B ~ 68%. #84B5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 181 + 204 = 517 (100%)
R 132 of 517 ~ 25.53%
G 181 of 517 ~ 35.01%
B 204 of 517 ~ 39.46'%

%25.53
%35.01
%39.46

CMYK color model

#84B5CC color CMYK value is (35,11,0,20).

  • cyan value is 35.29%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (35,11,0,20)
C35M11Y0K20 (35%, 11%, 0%, 20%)
(0.35 / 0.11 / 0.00 / 0.20)

CMYK percentages

%35.29
%11.27
%0
%20

Codes

Color #84B5CC in popluar color models

84 B5 CC
RGB 132 181 204
HSL 199° 41.38% 65.88%
HSB/HSV 199° 35.29% 80.00%
CMYK 35.29% 11.27% 0.00%
20.00%

Color #84B5CC in popluar number systems.

HEX 84 B5 CC
Decimal 132 181 204
Binary 10000100 10110101 11001100
Octal 204 265 314

Shades and tints

Shades of #84B5CC

#84B5CC
(132,181,204)
#78A5BA
(120,165,186)
#6C95A8
(108,149,168)
#608596
(96,133,150)
#547584
(84,117,132)
#486572
(72,101,114)
#3C5560
(60,85,96)
#30454E
(48,69,78)
#24353C
(36,53,60)
#18252A
(24,37,42)
#0C1518
(12,21,24)
#000000
(0,0,0)

Tints of #84B5CC

#84B5CC
(132,181,204)
#8FBBD0
(143,187,208)
#9AC1D4
(154,193,212)
#A5C7D8
(165,199,216)
#B0CDDC
(176,205,220)
#BBD3E0
(187,211,224)
#C6D9E4
(198,217,228)
#D1DFE8
(209,223,232)
#DCE5EC
(220,229,236)
#E7EBF0
(231,235,240)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B5CC color. Also use rgb(132,181,204) instead hex code.

Text Font Color

.myTextColor { color: #84B5CC; }

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

This text font color is #84B5CC.

Background Color

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

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

This div background color is #84B5CC.

Border color

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

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

This div border color is #84B5CC.

Opacity

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

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

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

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

This text has shadow with #84B5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B5CC.

Preview

Color preview on black background

This text has color #84B5CC on black background.


Color preview on white background

This text has color #84B5CC on white background.


Black color preview on #84B5CC background

This text has black color on #84B5CC background.


White color preview on #84B5CC background

This text has white color on #84B5CC background.


Related colors

Complementary color

Complementary color for #hex is #7B4A33.


I love getcolorcode.com

Triadic colors

1 #CC84B5 and #B5CC84 with #84B5CC are triadic colors.

2 #CCB584 and #B584CC with #84B5CC are triadic colors.