COLOR #84ABCF

HEX: #84ABCF RGB: (132,171,207)

Color info

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

RGB color model

#84ABCF color RGB value is (132,171,207).

RGB: (132,171,207) (52%, 67%, 81%)

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 207 of 255 = 81%

132
171
207

R + G + B ~ 67%. #84ABCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 171 + 207 = 510 (100%)
R 132 of 510 ~ 25.88%
G 171 of 510 ~ 33.53%
B 207 of 510 ~ 40.59'%

%25.88
%33.53
%40.59

CMYK color model

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

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

CMYK: (36,17,0,19)
C36M17Y0K19 (36%, 17%, 0%, 19%)
(0.36 / 0.17 / 0.00 / 0.19)

CMYK percentages

%36.23
%17.39
%0
%18.82

Codes

Color #84ABCF in popluar color models

84 AB CF
RGB 132 171 207
HSL 209° 43.86% 66.47%
HSB/HSV 209° 36.23% 81.18%
CMYK 36.23% 17.39% 0.00%
18.82%

Color #84ABCF in popluar number systems.

HEX 84 AB CF
Decimal 132 171 207
Binary 10000100 10101011 11001111
Octal 204 253 317

Shades and tints

Shades of #84ABCF

#84ABCF
(132,171,207)
#789CBD
(120,156,189)
#6C8DAB
(108,141,171)
#607E99
(96,126,153)
#546F87
(84,111,135)
#486075
(72,96,117)
#3C5163
(60,81,99)
#304251
(48,66,81)
#24333F
(36,51,63)
#18242D
(24,36,45)
#0C151B
(12,21,27)
#000000
(0,0,0)

Tints of #84ABCF

#84ABCF
(132,171,207)
#8FB2D3
(143,178,211)
#9AB9D7
(154,185,215)
#A5C0DB
(165,192,219)
#B0C7DF
(176,199,223)
#BBCEE3
(187,206,227)
#C6D5E7
(198,213,231)
#D1DCEB
(209,220,235)
#DCE3EF
(220,227,239)
#E7EAF3
(231,234,243)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ABCF; }

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

This text font color is #84ABCF.

Background Color

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

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

This div background color is #84ABCF.

Border color

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

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

This div border color is #84ABCF.

Opacity

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

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

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

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

This text has shadow with #84ABCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84ABCF.

Preview

Color preview on black background

This text has color #84ABCF on black background.


Color preview on white background

This text has color #84ABCF on white background.


Black color preview on #84ABCF background

This text has black color on #84ABCF background.


White color preview on #84ABCF background

This text has white color on #84ABCF background.


Related colors

Complementary color

Complementary color for #hex is #7B5430.


I love getcolorcode.com

Triadic colors

1 #CF84AB and #ABCF84 with #84ABCF are triadic colors.

2 #CFAB84 and #AB84CF with #84ABCF are triadic colors.