COLOR #84AECB

HEX: #84AECB RGB: (132,174,203)

Color info

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

RGB color model

#84AECB color RGB value is (132,174,203).

RGB: (132,174,203) (52%, 68%, 80%)

RGB channels and saturation

R 132 of 255 = 52%
G 174 of 255 = 68%
B 203 of 255 = 80%

132
174
203

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

Portions of RGB colors in percentages

R + G + B = 132 + 174 + 203 = 509 (100%)
R 132 of 509 ~ 25.93%
G 174 of 509 ~ 34.18%
B 203 of 509 ~ 39.88'%

%25.93
%34.18
%39.88

CMYK color model

#84AECB color CMYK value is (35,14,0,20).

  • cyan value is 34.98%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (35,14,0,20) C35M14Y0K20 (35%,14%,0%,20%) (0.35/0.14/0.00/0.20) 

CMYK percentages

%34.98
%14.29
%0
%20.39

Codes

Color #84AECB in popluar color models

84 AE CB
RGB 132 174 203
HSL 205° 40.57% 65.69%
HSB/HSV 205° 34.98% 79.61%
CMYK 34.98% 14.29% 0.00%
20.39%

Color #84AECB in popluar number systems.

HEX 84 AE CB
Decimal 132 174 203
Binary 10000100 10101110 11001011
Octal 204 256 313

Shades and tints

Shades of #84AECB

#84AECB
(132,174,203)
#789FB9
(120,159,185)
#6C90A7
(108,144,167)
#608195
(96,129,149)
#547283
(84,114,131)
#486371
(72,99,113)
#3C545F
(60,84,95)
#30454D
(48,69,77)
#24363B
(36,54,59)
#182729
(24,39,41)
#0C1817
(12,24,23)
#000000
(0,0,0)

Tints of #84AECB

#84AECB
(132,174,203)
#8FB5CF
(143,181,207)
#9ABCD3
(154,188,211)
#A5C3D7
(165,195,215)
#B0CADB
(176,202,219)
#BBD1DF
(187,209,223)
#C6D8E3
(198,216,227)
#D1DFE7
(209,223,231)
#DCE6EB
(220,230,235)
#E7EDEF
(231,237,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AECB; }

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

This text font color is #84AECB.

Background Color

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

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

This div background color is #84AECB.

Border color

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

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

This div border color is #84AECB.

Opacity

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

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

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

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

This text has shadow with #84AECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AECB.

Preview

Color preview on black background

This text has color #84AECB on black background.


Color preview on white background

This text has color #84AECB on white background.


Black color preview on #84AECB background

This text has black color on #84AECB background.


White color preview on #84AECB background

This text has white color on #84AECB background.


Related colors

Complementary color

Complementary color for #hex is #7B5134.


I love getcolorcode.com

Triadic colors

1 #CB84AE and #AECB84 with #84AECB are triadic colors.

2 #CBAE84 and #AE84CB with #84AECB are triadic colors.