COLOR #84B8BE

HEX: #84B8BE RGB: (132,184,190)

Color info

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

RGB color model

#84B8BE color RGB value is (132,184,190).

RGB: (132,184,190) (52%, 72%, 75%)

RGB channels and saturation

R 132 of 255 = 52%
G 184 of 255 = 72%
B 190 of 255 = 75%

132
184
190

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

Portions of RGB colors in percentages

R + G + B = 132 + 184 + 190 = 506 (100%)
R 132 of 506 ~ 26.09%
G 184 of 506 ~ 36.36%
B 190 of 506 ~ 37.55'%

%26.09
%36.36
%37.55

CMYK color model

#84B8BE color CMYK value is (31,3,0,25).

  • cyan value is 30.53%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (31,3,0,25)
C31M3Y0K25 (31%, 3%, 0%, 25%)
(0.31 / 0.03 / 0.00 / 0.25)

CMYK percentages

%30.53
%3.16
%0
%25.49

Codes

Color #84B8BE in popluar color models

84 B8 BE
RGB 132 184 190
HSL 186° 30.85% 63.14%
HSB/HSV 186° 30.53% 74.51%
CMYK 30.53% 3.16% 0.00%
25.49%

Color #84B8BE in popluar number systems.

HEX 84 B8 BE
Decimal 132 184 190
Binary 10000100 10111000 10111110
Octal 204 270 276

Shades and tints

Shades of #84B8BE

#84B8BE
(132,184,190)
#78A8AD
(120,168,173)
#6C989C
(108,152,156)
#60888B
(96,136,139)
#54787A
(84,120,122)
#486869
(72,104,105)
#3C5858
(60,88,88)
#304847
(48,72,71)
#243836
(36,56,54)
#182825
(24,40,37)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #84B8BE

#84B8BE
(132,184,190)
#8FBEC3
(143,190,195)
#9AC4C8
(154,196,200)
#A5CACD
(165,202,205)
#B0D0D2
(176,208,210)
#BBD6D7
(187,214,215)
#C6DCDC
(198,220,220)
#D1E2E1
(209,226,225)
#DCE8E6
(220,232,230)
#E7EEEB
(231,238,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B8BE; }

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

This text font color is #84B8BE.

Background Color

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

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

This div background color is #84B8BE.

Border color

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

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

This div border color is #84B8BE.

Opacity

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

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

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

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

This text has shadow with #84B8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B8BE.

Preview

Color preview on black background

This text has color #84B8BE on black background.


Color preview on white background

This text has color #84B8BE on white background.


Black color preview on #84B8BE background

This text has black color on #84B8BE background.


White color preview on #84B8BE background

This text has white color on #84B8BE background.


Related colors

Complementary color

Complementary color for #hex is #7B4741.


I love getcolorcode.com

Triadic colors

1 #BE84B8 and #B8BE84 with #84B8BE are triadic colors.

2 #BEB884 and #B884BE with #84B8BE are triadic colors.