COLOR #84B7BE

HEX: #84B7BE RGB: (132,183,190)

Color info

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

RGB color model

#84B7BE color RGB value is (132,183,190).

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

RGB channels and saturation

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

132
183
190

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

Portions of RGB colors in percentages

R + G + B = 132 + 183 + 190 = 505 (100%)
R 132 of 505 ~ 26.14%
G 183 of 505 ~ 36.24%
B 190 of 505 ~ 37.62'%

%26.14
%36.24
%37.62

CMYK color model

#84B7BE color CMYK value is (31,4,0,25).

  • cyan value is 30.53%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (31,4,0,25) C31M4Y0K25 (31%,4%,0%,25%) (0.31/0.04/0.00/0.25) 

CMYK percentages

%30.53
%3.68
%0
%25.49

Codes

Color #84B7BE in popluar color models

84 B7 BE
RGB 132 183 190
HSL 187° 30.85% 63.14%
HSB/HSV 187° 30.53% 74.51%
CMYK 30.53% 3.68% 0.00%
25.49%

Color #84B7BE in popluar number systems.

HEX 84 B7 BE
Decimal 132 183 190
Binary 10000100 10110111 10111110
Octal 204 267 276

Shades and tints

Shades of #84B7BE

#84B7BE
(132,183,190)
#78A7AD
(120,167,173)
#6C979C
(108,151,156)
#60878B
(96,135,139)
#54777A
(84,119,122)
#486769
(72,103,105)
#3C5758
(60,87,88)
#304747
(48,71,71)
#243736
(36,55,54)
#182725
(24,39,37)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #84B7BE

#84B7BE
(132,183,190)
#8FBDC3
(143,189,195)
#9AC3C8
(154,195,200)
#A5C9CD
(165,201,205)
#B0CFD2
(176,207,210)
#BBD5D7
(187,213,215)
#C6DBDC
(198,219,220)
#D1E1E1
(209,225,225)
#DCE7E6
(220,231,230)
#E7EDEB
(231,237,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B7BE; }

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

This text font color is #84B7BE.

Background Color

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

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

This div background color is #84B7BE.

Border color

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

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

This div border color is #84B7BE.

Opacity

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

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

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

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

This text has shadow with #84B7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B7BE.

Preview

Color preview on black background

This text has color #84B7BE on black background.


Color preview on white background

This text has color #84B7BE on white background.


Black color preview on #84B7BE background

This text has black color on #84B7BE background.


White color preview on #84B7BE background

This text has white color on #84B7BE background.


Related colors

Complementary color

Complementary color for #hex is #7B4841.


I love getcolorcode.com

Triadic colors

1 #BE84B7 and #B7BE84 with #84B7BE are triadic colors.

2 #BEB784 and #B784BE with #84B7BE are triadic colors.