COLOR #84D3D2

HEX: #84D3D2
RGB: (132,211,210)

Color info

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

RGB color model

#84D3D2 color RGB value is (132,211,210).

  • red value is 132;
  • green value is 211;
  • blue value is 210.
RGB:
(132,211,210)
(52%,83%,82%)

RGB channels and saturation

R 132 of 255 = 52%
G 211 of 255 = 83%
B 210 of 255 = 82%

132
211
210

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

Portions of RGB colors in percentages

R + G + B =
132 + 211 + 210 = 553 (100%)
R 132 of 553 ~ 23.87%
G 211 of 553 ~ 38.16%
B 210 of 553 ~ 37.97%

%23.87
%38.16
%37.97

CMYK color model

#84D3D2 color CMYK value is (37,0,0,17).

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 17.25%
CMYK:
(37,0,0,17)
C37M0Y0K17 
(37%,0%,0%,17%)
(0.37/0.00/0.00/0.17)	

CMYK percentages

%37.44
%0
%0.47
%17.25

Codes

Color #84D3D2 in popluar color models

84D3D2
RGB132211210
HSL179°47.31%67.25%
HSB/HSV179°37.44%82.75%
CMYK37.44%0.00%0.47%
17.25%

Color #84D3D2 in popluar number systems.

HEX84D3D2
Decimal132211210
Binary100001001101001111010010
Octal204323322

Shades and tints

Shades of #84D3D2

#84D3D2
(132,211,210)
#78C0BF
(120,192,191)
#6CADAC
(108,173,172)
#609A99
(96,154,153)
#548786
(84,135,134)
#487473
(72,116,115)
#3C6160
(60,97,96)
#304E4D
(48,78,77)
#243B3A
(36,59,58)
#182827
(24,40,39)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #84D3D2

#84D3D2
(132,211,210)
#8FD7D6
(143,215,214)
#9ADBDA
(154,219,218)
#A5DFDE
(165,223,222)
#B0E3E2
(176,227,226)
#BBE7E6
(187,231,230)
#C6EBEA
(198,235,234)
#D1EFEE
(209,239,238)
#DCF3F2
(220,243,242)
#E7F7F6
(231,247,246)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D3D2 color. Also use rgb(132,211,210) instead hex code.

Text Font Color

.myTextColor { color: #84D3D2; }

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

This text font color is #84D3D2.


Background Color

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

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

This div background color is #84D3D2.


Border color

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

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

This div border color is #84D3D2.


Opacity

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

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

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

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

This text has shadow with #84D3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D3D2 on black background.


Color preview on white background

This text has color #84D3D2 on white background.



Black color preview on #84D3D2 background

This text has black color on #84D3D2 background.


White color preview on #84D3D2 background

This text has white color on #84D3D2 background.