COLOR #84BCBD

HEX: #84BCBD RGB: (132,188,189)

Color info

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

RGB color model

#84BCBD color RGB value is (132,188,189).

RGB: (132,188,189) (52%, 74%, 74%)

RGB channels and saturation

R 132 of 255 = 52%
G 188 of 255 = 74%
B 189 of 255 = 74%

132
188
189

R + G + B ~ 67%. #84BCBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 188 + 189 = 509 (100%)
R 132 of 509 ~ 25.93%
G 188 of 509 ~ 36.94%
B 189 of 509 ~ 37.13'%

%25.93
%36.94
%37.13

CMYK color model

#84BCBD color CMYK value is (30,1,0,26).

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

CMYK: (30,1,0,26)
C30M1Y0K26 (30%, 1%, 0%, 26%)
(0.30 / 0.01 / 0.00 / 0.26)

CMYK percentages

%30.16
%0.53
%0
%25.88

Codes

Color #84BCBD in popluar color models

84 BC BD
RGB 132 188 189
HSL 181° 30.16% 62.94%
HSB/HSV 181° 30.16% 74.12%
CMYK 30.16% 0.53% 0.00%
25.88%

Color #84BCBD in popluar number systems.

HEX 84 BC BD
Decimal 132 188 189
Binary 10000100 10111100 10111101
Octal 204 274 275

Shades and tints

Shades of #84BCBD

#84BCBD
(132,188,189)
#78ABAC
(120,171,172)
#6C9A9B
(108,154,155)
#60898A
(96,137,138)
#547879
(84,120,121)
#486768
(72,103,104)
#3C5657
(60,86,87)
#304546
(48,69,70)
#243435
(36,52,53)
#182324
(24,35,36)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #84BCBD

#84BCBD
(132,188,189)
#8FC2C3
(143,194,195)
#9AC8C9
(154,200,201)
#A5CECF
(165,206,207)
#B0D4D5
(176,212,213)
#BBDADB
(187,218,219)
#C6E0E1
(198,224,225)
#D1E6E7
(209,230,231)
#DCECED
(220,236,237)
#E7F2F3
(231,242,243)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BCBD; }

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

This text font color is #84BCBD.

Background Color

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

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

This div background color is #84BCBD.

Border color

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

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

This div border color is #84BCBD.

Opacity

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

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

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

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

This text has shadow with #84BCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BCBD.

Preview

Color preview on black background

This text has color #84BCBD on black background.


Color preview on white background

This text has color #84BCBD on white background.


Black color preview on #84BCBD background

This text has black color on #84BCBD background.


White color preview on #84BCBD background

This text has white color on #84BCBD background.


Related colors

Complementary color

Complementary color for #hex is #7B4342.


I love getcolorcode.com

Triadic colors

1 #BD84BC and #BCBD84 with #84BCBD are triadic colors.

2 #BDBC84 and #BC84BD with #84BCBD are triadic colors.