COLOR #84BECB

HEX: #84BECB RGB: (132,190,203)

Color info

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

RGB color model

#84BECB color RGB value is (132,190,203).

RGB: (132,190,203) (52%, 75%, 80%)

RGB channels and saturation

R 132 of 255 = 52%
G 190 of 255 = 75%
B 203 of 255 = 80%

132
190
203

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

Portions of RGB colors in percentages

R + G + B = 132 + 190 + 203 = 525 (100%)
R 132 of 525 ~ 25.14%
G 190 of 525 ~ 36.19%
B 203 of 525 ~ 38.67'%

%25.14
%36.19
%38.67

CMYK color model

#84BECB color CMYK value is (35,6,0,20).

  • cyan value is 34.98%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (35,6,0,20) C35M6Y0K20 (35%,6%,0%,20%) (0.35/0.06/0.00/0.20) 

CMYK percentages

%34.98
%6.4
%0
%20.39

Codes

Color #84BECB in popluar color models

84 BE CB
RGB 132 190 203
HSL 191° 40.57% 65.69%
HSB/HSV 191° 34.98% 79.61%
CMYK 34.98% 6.40% 0.00%
20.39%

Color #84BECB in popluar number systems.

HEX 84 BE CB
Decimal 132 190 203
Binary 10000100 10111110 11001011
Octal 204 276 313

Shades and tints

Shades of #84BECB

#84BECB
(132,190,203)
#78ADB9
(120,173,185)
#6C9CA7
(108,156,167)
#608B95
(96,139,149)
#547A83
(84,122,131)
#486971
(72,105,113)
#3C585F
(60,88,95)
#30474D
(48,71,77)
#24363B
(36,54,59)
#182529
(24,37,41)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #84BECB

#84BECB
(132,190,203)
#8FC3CF
(143,195,207)
#9AC8D3
(154,200,211)
#A5CDD7
(165,205,215)
#B0D2DB
(176,210,219)
#BBD7DF
(187,215,223)
#C6DCE3
(198,220,227)
#D1E1E7
(209,225,231)
#DCE6EB
(220,230,235)
#E7EBEF
(231,235,239)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BECB; }

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

This text font color is #84BECB.

Background Color

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

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

This div background color is #84BECB.

Border color

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

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

This div border color is #84BECB.

Opacity

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

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

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

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

This text has shadow with #84BECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BECB.

Preview

Color preview on black background

This text has color #84BECB on black background.


Color preview on white background

This text has color #84BECB on white background.


Black color preview on #84BECB background

This text has black color on #84BECB background.


White color preview on #84BECB background

This text has white color on #84BECB background.


Related colors

Complementary color

Complementary color for #hex is #7B4134.


I love getcolorcode.com

Triadic colors

1 #CB84BE and #BECB84 with #84BECB are triadic colors.

2 #CBBE84 and #BE84CB with #84BECB are triadic colors.