COLOR #84B5CB

HEX: #84B5CB RGB: (132,181,203)

Color info

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

RGB color model

#84B5CB color RGB value is (132,181,203).

RGB: (132,181,203) (52%, 71%, 80%)

RGB channels and saturation

R 132 of 255 = 52%
G 181 of 255 = 71%
B 203 of 255 = 80%

132
181
203

R + G + B ~ 68%. #84B5CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 181 + 203 = 516 (100%)
R 132 of 516 ~ 25.58%
G 181 of 516 ~ 35.08%
B 203 of 516 ~ 39.34'%

%25.58
%35.08
%39.34

CMYK color model

#84B5CB color CMYK value is (35,11,0,20).

  • cyan value is 34.98%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (35,11,0,20)
C35M11Y0K20 (35%, 11%, 0%, 20%)
(0.35 / 0.11 / 0.00 / 0.20)

CMYK percentages

%34.98
%10.84
%0
%20.39

Codes

Color #84B5CB in popluar color models

84 B5 CB
RGB 132 181 203
HSL 199° 40.57% 65.69%
HSB/HSV 199° 34.98% 79.61%
CMYK 34.98% 10.84% 0.00%
20.39%

Color #84B5CB in popluar number systems.

HEX 84 B5 CB
Decimal 132 181 203
Binary 10000100 10110101 11001011
Octal 204 265 313

Shades and tints

Shades of #84B5CB

#84B5CB
(132,181,203)
#78A5B9
(120,165,185)
#6C95A7
(108,149,167)
#608595
(96,133,149)
#547583
(84,117,131)
#486571
(72,101,113)
#3C555F
(60,85,95)
#30454D
(48,69,77)
#24353B
(36,53,59)
#182529
(24,37,41)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #84B5CB

#84B5CB
(132,181,203)
#8FBBCF
(143,187,207)
#9AC1D3
(154,193,211)
#A5C7D7
(165,199,215)
#B0CDDB
(176,205,219)
#BBD3DF
(187,211,223)
#C6D9E3
(198,217,227)
#D1DFE7
(209,223,231)
#DCE5EB
(220,229,235)
#E7EBEF
(231,235,239)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B5CB color. Also use rgb(132,181,203) instead hex code.

Text Font Color

.myTextColor { color: #84B5CB; }

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

This text font color is #84B5CB.

Background Color

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

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

This div background color is #84B5CB.

Border color

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

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

This div border color is #84B5CB.

Opacity

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

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

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

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

This text has shadow with #84B5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B5CB.

Preview

Color preview on black background

This text has color #84B5CB on black background.


Color preview on white background

This text has color #84B5CB on white background.


Black color preview on #84B5CB background

This text has black color on #84B5CB background.


White color preview on #84B5CB background

This text has white color on #84B5CB background.


Related colors

Complementary color

Complementary color for #hex is #7B4A34.


I love getcolorcode.com

Triadic colors

1 #CB84B5 and #B5CB84 with #84B5CB are triadic colors.

2 #CBB584 and #B584CB with #84B5CB are triadic colors.