COLOR #84ACBB

HEX: #84ACBB
RGB: (132,172,187)

Color info

#84ACBB contains red, green and blue colors in about the same proportion. Web safe color of #84ACBB is #9999CC (or #99C).

RGB color model

#84ACBB color RGB value is (132,172,187).

  • red value is 132;
  • green value is 172;
  • blue value is 187.
RGB:
(132,172,187)
(52%,67%,73%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 187 of 255 = 73%

132
172
187

R + G + B ~ 64%. #84ACBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 172 + 187 = 491 (100%)
R 132 of 491 ~ 26.88%
G 172 of 491 ~ 35.03%
B 187 of 491 ~ 38.09%

%26.88
%35.03
%38.09

CMYK color model

#84ACBB color CMYK value is (29,8,0,27).

  • cyan value is 29.41%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,8,0,27)
C29M8Y0K27 
(29%,8%,0%,27%)
(0.29/0.08/0.00/0.27)	

CMYK percentages

%29.41
%8.02
%0
%26.67

Codes

Color #84ACBB in popluar color models

84ACBB
RGB132172187
HSL196°28.80%62.55%
HSB/HSV196°29.41%73.33%
CMYK29.41%8.02%0.00%
26.67%

Color #84ACBB in popluar number systems.

HEX84ACBB
Decimal132172187
Binary100001001010110010111011
Octal204254273

Shades and tints

Shades of #84ACBB

#84ACBB
(132,172,187)
#789DAA
(120,157,170)
#6C8E99
(108,142,153)
#607F88
(96,127,136)
#547077
(84,112,119)
#486166
(72,97,102)
#3C5255
(60,82,85)
#304344
(48,67,68)
#243433
(36,52,51)
#182522
(24,37,34)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #84ACBB

#84ACBB
(132,172,187)
#8FB3C1
(143,179,193)
#9ABAC7
(154,186,199)
#A5C1CD
(165,193,205)
#B0C8D3
(176,200,211)
#BBCFD9
(187,207,217)
#C6D6DF
(198,214,223)
#D1DDE5
(209,221,229)
#DCE4EB
(220,228,235)
#E7EBF1
(231,235,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ACBB; }

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

This text font color is #84ACBB.


Background Color

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

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

This div background color is #84ACBB.


Border color

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

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

This div border color is #84ACBB.


Opacity

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

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

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

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

This text has shadow with #84ACBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ACBB on black background.


Color preview on white background

This text has color #84ACBB on white background.



Black color preview on #84ACBB background

This text has black color on #84ACBB background.


White color preview on #84ACBB background

This text has white color on #84ACBB background.