COLOR #84CBA3

HEX: #84CBA3
RGB: (132,203,163)

Color info

#84CBA3 contains mainly green and blue colors. Web safe color of #84CBA3 is #99CC99 (or #9C9).

RGB color model

#84CBA3 color RGB value is (132,203,163).

  • red value is 132;
  • green value is 203;
  • blue value is 163.
RGB:
(132,203,163)
(52%,80%,64%)

RGB channels and saturation

R 132 of 255 = 52%
G 203 of 255 = 80%
B 163 of 255 = 64%

132
203
163

R + G + B ~ 65%. #84CBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 203 + 163 = 498 (100%)
R 132 of 498 ~ 26.51%
G 203 of 498 ~ 40.76%
B 163 of 498 ~ 32.73%

%26.51
%40.76
%32.73

CMYK color model

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

  • cyan value is 34.98%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 20.39%
CMYK:
(35,0,20,20)
C35M0Y20K20 
(35%,0%,20%,20%)
(0.35/0.00/0.20/0.20)	

CMYK percentages

%34.98
%0
%19.7
%20.39

Codes

Color #84CBA3 in popluar color models

84CBA3
RGB132203163
HSL146°40.57%65.69%
HSB/HSV146°34.98%79.61%
CMYK34.98%0.00%19.70%
20.39%

Color #84CBA3 in popluar number systems.

HEX84CBA3
Decimal132203163
Binary100001001100101110100011
Octal204313243

Shades and tints

Shades of #84CBA3

#84CBA3
(132,203,163)
#78B995
(120,185,149)
#6CA787
(108,167,135)
#609579
(96,149,121)
#54836B
(84,131,107)
#48715D
(72,113,93)
#3C5F4F
(60,95,79)
#304D41
(48,77,65)
#243B33
(36,59,51)
#182925
(24,41,37)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #84CBA3

#84CBA3
(132,203,163)
#8FCFAB
(143,207,171)
#9AD3B3
(154,211,179)
#A5D7BB
(165,215,187)
#B0DBC3
(176,219,195)
#BBDFCB
(187,223,203)
#C6E3D3
(198,227,211)
#D1E7DB
(209,231,219)
#DCEBE3
(220,235,227)
#E7EFEB
(231,239,235)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CBA3; }

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

This text font color is #84CBA3.


Background Color

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

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

This div background color is #84CBA3.


Border color

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

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

This div border color is #84CBA3.


Opacity

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

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

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

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

This text has shadow with #84CBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CBA3 on black background.


Color preview on white background

This text has color #84CBA3 on white background.



Black color preview on #84CBA3 background

This text has black color on #84CBA3 background.


White color preview on #84CBA3 background

This text has white color on #84CBA3 background.