COLOR #84B7E1

HEX: #84B7E1 RGB: (132,183,225)

Color info

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

RGB color model

#84B7E1 color RGB value is (132,183,225).

RGB: (132,183,225) (52%, 72%, 88%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 225 of 255 = 88%

132
183
225

R + G + B ~ 71%. #84B7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 183 + 225 = 540 (100%)
R 132 of 540 ~ 24.44%
G 183 of 540 ~ 33.89%
B 225 of 540 ~ 41.67'%

%24.44
%33.89
%41.67

CMYK color model

#84B7E1 color CMYK value is (41,19,0,12).

  • cyan value is 41.33%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (41,19,0,12)
C41M19Y0K12 (41%, 19%, 0%, 12%)
(0.41 / 0.19 / 0.00 / 0.12)

CMYK percentages

%41.33
%18.67
%0
%11.76

Codes

Color #84B7E1 in popluar color models

84 B7 E1
RGB 132 183 225
HSL 207° 60.78% 70.00%
HSB/HSV 207° 41.33% 88.24%
CMYK 41.33% 18.67% 0.00%
11.76%

Color #84B7E1 in popluar number systems.

HEX 84 B7 E1
Decimal 132 183 225
Binary 10000100 10110111 11100001
Octal 204 267 341

Shades and tints

Shades of #84B7E1

#84B7E1
(132,183,225)
#78A7CD
(120,167,205)
#6C97B9
(108,151,185)
#6087A5
(96,135,165)
#547791
(84,119,145)
#48677D
(72,103,125)
#3C5769
(60,87,105)
#304755
(48,71,85)
#243741
(36,55,65)
#18272D
(24,39,45)
#0C1719
(12,23,25)
#000000
(0,0,0)

Tints of #84B7E1

#84B7E1
(132,183,225)
#8FBDE3
(143,189,227)
#9AC3E5
(154,195,229)
#A5C9E7
(165,201,231)
#B0CFE9
(176,207,233)
#BBD5EB
(187,213,235)
#C6DBED
(198,219,237)
#D1E1EF
(209,225,239)
#DCE7F1
(220,231,241)
#E7EDF3
(231,237,243)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B7E1 color. Also use rgb(132,183,225) instead hex code.

Text Font Color

.myTextColor { color: #84B7E1; }

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

This text font color is #84B7E1.

Background Color

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

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

This div background color is #84B7E1.

Border color

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

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

This div border color is #84B7E1.

Opacity

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

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

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

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

This text has shadow with #84B7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B7E1.

Preview

Color preview on black background

This text has color #84B7E1 on black background.


Color preview on white background

This text has color #84B7E1 on white background.


Black color preview on #84B7E1 background

This text has black color on #84B7E1 background.


White color preview on #84B7E1 background

This text has white color on #84B7E1 background.


Related colors

Complementary color

Complementary color for #hex is #7B481E.


I love getcolorcode.com

Triadic colors

1 #E184B7 and #B7E184 with #84B7E1 are triadic colors.

2 #E1B784 and #B784E1 with #84B7E1 are triadic colors.