COLOR #84B0CD

HEX: #84B0CD
RGB: (132,176,205)

Color info

#84B0CD contains mainly green and blue colors. Web safe color of #84B0CD is #9999CC (or #99C).

RGB color model

#84B0CD color RGB value is (132,176,205).

  • red value is 132;
  • green value is 176;
  • blue value is 205.
RGB:
(132,176,205)
(52%,69%,80%)

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 205 of 255 = 80%

132
176
205

R + G + B ~ 67%. #84B0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 176 + 205 = 513 (100%)
R 132 of 513 ~ 25.73%
G 176 of 513 ~ 34.31%
B 205 of 513 ~ 39.96%

%25.73
%34.31
%39.96

CMYK color model

#84B0CD color CMYK value is (36,14,0,20).

  • cyan value is 35.61%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(36,14,0,20)
C36M14Y0K20 
(36%,14%,0%,20%)
(0.36/0.14/0.00/0.20)	

CMYK percentages

%35.61
%14.15
%0
%19.61

Codes

Color #84B0CD in popluar color models

84B0CD
RGB132176205
HSL204°42.20%66.08%
HSB/HSV204°35.61%80.39%
CMYK35.61%14.15%0.00%
19.61%

Color #84B0CD in popluar number systems.

HEX84B0CD
Decimal132176205
Binary100001001011000011001101
Octal204260315

Shades and tints

Shades of #84B0CD

#84B0CD
(132,176,205)
#78A0BB
(120,160,187)
#6C90A9
(108,144,169)
#608097
(96,128,151)
#547085
(84,112,133)
#486073
(72,96,115)
#3C5061
(60,80,97)
#30404F
(48,64,79)
#24303D
(36,48,61)
#18202B
(24,32,43)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #84B0CD

#84B0CD
(132,176,205)
#8FB7D1
(143,183,209)
#9ABED5
(154,190,213)
#A5C5D9
(165,197,217)
#B0CCDD
(176,204,221)
#BBD3E1
(187,211,225)
#C6DAE5
(198,218,229)
#D1E1E9
(209,225,233)
#DCE8ED
(220,232,237)
#E7EFF1
(231,239,241)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B0CD; }

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

This text font color is #84B0CD.


Background Color

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

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

This div background color is #84B0CD.


Border color

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

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

This div border color is #84B0CD.


Opacity

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

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

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

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

This text has shadow with #84B0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B0CD on black background.


Color preview on white background

This text has color #84B0CD on white background.



Black color preview on #84B0CD background

This text has black color on #84B0CD background.


White color preview on #84B0CD background

This text has white color on #84B0CD background.