COLOR #84D5CD

HEX: #84D5CD
RGB: (132,213,205)

Color info

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

RGB color model

#84D5CD color RGB value is (132,213,205).

  • red value is 132;
  • green value is 213;
  • blue value is 205.
RGB:
(132,213,205)
(52%,84%,80%)

RGB channels and saturation

R 132 of 255 = 52%
G 213 of 255 = 84%
B 205 of 255 = 80%

132
213
205

R + G + B ~ 72%. #84D5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 213 + 205 = 550 (100%)
R 132 of 550 ~ 24%
G 213 of 550 ~ 38.73%
B 205 of 550 ~ 37.27%

%24
%38.73
%37.27

CMYK color model

#84D5CD color CMYK value is (38,0,4,16).

  • cyan value is 38.03%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 16.47%
CMYK:
(38,0,4,16)
C38M0Y4K16 
(38%,0%,4%,16%)
(0.38/0.00/0.04/0.16)	

CMYK percentages

%38.03
%0
%3.76
%16.47

Codes

Color #84D5CD in popluar color models

84D5CD
RGB132213205
HSL174°49.09%67.65%
HSB/HSV174°38.03%83.53%
CMYK38.03%0.00%3.76%
16.47%

Color #84D5CD in popluar number systems.

HEX84D5CD
Decimal132213205
Binary100001001101010111001101
Octal204325315

Shades and tints

Shades of #84D5CD

#84D5CD
(132,213,205)
#78C2BB
(120,194,187)
#6CAFA9
(108,175,169)
#609C97
(96,156,151)
#548985
(84,137,133)
#487673
(72,118,115)
#3C6361
(60,99,97)
#30504F
(48,80,79)
#243D3D
(36,61,61)
#182A2B
(24,42,43)
#0C1719
(12,23,25)
#000000
(0,0,0)

Tints of #84D5CD

#84D5CD
(132,213,205)
#8FD8D1
(143,216,209)
#9ADBD5
(154,219,213)
#A5DED9
(165,222,217)
#B0E1DD
(176,225,221)
#BBE4E1
(187,228,225)
#C6E7E5
(198,231,229)
#D1EAE9
(209,234,233)
#DCEDED
(220,237,237)
#E7F0F1
(231,240,241)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D5CD color. Also use rgb(132,213,205) instead hex code.

Text Font Color

.myTextColor { color: #84D5CD; }

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

This text font color is #84D5CD.


Background Color

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

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

This div background color is #84D5CD.


Border color

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

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

This div border color is #84D5CD.


Opacity

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

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

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

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

This text has shadow with #84D5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D5CD on black background.


Color preview on white background

This text has color #84D5CD on white background.



Black color preview on #84D5CD background

This text has black color on #84D5CD background.


White color preview on #84D5CD background

This text has white color on #84D5CD background.