COLOR #84ABBD

HEX: #84ABBD RGB: (132,171,189)

Color info

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

RGB color model

#84ABBD color RGB value is (132,171,189).

RGB: (132,171,189) (52%, 67%, 74%)

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 189 of 255 = 74%

132
171
189

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

Portions of RGB colors in percentages

R + G + B = 132 + 171 + 189 = 492 (100%)
R 132 of 492 ~ 26.83%
G 171 of 492 ~ 34.76%
B 189 of 492 ~ 38.41'%

%26.83
%34.76
%38.41

CMYK color model

#84ABBD color CMYK value is (30,10,0,26).

  • cyan value is 30.16%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (30,10,0,26)
C30M10Y0K26 (30%, 10%, 0%, 26%)
(0.30 / 0.10 / 0.00 / 0.26)

CMYK percentages

%30.16
%9.52
%0
%25.88

Codes

Color #84ABBD in popluar color models

84 AB BD
RGB 132 171 189
HSL 199° 30.16% 62.94%
HSB/HSV 199° 30.16% 74.12%
CMYK 30.16% 9.52% 0.00%
25.88%

Color #84ABBD in popluar number systems.

HEX 84 AB BD
Decimal 132 171 189
Binary 10000100 10101011 10111101
Octal 204 253 275

Shades and tints

Shades of #84ABBD

#84ABBD
(132,171,189)
#789CAC
(120,156,172)
#6C8D9B
(108,141,155)
#607E8A
(96,126,138)
#546F79
(84,111,121)
#486068
(72,96,104)
#3C5157
(60,81,87)
#304246
(48,66,70)
#243335
(36,51,53)
#182424
(24,36,36)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #84ABBD

#84ABBD
(132,171,189)
#8FB2C3
(143,178,195)
#9AB9C9
(154,185,201)
#A5C0CF
(165,192,207)
#B0C7D5
(176,199,213)
#BBCEDB
(187,206,219)
#C6D5E1
(198,213,225)
#D1DCE7
(209,220,231)
#DCE3ED
(220,227,237)
#E7EAF3
(231,234,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ABBD; }

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

This text font color is #84ABBD.

Background Color

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

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

This div background color is #84ABBD.

Border color

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

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

This div border color is #84ABBD.

Opacity

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

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

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

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

This text has shadow with #84ABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84ABBD.

Preview

Color preview on black background

This text has color #84ABBD on black background.


Color preview on white background

This text has color #84ABBD on white background.


Black color preview on #84ABBD background

This text has black color on #84ABBD background.


White color preview on #84ABBD background

This text has white color on #84ABBD background.


Related colors

Complementary color

Complementary color for #hex is #7B5442.


I love getcolorcode.com

Triadic colors

1 #BD84AB and #ABBD84 with #84ABBD are triadic colors.

2 #BDAB84 and #AB84BD with #84ABBD are triadic colors.