COLOR #84C7DE

HEX: #84C7DE RGB: (132,199,222)

Color info

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

RGB color model

#84C7DE color RGB value is (132,199,222).

RGB: (132,199,222) (52%, 78%, 87%)

RGB channels and saturation

R 132 of 255 = 52%
G 199 of 255 = 78%
B 222 of 255 = 87%

132
199
222

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

Portions of RGB colors in percentages

R + G + B = 132 + 199 + 222 = 553 (100%)
R 132 of 553 ~ 23.87%
G 199 of 553 ~ 35.99%
B 222 of 553 ~ 40.14'%

%23.87
%35.99
%40.14

CMYK color model

#84C7DE color CMYK value is (41,10,0,13).

  • cyan value is 40.54%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (41,10,0,13)
C41M10Y0K13 (41%, 10%, 0%, 13%)
(0.41 / 0.10 / 0.00 / 0.13)

CMYK percentages

%40.54
%10.36
%0
%12.94

Codes

Color #84C7DE in popluar color models

84 C7 DE
RGB 132 199 222
HSL 195° 57.69% 69.41%
HSB/HSV 195° 40.54% 87.06%
CMYK 40.54% 10.36% 0.00%
12.94%

Color #84C7DE in popluar number systems.

HEX 84 C7 DE
Decimal 132 199 222
Binary 10000100 11000111 11011110
Octal 204 307 336

Shades and tints

Shades of #84C7DE

#84C7DE
(132,199,222)
#78B5CA
(120,181,202)
#6CA3B6
(108,163,182)
#6091A2
(96,145,162)
#547F8E
(84,127,142)
#486D7A
(72,109,122)
#3C5B66
(60,91,102)
#304952
(48,73,82)
#24373E
(36,55,62)
#18252A
(24,37,42)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #84C7DE

#84C7DE
(132,199,222)
#8FCCE1
(143,204,225)
#9AD1E4
(154,209,228)
#A5D6E7
(165,214,231)
#B0DBEA
(176,219,234)
#BBE0ED
(187,224,237)
#C6E5F0
(198,229,240)
#D1EAF3
(209,234,243)
#DCEFF6
(220,239,246)
#E7F4F9
(231,244,249)
#F2F9FC
(242,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C7DE color. Also use rgb(132,199,222) instead hex code.

Text Font Color

.myTextColor { color: #84C7DE; }

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

This text font color is #84C7DE.

Background Color

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

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

This div background color is #84C7DE.

Border color

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

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

This div border color is #84C7DE.

Opacity

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

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

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

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

This text has shadow with #84C7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C7DE.

Preview

Color preview on black background

This text has color #84C7DE on black background.


Color preview on white background

This text has color #84C7DE on white background.


Black color preview on #84C7DE background

This text has black color on #84C7DE background.


White color preview on #84C7DE background

This text has white color on #84C7DE background.


Related colors

Complementary color

Complementary color for #hex is #7B3821.


I love getcolorcode.com

Triadic colors

1 #DE84C7 and #C7DE84 with #84C7DE are triadic colors.

2 #DEC784 and #C784DE with #84C7DE are triadic colors.