COLOR #84B7D5

HEX: #84B7D5
RGB: (132,183,213)

Color info

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

RGB color model

#84B7D5 color RGB value is (132,183,213).

  • red value is 132;
  • green value is 183;
  • blue value is 213.
RGB:
(132,183,213)
(52%,72%,84%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 213 of 255 = 84%

132
183
213

R + G + B ~ 69%. #84B7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 183 + 213 = 528 (100%)
R 132 of 528 ~ 25%
G 183 of 528 ~ 34.66%
B 213 of 528 ~ 40.34%

%25
%34.66
%40.34

CMYK color model

#84B7D5 color CMYK value is (38,14,0,16).

  • cyan value is 38.03%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(38,14,0,16)
C38M14Y0K16 
(38%,14%,0%,16%)
(0.38/0.14/0.00/0.16)	

CMYK percentages

%38.03
%14.08
%0
%16.47

Codes

Color #84B7D5 in popluar color models

84B7D5
RGB132183213
HSL202°49.09%67.65%
HSB/HSV202°38.03%83.53%
CMYK38.03%14.08%0.00%
16.47%

Color #84B7D5 in popluar number systems.

HEX84B7D5
Decimal132183213
Binary100001001011011111010101
Octal204267325

Shades and tints

Shades of #84B7D5

#84B7D5
(132,183,213)
#78A7C2
(120,167,194)
#6C97AF
(108,151,175)
#60879C
(96,135,156)
#547789
(84,119,137)
#486776
(72,103,118)
#3C5763
(60,87,99)
#304750
(48,71,80)
#24373D
(36,55,61)
#18272A
(24,39,42)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #84B7D5

#84B7D5
(132,183,213)
#8FBDD8
(143,189,216)
#9AC3DB
(154,195,219)
#A5C9DE
(165,201,222)
#B0CFE1
(176,207,225)
#BBD5E4
(187,213,228)
#C6DBE7
(198,219,231)
#D1E1EA
(209,225,234)
#DCE7ED
(220,231,237)
#E7EDF0
(231,237,240)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B7D5; }

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

This text font color is #84B7D5.


Background Color

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

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

This div background color is #84B7D5.


Border color

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

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

This div border color is #84B7D5.


Opacity

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

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

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

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

This text has shadow with #84B7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B7D5 on black background.


Color preview on white background

This text has color #84B7D5 on white background.



Black color preview on #84B7D5 background

This text has black color on #84B7D5 background.


White color preview on #84B7D5 background

This text has white color on #84B7D5 background.