COLOR #84BEB3

HEX: #84BEB3 RGB: (132,190,179)

Color info

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

RGB color model

#84BEB3 color RGB value is (132,190,179).

RGB: (132,190,179) (52%, 75%, 70%)

RGB channels and saturation

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

132
190
179

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

Portions of RGB colors in percentages

R + G + B = 132 + 190 + 179 = 501 (100%)
R 132 of 501 ~ 26.35%
G 190 of 501 ~ 37.92%
B 179 of 501 ~ 35.73'%

%26.35
%37.92
%35.73

CMYK color model

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

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • 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
%5.79
%25.49

Codes

Color #84BEB3 in popluar color models

84 BE B3
RGB 132 190 179
HSL 169° 30.85% 63.14%
HSB/HSV 169° 30.53% 74.51%
CMYK 30.53% 0.00% 5.79%
25.49%

Color #84BEB3 in popluar number systems.

HEX 84 BE B3
Decimal 132 190 179
Binary 10000100 10111110 10110011
Octal 204 276 263

Shades and tints

Shades of #84BEB3

#84BEB3
(132,190,179)
#78ADA3
(120,173,163)
#6C9C93
(108,156,147)
#608B83
(96,139,131)
#547A73
(84,122,115)
#486963
(72,105,99)
#3C5853
(60,88,83)
#304743
(48,71,67)
#243633
(36,54,51)
#182523
(24,37,35)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84BEB3

#84BEB3
(132,190,179)
#8FC3B9
(143,195,185)
#9AC8BF
(154,200,191)
#A5CDC5
(165,205,197)
#B0D2CB
(176,210,203)
#BBD7D1
(187,215,209)
#C6DCD7
(198,220,215)
#D1E1DD
(209,225,221)
#DCE6E3
(220,230,227)
#E7EBE9
(231,235,233)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BEB3; }

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

This text font color is #84BEB3.

Background Color

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

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

This div background color is #84BEB3.

Border color

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

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

This div border color is #84BEB3.

Opacity

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

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

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

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

This text has shadow with #84BEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BEB3.

Preview

Color preview on black background

This text has color #84BEB3 on black background.


Color preview on white background

This text has color #84BEB3 on white background.


Black color preview on #84BEB3 background

This text has black color on #84BEB3 background.


White color preview on #84BEB3 background

This text has white color on #84BEB3 background.


Related colors

Complementary color

Complementary color for #hex is #7B414C.


I love getcolorcode.com

Triadic colors

1 #B384BE and #BEB384 with #84BEB3 are triadic colors.

2 #B3BE84 and #BE84B3 with #84BEB3 are triadic colors.