COLOR #84CFC6

HEX: #84CFC6 RGB: (132,207,198)

Color info

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

RGB color model

#84CFC6 color RGB value is (132,207,198).

RGB: (132,207,198) (52%, 81%, 78%)

RGB channels and saturation

R 132 of 255 = 52%
G 207 of 255 = 81%
B 198 of 255 = 78%

132
207
198

R + G + B ~ 70%. #84CFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 207 + 198 = 537 (100%)
R 132 of 537 ~ 24.58%
G 207 of 537 ~ 38.55%
B 198 of 537 ~ 36.87'%

%24.58
%38.55
%36.87

CMYK color model

#84CFC6 color CMYK value is (36,0,4,19).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%

CMYK: (36,0,4,19)
C36M0Y4K19 (36%, 0%, 4%, 19%)
(0.36 / 0.00 / 0.04 / 0.19)

CMYK percentages

%36.23
%0
%4.35
%18.82

Codes

Color #84CFC6 in popluar color models

84 CF C6
RGB 132 207 198
HSL 173° 43.86% 66.47%
HSB/HSV 173° 36.23% 81.18%
CMYK 36.23% 0.00% 4.35%
18.82%

Color #84CFC6 in popluar number systems.

HEX 84 CF C6
Decimal 132 207 198
Binary 10000100 11001111 11000110
Octal 204 317 306

Shades and tints

Shades of #84CFC6

#84CFC6
(132,207,198)
#78BDB4
(120,189,180)
#6CABA2
(108,171,162)
#609990
(96,153,144)
#54877E
(84,135,126)
#48756C
(72,117,108)
#3C635A
(60,99,90)
#305148
(48,81,72)
#243F36
(36,63,54)
#182D24
(24,45,36)
#0C1B12
(12,27,18)
#000000
(0,0,0)

Tints of #84CFC6

#84CFC6
(132,207,198)
#8FD3CB
(143,211,203)
#9AD7D0
(154,215,208)
#A5DBD5
(165,219,213)
#B0DFDA
(176,223,218)
#BBE3DF
(187,227,223)
#C6E7E4
(198,231,228)
#D1EBE9
(209,235,233)
#DCEFEE
(220,239,238)
#E7F3F3
(231,243,243)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CFC6 color. Also use rgb(132,207,198) instead hex code.

Text Font Color

.myTextColor { color: #84CFC6; }

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

This text font color is #84CFC6.

Background Color

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

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

This div background color is #84CFC6.

Border color

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

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

This div border color is #84CFC6.

Opacity

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

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

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

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

This text has shadow with #84CFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84CFC6.

Preview

Color preview on black background

This text has color #84CFC6 on black background.


Color preview on white background

This text has color #84CFC6 on white background.


Black color preview on #84CFC6 background

This text has black color on #84CFC6 background.


White color preview on #84CFC6 background

This text has white color on #84CFC6 background.


Related colors

Complementary color

Complementary color for #hex is #7B3039.


I love getcolorcode.com

Triadic colors

1 #C684CF and #CFC684 with #84CFC6 are triadic colors.

2 #C6CF84 and #CF84C6 with #84CFC6 are triadic colors.