COLOR #84B5B9

HEX: #84B5B9
RGB: (132,181,185)

Color info

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

RGB color model

#84B5B9 color RGB value is (132,181,185).

  • red value is 132;
  • green value is 181;
  • blue value is 185.
RGB:
(132,181,185)
(52%,71%,73%)

RGB channels and saturation

R 132 of 255 = 52%
G 181 of 255 = 71%
B 185 of 255 = 73%

132
181
185

R + G + B ~ 65%. #84B5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 181 + 185 = 498 (100%)
R 132 of 498 ~ 26.51%
G 181 of 498 ~ 36.35%
B 185 of 498 ~ 37.15%

%26.51
%36.35
%37.15

CMYK color model

#84B5B9 color CMYK value is (29,2,0,27).

  • cyan value is 28.65%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(29,2,0,27)
C29M2Y0K27 
(29%,2%,0%,27%)
(0.29/0.02/0.00/0.27)	

CMYK percentages

%28.65
%2.16
%0
%27.45

Codes

Color #84B5B9 in popluar color models

84B5B9
RGB132181185
HSL185°27.46%62.16%
HSB/HSV185°28.65%72.55%
CMYK28.65%2.16%0.00%
27.45%

Color #84B5B9 in popluar number systems.

HEX84B5B9
Decimal132181185
Binary100001001011010110111001
Octal204265271

Shades and tints

Shades of #84B5B9

#84B5B9
(132,181,185)
#78A5A9
(120,165,169)
#6C9599
(108,149,153)
#608589
(96,133,137)
#547579
(84,117,121)
#486569
(72,101,105)
#3C5559
(60,85,89)
#304549
(48,69,73)
#243539
(36,53,57)
#182529
(24,37,41)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #84B5B9

#84B5B9
(132,181,185)
#8FBBBF
(143,187,191)
#9AC1C5
(154,193,197)
#A5C7CB
(165,199,203)
#B0CDD1
(176,205,209)
#BBD3D7
(187,211,215)
#C6D9DD
(198,217,221)
#D1DFE3
(209,223,227)
#DCE5E9
(220,229,233)
#E7EBEF
(231,235,239)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B5B9 color. Also use rgb(132,181,185) instead hex code.

Text Font Color

.myTextColor { color: #84B5B9; }

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

This text font color is #84B5B9.


Background Color

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

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

This div background color is #84B5B9.


Border color

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

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

This div border color is #84B5B9.


Opacity

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

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

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

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

This text has shadow with #84B5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B5B9 on black background.


Color preview on white background

This text has color #84B5B9 on white background.



Black color preview on #84B5B9 background

This text has black color on #84B5B9 background.


White color preview on #84B5B9 background

This text has white color on #84B5B9 background.