COLOR #84BEC1

HEX: #84BEC1
RGB: (132,190,193)

Color info

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

RGB color model

#84BEC1 color RGB value is (132,190,193).

  • red value is 132;
  • green value is 190;
  • blue value is 193.
RGB:
(132,190,193)
(52%,75%,76%)

RGB channels and saturation

R 132 of 255 = 52%
G 190 of 255 = 75%
B 193 of 255 = 76%

132
190
193

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

Portions of RGB colors in percentages

R + G + B =
132 + 190 + 193 = 515 (100%)
R 132 of 515 ~ 25.63%
G 190 of 515 ~ 36.89%
B 193 of 515 ~ 37.48%

%25.63
%36.89
%37.48

CMYK color model

#84BEC1 color CMYK value is (32,2,0,24).

  • cyan value is 31.61%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(32,2,0,24)
C32M2Y0K24 
(32%,2%,0%,24%)
(0.32/0.02/0.00/0.24)	

CMYK percentages

%31.61
%1.55
%0
%24.31

Codes

Color #84BEC1 in popluar color models

84BEC1
RGB132190193
HSL183°32.97%63.73%
HSB/HSV183°31.61%75.69%
CMYK31.61%1.55%0.00%
24.31%

Color #84BEC1 in popluar number systems.

HEX84BEC1
Decimal132190193
Binary100001001011111011000001
Octal204276301

Shades and tints

Shades of #84BEC1

#84BEC1
(132,190,193)
#78ADB0
(120,173,176)
#6C9C9F
(108,156,159)
#608B8E
(96,139,142)
#547A7D
(84,122,125)
#48696C
(72,105,108)
#3C585B
(60,88,91)
#30474A
(48,71,74)
#243639
(36,54,57)
#182528
(24,37,40)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #84BEC1

#84BEC1
(132,190,193)
#8FC3C6
(143,195,198)
#9AC8CB
(154,200,203)
#A5CDD0
(165,205,208)
#B0D2D5
(176,210,213)
#BBD7DA
(187,215,218)
#C6DCDF
(198,220,223)
#D1E1E4
(209,225,228)
#DCE6E9
(220,230,233)
#E7EBEE
(231,235,238)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BEC1; }

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

This text font color is #84BEC1.


Background Color

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

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

This div background color is #84BEC1.


Border color

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

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

This div border color is #84BEC1.


Opacity

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

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

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

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

This text has shadow with #84BEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BEC1 on black background.


Color preview on white background

This text has color #84BEC1 on white background.



Black color preview on #84BEC1 background

This text has black color on #84BEC1 background.


White color preview on #84BEC1 background

This text has white color on #84BEC1 background.