COLOR #84A8BB

HEX: #84A8BB RGB: (132,168,187)

Color info

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

RGB color model

#84A8BB color RGB value is (132,168,187).

RGB: (132,168,187) (52%, 66%, 73%)

RGB channels and saturation

R 132 of 255 = 52%
G 168 of 255 = 66%
B 187 of 255 = 73%

132
168
187

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

Portions of RGB colors in percentages

R + G + B = 132 + 168 + 187 = 487 (100%)
R 132 of 487 ~ 27.1%
G 168 of 487 ~ 34.5%
B 187 of 487 ~ 38.4'%

%27.1
%34.5
%38.4

CMYK color model

#84A8BB color CMYK value is (29,10,0,27).

  • cyan value is 29.41%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (29,10,0,27)
C29M10Y0K27 (29%, 10%, 0%, 27%)
(0.29 / 0.10 / 0.00 / 0.27)

CMYK percentages

%29.41
%10.16
%0
%26.67

Codes

Color #84A8BB in popluar color models

84 A8 BB
RGB 132 168 187
HSL 201° 28.80% 62.55%
HSB/HSV 201° 29.41% 73.33%
CMYK 29.41% 10.16% 0.00%
26.67%

Color #84A8BB in popluar number systems.

HEX 84 A8 BB
Decimal 132 168 187
Binary 10000100 10101000 10111011
Octal 204 250 273

Shades and tints

Shades of #84A8BB

#84A8BB
(132,168,187)
#7899AA
(120,153,170)
#6C8A99
(108,138,153)
#607B88
(96,123,136)
#546C77
(84,108,119)
#485D66
(72,93,102)
#3C4E55
(60,78,85)
#303F44
(48,63,68)
#243033
(36,48,51)
#182122
(24,33,34)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #84A8BB

#84A8BB
(132,168,187)
#8FAFC1
(143,175,193)
#9AB6C7
(154,182,199)
#A5BDCD
(165,189,205)
#B0C4D3
(176,196,211)
#BBCBD9
(187,203,217)
#C6D2DF
(198,210,223)
#D1D9E5
(209,217,229)
#DCE0EB
(220,224,235)
#E7E7F1
(231,231,241)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A8BB; }

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

This text font color is #84A8BB.

Background Color

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

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

This div background color is #84A8BB.

Border color

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

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

This div border color is #84A8BB.

Opacity

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

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

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

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

This text has shadow with #84A8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A8BB.

Preview

Color preview on black background

This text has color #84A8BB on black background.


Color preview on white background

This text has color #84A8BB on white background.


Black color preview on #84A8BB background

This text has black color on #84A8BB background.


White color preview on #84A8BB background

This text has white color on #84A8BB background.


Related colors

Complementary color

Complementary color for #hex is #7B5744.


I love getcolorcode.com

Triadic colors

1 #BB84A8 and #A8BB84 with #84A8BB are triadic colors.

2 #BBA884 and #A884BB with #84A8BB are triadic colors.