COLOR #84CFCB

HEX: #84CFCB
RGB: (132,207,203)

Color info

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

RGB color model

#84CFCB color RGB value is (132,207,203).

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

RGB channels and saturation

R 132 of 255 = 52%
G 207 of 255 = 81%
B 203 of 255 = 80%

132
207
203

R + G + B ~ 71%. #84CFCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 207 + 203 = 542 (100%)
R 132 of 542 ~ 24.35%
G 207 of 542 ~ 38.19%
B 203 of 542 ~ 37.45%

%24.35
%38.19
%37.45

CMYK color model

#84CFCB color CMYK value is (36,0,2,19).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 1.93%
  • key color value is 18.82%
CMYK:
(36,0,2,19)
C36M0Y2K19 
(36%,0%,2%,19%)
(0.36/0.00/0.02/0.19)	

CMYK percentages

%36.23
%0
%1.93
%18.82

Codes

Color #84CFCB in popluar color models

84CFCB
RGB132207203
HSL177°43.86%66.47%
HSB/HSV177°36.23%81.18%
CMYK36.23%0.00%1.93%
18.82%

Color #84CFCB in popluar number systems.

HEX84CFCB
Decimal132207203
Binary100001001100111111001011
Octal204317313

Shades and tints

Shades of #84CFCB

#84CFCB
(132,207,203)
#78BDB9
(120,189,185)
#6CABA7
(108,171,167)
#609995
(96,153,149)
#548783
(84,135,131)
#487571
(72,117,113)
#3C635F
(60,99,95)
#30514D
(48,81,77)
#243F3B
(36,63,59)
#182D29
(24,45,41)
#0C1B17
(12,27,23)
#000000
(0,0,0)

Tints of #84CFCB

#84CFCB
(132,207,203)
#8FD3CF
(143,211,207)
#9AD7D3
(154,215,211)
#A5DBD7
(165,219,215)
#B0DFDB
(176,223,219)
#BBE3DF
(187,227,223)
#C6E7E3
(198,231,227)
#D1EBE7
(209,235,231)
#DCEFEB
(220,239,235)
#E7F3EF
(231,243,239)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CFCB; }

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

This text font color is #84CFCB.


Background Color

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

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

This div background color is #84CFCB.


Border color

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

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

This div border color is #84CFCB.


Opacity

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

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

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

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

This text has shadow with #84CFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CFCB on black background.


Color preview on white background

This text has color #84CFCB on white background.



Black color preview on #84CFCB background

This text has black color on #84CFCB background.


White color preview on #84CFCB background

This text has white color on #84CFCB background.