COLOR #84D9CE

HEX: #84D9CE RGB: (132,217,206)

Color info

#84D9CE contains mainly green and blue colors. Web safe color of #84D9CE is #99CCCC (or #9CC).

RGB color model

#84D9CE color RGB value is (132,217,206).

RGB: (132,217,206) (52%, 85%, 81%)

RGB channels and saturation

R 132 of 255 = 52%
G 217 of 255 = 85%
B 206 of 255 = 81%

132
217
206

R + G + B ~ 73%. #84D9CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 217 + 206 = 555 (100%)
R 132 of 555 ~ 23.78%
G 217 of 555 ~ 39.1%
B 206 of 555 ~ 37.12'%

%23.78
%39.1
%37.12

CMYK color model

#84D9CE color CMYK value is (39,0,5,15).

  • cyan value is 39.17%
  • magenta value is 0.00%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK: (39,0,5,15) C39M0Y5K15 (39%,0%,5%,15%) (0.39/0.00/0.05/0.15) 

CMYK percentages

%39.17
%0
%5.07
%14.9

Codes

Color #84D9CE in popluar color models

84 D9 CE
RGB 132 217 206
HSL 172° 52.80% 68.43%
HSB/HSV 172° 39.17% 85.10%
CMYK 39.17% 0.00% 5.07%
14.90%

Color #84D9CE in popluar number systems.

HEX 84 D9 CE
Decimal 132 217 206
Binary 10000100 11011001 11001110
Octal 204 331 316

Shades and tints

Shades of #84D9CE

#84D9CE
(132,217,206)
#78C6BC
(120,198,188)
#6CB3AA
(108,179,170)
#60A098
(96,160,152)
#548D86
(84,141,134)
#487A74
(72,122,116)
#3C6762
(60,103,98)
#305450
(48,84,80)
#24413E
(36,65,62)
#182E2C
(24,46,44)
#0C1B1A
(12,27,26)
#000000
(0,0,0)

Tints of #84D9CE

#84D9CE
(132,217,206)
#8FDCD2
(143,220,210)
#9ADFD6
(154,223,214)
#A5E2DA
(165,226,218)
#B0E5DE
(176,229,222)
#BBE8E2
(187,232,226)
#C6EBE6
(198,235,230)
#D1EEEA
(209,238,234)
#DCF1EE
(220,241,238)
#E7F4F2
(231,244,242)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D9CE color. Also use rgb(132,217,206) instead hex code.

Text Font Color

.myTextColor { color: #84D9CE; }

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

This text font color is #84D9CE.

Background Color

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

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

This div background color is #84D9CE.

Border color

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

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

This div border color is #84D9CE.

Opacity

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

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

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

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

This text has shadow with #84D9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84D9CE.

Preview

Color preview on black background

This text has color #84D9CE on black background.


Color preview on white background

This text has color #84D9CE on white background.


Black color preview on #84D9CE background

This text has black color on #84D9CE background.


White color preview on #84D9CE background

This text has white color on #84D9CE background.


Related colors

Complementary color

Complementary color for #hex is #7B2631.


I love getcolorcode.com

Triadic colors

1 #CE84D9 and #D9CE84 with #84D9CE are triadic colors.

2 #CED984 and #D984CE with #84D9CE are triadic colors.