COLOR #84A7CF

HEX: #84A7CF RGB: (132,167,207)

Color info

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

RGB color model

#84A7CF color RGB value is (132,167,207).

RGB: (132,167,207) (52%, 65%, 81%)

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 207 of 255 = 81%

132
167
207

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

Portions of RGB colors in percentages

R + G + B = 132 + 167 + 207 = 506 (100%)
R 132 of 506 ~ 26.09%
G 167 of 506 ~ 33%
B 207 of 506 ~ 40.91'%

%26.09
%33
%40.91

CMYK color model

#84A7CF color CMYK value is (36,19,0,19).

  • cyan value is 36.23%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (36,19,0,19)
C36M19Y0K19 (36%, 19%, 0%, 19%)
(0.36 / 0.19 / 0.00 / 0.19)

CMYK percentages

%36.23
%19.32
%0
%18.82

Codes

Color #84A7CF in popluar color models

84 A7 CF
RGB 132 167 207
HSL 212° 43.86% 66.47%
HSB/HSV 212° 36.23% 81.18%
CMYK 36.23% 19.32% 0.00%
18.82%

Color #84A7CF in popluar number systems.

HEX 84 A7 CF
Decimal 132 167 207
Binary 10000100 10100111 11001111
Octal 204 247 317

Shades and tints

Shades of #84A7CF

#84A7CF
(132,167,207)
#7898BD
(120,152,189)
#6C89AB
(108,137,171)
#607A99
(96,122,153)
#546B87
(84,107,135)
#485C75
(72,92,117)
#3C4D63
(60,77,99)
#303E51
(48,62,81)
#242F3F
(36,47,63)
#18202D
(24,32,45)
#0C111B
(12,17,27)
#000000
(0,0,0)

Tints of #84A7CF

#84A7CF
(132,167,207)
#8FAFD3
(143,175,211)
#9AB7D7
(154,183,215)
#A5BFDB
(165,191,219)
#B0C7DF
(176,199,223)
#BBCFE3
(187,207,227)
#C6D7E7
(198,215,231)
#D1DFEB
(209,223,235)
#DCE7EF
(220,231,239)
#E7EFF3
(231,239,243)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A7CF; }

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

This text font color is #84A7CF.

Background Color

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

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

This div background color is #84A7CF.

Border color

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

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

This div border color is #84A7CF.

Opacity

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

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

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

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

This text has shadow with #84A7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A7CF.

Preview

Color preview on black background

This text has color #84A7CF on black background.


Color preview on white background

This text has color #84A7CF on white background.


Black color preview on #84A7CF background

This text has black color on #84A7CF background.


White color preview on #84A7CF background

This text has white color on #84A7CF background.


Related colors

Complementary color

Complementary color for #hex is #7B5830.


I love getcolorcode.com

Triadic colors

1 #CF84A7 and #A7CF84 with #84A7CF are triadic colors.

2 #CFA784 and #A784CF with #84A7CF are triadic colors.