COLOR #84A7BD

HEX: #84A7BD
RGB: (132,167,189)

Color info

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

RGB color model

#84A7BD color RGB value is (132,167,189).

  • red value is 132;
  • green value is 167;
  • blue value is 189.
RGB:
(132,167,189)
(52%,65%,74%)

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 189 of 255 = 74%

132
167
189

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

Portions of RGB colors in percentages

R + G + B =
132 + 167 + 189 = 488 (100%)
R 132 of 488 ~ 27.05%
G 167 of 488 ~ 34.22%
B 189 of 488 ~ 38.73%

%27.05
%34.22
%38.73

CMYK color model

#84A7BD color CMYK value is (30,12,0,26).

  • cyan value is 30.16%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,12,0,26)
C30M12Y0K26 
(30%,12%,0%,26%)
(0.30/0.12/0.00/0.26)	

CMYK percentages

%30.16
%11.64
%0
%25.88

Codes

Color #84A7BD in popluar color models

84A7BD
RGB132167189
HSL203°30.16%62.94%
HSB/HSV203°30.16%74.12%
CMYK30.16%11.64%0.00%
25.88%

Color #84A7BD in popluar number systems.

HEX84A7BD
Decimal132167189
Binary100001001010011110111101
Octal204247275

Shades and tints

Shades of #84A7BD

#84A7BD
(132,167,189)
#7898AC
(120,152,172)
#6C899B
(108,137,155)
#607A8A
(96,122,138)
#546B79
(84,107,121)
#485C68
(72,92,104)
#3C4D57
(60,77,87)
#303E46
(48,62,70)
#242F35
(36,47,53)
#182024
(24,32,36)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #84A7BD

#84A7BD
(132,167,189)
#8FAFC3
(143,175,195)
#9AB7C9
(154,183,201)
#A5BFCF
(165,191,207)
#B0C7D5
(176,199,213)
#BBCFDB
(187,207,219)
#C6D7E1
(198,215,225)
#D1DFE7
(209,223,231)
#DCE7ED
(220,231,237)
#E7EFF3
(231,239,243)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A7BD color. Also use rgb(132,167,189) instead hex code.

Text Font Color

.myTextColor { color: #84A7BD; }

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

This text font color is #84A7BD.


Background Color

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

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

This div background color is #84A7BD.


Border color

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

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

This div border color is #84A7BD.


Opacity

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

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

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

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

This text has shadow with #84A7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A7BD on black background.


Color preview on white background

This text has color #84A7BD on white background.



Black color preview on #84A7BD background

This text has black color on #84A7BD background.


White color preview on #84A7BD background

This text has white color on #84A7BD background.