COLOR #84AFB8

HEX: #84AFB8
RGB: (132,175,184)

Color info

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

RGB color model

#84AFB8 color RGB value is (132,175,184).

  • red value is 132;
  • green value is 175;
  • blue value is 184.
RGB:
(132,175,184)
(52%,69%,72%)

RGB channels and saturation

R 132 of 255 = 52%
G 175 of 255 = 69%
B 184 of 255 = 72%

132
175
184

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

Portions of RGB colors in percentages

R + G + B =
132 + 175 + 184 = 491 (100%)
R 132 of 491 ~ 26.88%
G 175 of 491 ~ 35.64%
B 184 of 491 ~ 37.47%

%26.88
%35.64
%37.47

CMYK color model

#84AFB8 color CMYK value is (28,5,0,28).

  • cyan value is 28.26%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(28,5,0,28)
C28M5Y0K28 
(28%,5%,0%,28%)
(0.28/0.05/0.00/0.28)	

CMYK percentages

%28.26
%4.89
%0
%27.84

Codes

Color #84AFB8 in popluar color models

84AFB8
RGB132175184
HSL190°26.80%61.96%
HSB/HSV190°28.26%72.16%
CMYK28.26%4.89%0.00%
27.84%

Color #84AFB8 in popluar number systems.

HEX84AFB8
Decimal132175184
Binary100001001010111110111000
Octal204257270

Shades and tints

Shades of #84AFB8

#84AFB8
(132,175,184)
#78A0A8
(120,160,168)
#6C9198
(108,145,152)
#608288
(96,130,136)
#547378
(84,115,120)
#486468
(72,100,104)
#3C5558
(60,85,88)
#304648
(48,70,72)
#243738
(36,55,56)
#182828
(24,40,40)
#0C1918
(12,25,24)
#000000
(0,0,0)

Tints of #84AFB8

#84AFB8
(132,175,184)
#8FB6BE
(143,182,190)
#9ABDC4
(154,189,196)
#A5C4CA
(165,196,202)
#B0CBD0
(176,203,208)
#BBD2D6
(187,210,214)
#C6D9DC
(198,217,220)
#D1E0E2
(209,224,226)
#DCE7E8
(220,231,232)
#E7EEEE
(231,238,238)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AFB8 color. Also use rgb(132,175,184) instead hex code.

Text Font Color

.myTextColor { color: #84AFB8; }

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

This text font color is #84AFB8.


Background Color

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

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

This div background color is #84AFB8.


Border color

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

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

This div border color is #84AFB8.


Opacity

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

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

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

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

This text has shadow with #84AFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AFB8 on black background.


Color preview on white background

This text has color #84AFB8 on white background.



Black color preview on #84AFB8 background

This text has black color on #84AFB8 background.


White color preview on #84AFB8 background

This text has white color on #84AFB8 background.