COLOR #84CCD8

HEX: #84CCD8
RGB: (132,204,216)

Color info

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

RGB color model

#84CCD8 color RGB value is (132,204,216).

  • red value is 132;
  • green value is 204;
  • blue value is 216.
RGB:
(132,204,216)
(52%,80%,85%)

RGB channels and saturation

R 132 of 255 = 52%
G 204 of 255 = 80%
B 216 of 255 = 85%

132
204
216

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

Portions of RGB colors in percentages

R + G + B =
132 + 204 + 216 = 552 (100%)
R 132 of 552 ~ 23.91%
G 204 of 552 ~ 36.96%
B 216 of 552 ~ 39.13%

%23.91
%36.96
%39.13

CMYK color model

#84CCD8 color CMYK value is (39,6,0,15).

  • cyan value is 38.89%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(39,6,0,15)
C39M6Y0K15 
(39%,6%,0%,15%)
(0.39/0.06/0.00/0.15)	

CMYK percentages

%38.89
%5.56
%0
%15.29

Codes

Color #84CCD8 in popluar color models

84CCD8
RGB132204216
HSL189°51.85%68.24%
HSB/HSV189°38.89%84.71%
CMYK38.89%5.56%0.00%
15.29%

Color #84CCD8 in popluar number systems.

HEX84CCD8
Decimal132204216
Binary100001001100110011011000
Octal204314330

Shades and tints

Shades of #84CCD8

#84CCD8
(132,204,216)
#78BAC5
(120,186,197)
#6CA8B2
(108,168,178)
#60969F
(96,150,159)
#54848C
(84,132,140)
#487279
(72,114,121)
#3C6066
(60,96,102)
#304E53
(48,78,83)
#243C40
(36,60,64)
#182A2D
(24,42,45)
#0C181A
(12,24,26)
#000000
(0,0,0)

Tints of #84CCD8

#84CCD8
(132,204,216)
#8FD0DB
(143,208,219)
#9AD4DE
(154,212,222)
#A5D8E1
(165,216,225)
#B0DCE4
(176,220,228)
#BBE0E7
(187,224,231)
#C6E4EA
(198,228,234)
#D1E8ED
(209,232,237)
#DCECF0
(220,236,240)
#E7F0F3
(231,240,243)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CCD8 color. Also use rgb(132,204,216) instead hex code.

Text Font Color

.myTextColor { color: #84CCD8; }

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

This text font color is #84CCD8.


Background Color

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

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

This div background color is #84CCD8.


Border color

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

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

This div border color is #84CCD8.


Opacity

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

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

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

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

This text has shadow with #84CCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CCD8 on black background.


Color preview on white background

This text has color #84CCD8 on white background.



Black color preview on #84CCD8 background

This text has black color on #84CCD8 background.


White color preview on #84CCD8 background

This text has white color on #84CCD8 background.