COLOR #84CDD4

HEX: #84CDD4 RGB: (132,205,212)

Color info

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

RGB color model

#84CDD4 color RGB value is (132,205,212).

RGB: (132,205,212) (52%, 80%, 83%)

RGB channels and saturation

R 132 of 255 = 52%
G 205 of 255 = 80%
B 212 of 255 = 83%

132
205
212

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

Portions of RGB colors in percentages

R + G + B = 132 + 205 + 212 = 549 (100%)
R 132 of 549 ~ 24.04%
G 205 of 549 ~ 37.34%
B 212 of 549 ~ 38.62'%

%24.04
%37.34
%38.62

CMYK color model

#84CDD4 color CMYK value is (38,3,0,17).

  • cyan value is 37.74%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK: (38,3,0,17) C38M3Y0K17 (38%,3%,0%,17%) (0.38/0.03/0.00/0.17) 

CMYK percentages

%37.74
%3.3
%0
%16.86

Codes

Color #84CDD4 in popluar color models

84 CD D4
RGB 132 205 212
HSL 185° 48.19% 67.45%
HSB/HSV 185° 37.74% 83.14%
CMYK 37.74% 3.30% 0.00%
16.86%

Color #84CDD4 in popluar number systems.

HEX 84 CD D4
Decimal 132 205 212
Binary 10000100 11001101 11010100
Octal 204 315 324

Shades and tints

Shades of #84CDD4

#84CDD4
(132,205,212)
#78BBC1
(120,187,193)
#6CA9AE
(108,169,174)
#60979B
(96,151,155)
#548588
(84,133,136)
#487375
(72,115,117)
#3C6162
(60,97,98)
#304F4F
(48,79,79)
#243D3C
(36,61,60)
#182B29
(24,43,41)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #84CDD4

#84CDD4
(132,205,212)
#8FD1D7
(143,209,215)
#9AD5DA
(154,213,218)
#A5D9DD
(165,217,221)
#B0DDE0
(176,221,224)
#BBE1E3
(187,225,227)
#C6E5E6
(198,229,230)
#D1E9E9
(209,233,233)
#DCEDEC
(220,237,236)
#E7F1EF
(231,241,239)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CDD4; }

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

This text font color is #84CDD4.

Background Color

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

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

This div background color is #84CDD4.

Border color

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

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

This div border color is #84CDD4.

Opacity

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

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

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

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

This text has shadow with #84CDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84CDD4.

Preview

Color preview on black background

This text has color #84CDD4 on black background.


Color preview on white background

This text has color #84CDD4 on white background.


Black color preview on #84CDD4 background

This text has black color on #84CDD4 background.


White color preview on #84CDD4 background

This text has white color on #84CDD4 background.


Related colors

Complementary color

Complementary color for #hex is #7B322B.


I love getcolorcode.com

Triadic colors

1 #D484CD and #CDD484 with #84CDD4 are triadic colors.

2 #D4CD84 and #CD84D4 with #84CDD4 are triadic colors.