COLOR #84CAAD

HEX: #84CAAD
RGB: (132,202,173)

Color info

#84CAAD contains mainly green and blue colors. Web safe color of #84CAAD is #99CC99 (or #9C9).

RGB color model

#84CAAD color RGB value is (132,202,173).

  • red value is 132;
  • green value is 202;
  • blue value is 173.
RGB:
(132,202,173)
(52%,79%,68%)

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 173 of 255 = 68%

132
202
173

R + G + B ~ 66%. #84CAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 202 + 173 = 507 (100%)
R 132 of 507 ~ 26.04%
G 202 of 507 ~ 39.84%
B 173 of 507 ~ 34.12%

%26.04
%39.84
%34.12

CMYK color model

#84CAAD color CMYK value is (35,0,14,21).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(35,0,14,21)
C35M0Y14K21 
(35%,0%,14%,21%)
(0.35/0.00/0.14/0.21)	

CMYK percentages

%34.65
%0
%14.36
%20.78

Codes

Color #84CAAD in popluar color models

84CAAD
RGB132202173
HSL155°39.77%65.49%
HSB/HSV155°34.65%79.22%
CMYK34.65%0.00%14.36%
20.78%

Color #84CAAD in popluar number systems.

HEX84CAAD
Decimal132202173
Binary100001001100101010101101
Octal204312255

Shades and tints

Shades of #84CAAD

#84CAAD
(132,202,173)
#78B89E
(120,184,158)
#6CA68F
(108,166,143)
#609480
(96,148,128)
#548271
(84,130,113)
#487062
(72,112,98)
#3C5E53
(60,94,83)
#304C44
(48,76,68)
#243A35
(36,58,53)
#182826
(24,40,38)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #84CAAD

#84CAAD
(132,202,173)
#8FCEB4
(143,206,180)
#9AD2BB
(154,210,187)
#A5D6C2
(165,214,194)
#B0DAC9
(176,218,201)
#BBDED0
(187,222,208)
#C6E2D7
(198,226,215)
#D1E6DE
(209,230,222)
#DCEAE5
(220,234,229)
#E7EEEC
(231,238,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CAAD color. Also use rgb(132,202,173) instead hex code.

Text Font Color

.myTextColor { color: #84CAAD; }

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

This text font color is #84CAAD.


Background Color

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

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

This div background color is #84CAAD.


Border color

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

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

This div border color is #84CAAD.


Opacity

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

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

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

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

This text has shadow with #84CAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CAAD on black background.


Color preview on white background

This text has color #84CAAD on white background.



Black color preview on #84CAAD background

This text has black color on #84CAAD background.


White color preview on #84CAAD background

This text has white color on #84CAAD background.