COLOR #84C9CB

HEX: #84C9CB
RGB: (132,201,203)

Color info

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

RGB color model

#84C9CB color RGB value is (132,201,203).

  • red value is 132;
  • green value is 201;
  • blue value is 203.
RGB:
(132,201,203)
(52%,79%,80%)

RGB channels and saturation

R 132 of 255 = 52%
G 201 of 255 = 79%
B 203 of 255 = 80%

132
201
203

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

Portions of RGB colors in percentages

R + G + B =
132 + 201 + 203 = 536 (100%)
R 132 of 536 ~ 24.63%
G 201 of 536 ~ 37.5%
B 203 of 536 ~ 37.87%

%24.63
%37.5
%37.87

CMYK color model

#84C9CB color CMYK value is (35,1,0,20).

  • cyan value is 34.98%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(35,1,0,20)
C35M1Y0K20 
(35%,1%,0%,20%)
(0.35/0.01/0.00/0.20)	

CMYK percentages

%34.98
%0.99
%0
%20.39

Codes

Color #84C9CB in popluar color models

84C9CB
RGB132201203
HSL182°40.57%65.69%
HSB/HSV182°34.98%79.61%
CMYK34.98%0.99%0.00%
20.39%

Color #84C9CB in popluar number systems.

HEX84C9CB
Decimal132201203
Binary100001001100100111001011
Octal204311313

Shades and tints

Shades of #84C9CB

#84C9CB
(132,201,203)
#78B7B9
(120,183,185)
#6CA5A7
(108,165,167)
#609395
(96,147,149)
#548183
(84,129,131)
#486F71
(72,111,113)
#3C5D5F
(60,93,95)
#304B4D
(48,75,77)
#24393B
(36,57,59)
#182729
(24,39,41)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #84C9CB

#84C9CB
(132,201,203)
#8FCDCF
(143,205,207)
#9AD1D3
(154,209,211)
#A5D5D7
(165,213,215)
#B0D9DB
(176,217,219)
#BBDDDF
(187,221,223)
#C6E1E3
(198,225,227)
#D1E5E7
(209,229,231)
#DCE9EB
(220,233,235)
#E7EDEF
(231,237,239)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C9CB color. Also use rgb(132,201,203) instead hex code.

Text Font Color

.myTextColor { color: #84C9CB; }

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

This text font color is #84C9CB.


Background Color

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

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

This div background color is #84C9CB.


Border color

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

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

This div border color is #84C9CB.


Opacity

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

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

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

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

This text has shadow with #84C9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C9CB on black background.


Color preview on white background

This text has color #84C9CB on white background.



Black color preview on #84C9CB background

This text has black color on #84C9CB background.


White color preview on #84C9CB background

This text has white color on #84C9CB background.