COLOR #84B0CF

HEX: #84B0CF RGB: (132,176,207)

Color info

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

RGB color model

#84B0CF color RGB value is (132,176,207).

RGB: (132,176,207) (52%, 69%, 81%)

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 207 of 255 = 81%

132
176
207

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

Portions of RGB colors in percentages

R + G + B = 132 + 176 + 207 = 515 (100%)
R 132 of 515 ~ 25.63%
G 176 of 515 ~ 34.17%
B 207 of 515 ~ 40.19'%

%25.63
%34.17
%40.19

CMYK color model

#84B0CF color CMYK value is (36,15,0,19).

  • cyan value is 36.23%
  • magenta value is 14.98%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (36,15,0,19)
C36M15Y0K19 (36%, 15%, 0%, 19%)
(0.36 / 0.15 / 0.00 / 0.19)

CMYK percentages

%36.23
%14.98
%0
%18.82

Codes

Color #84B0CF in popluar color models

84 B0 CF
RGB 132 176 207
HSL 205° 43.86% 66.47%
HSB/HSV 205° 36.23% 81.18%
CMYK 36.23% 14.98% 0.00%
18.82%

Color #84B0CF in popluar number systems.

HEX 84 B0 CF
Decimal 132 176 207
Binary 10000100 10110000 11001111
Octal 204 260 317

Shades and tints

Shades of #84B0CF

#84B0CF
(132,176,207)
#78A0BD
(120,160,189)
#6C90AB
(108,144,171)
#608099
(96,128,153)
#547087
(84,112,135)
#486075
(72,96,117)
#3C5063
(60,80,99)
#304051
(48,64,81)
#24303F
(36,48,63)
#18202D
(24,32,45)
#0C101B
(12,16,27)
#000000
(0,0,0)

Tints of #84B0CF

#84B0CF
(132,176,207)
#8FB7D3
(143,183,211)
#9ABED7
(154,190,215)
#A5C5DB
(165,197,219)
#B0CCDF
(176,204,223)
#BBD3E3
(187,211,227)
#C6DAE7
(198,218,231)
#D1E1EB
(209,225,235)
#DCE8EF
(220,232,239)
#E7EFF3
(231,239,243)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B0CF; }

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

This text font color is #84B0CF.

Background Color

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

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

This div background color is #84B0CF.

Border color

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

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

This div border color is #84B0CF.

Opacity

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

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

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

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

This text has shadow with #84B0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B0CF.

Preview

Color preview on black background

This text has color #84B0CF on black background.


Color preview on white background

This text has color #84B0CF on white background.


Black color preview on #84B0CF background

This text has black color on #84B0CF background.


White color preview on #84B0CF background

This text has white color on #84B0CF background.


Related colors

Complementary color

Complementary color for #hex is #7B4F30.


I love getcolorcode.com

Triadic colors

1 #CF84B0 and #B0CF84 with #84B0CF are triadic colors.

2 #CFB084 and #B084CF with #84B0CF are triadic colors.