COLOR #84BEB2

HEX: #84BEB2
RGB: (132,190,178)

Color info

#84BEB2 contains red, green and blue colors in about the same proportion. Web safe color of #84BEB2 is #99CC99 (or #9C9).

RGB color model

#84BEB2 color RGB value is (132,190,178).

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

RGB channels and saturation

R 132 of 255 = 52%
G 190 of 255 = 75%
B 178 of 255 = 70%

132
190
178

R + G + B ~ 66%. #84BEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 190 + 178 = 500 (100%)
R 132 of 500 ~ 26.4%
G 190 of 500 ~ 38%
B 178 of 500 ~ 35.6%

%26.4
%38
%35.6

CMYK color model

#84BEB2 color CMYK value is (31,0,6,25).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(31,0,6,25)
C31M0Y6K25 
(31%,0%,6%,25%)
(0.31/0.00/0.06/0.25)	

CMYK percentages

%30.53
%0
%6.32
%25.49

Codes

Color #84BEB2 in popluar color models

84BEB2
RGB132190178
HSL168°30.85%63.14%
HSB/HSV168°30.53%74.51%
CMYK30.53%0.00%6.32%
25.49%

Color #84BEB2 in popluar number systems.

HEX84BEB2
Decimal132190178
Binary100001001011111010110010
Octal204276262

Shades and tints

Shades of #84BEB2

#84BEB2
(132,190,178)
#78ADA2
(120,173,162)
#6C9C92
(108,156,146)
#608B82
(96,139,130)
#547A72
(84,122,114)
#486962
(72,105,98)
#3C5852
(60,88,82)
#304742
(48,71,66)
#243632
(36,54,50)
#182522
(24,37,34)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #84BEB2

#84BEB2
(132,190,178)
#8FC3B9
(143,195,185)
#9AC8C0
(154,200,192)
#A5CDC7
(165,205,199)
#B0D2CE
(176,210,206)
#BBD7D5
(187,215,213)
#C6DCDC
(198,220,220)
#D1E1E3
(209,225,227)
#DCE6EA
(220,230,234)
#E7EBF1
(231,235,241)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BEB2; }

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

This text font color is #84BEB2.


Background Color

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

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

This div background color is #84BEB2.


Border color

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

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

This div border color is #84BEB2.


Opacity

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

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

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

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

This text has shadow with #84BEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BEB2 on black background.


Color preview on white background

This text has color #84BEB2 on white background.



Black color preview on #84BEB2 background

This text has black color on #84BEB2 background.


White color preview on #84BEB2 background

This text has white color on #84BEB2 background.