COLOR #8CA484

HEX: #8CA484 RGB: (140,164,132)

Color info

#8CA484 contains red, green and blue colors in about the same proportion. Web safe color of #8CA484 is #999999 (or #999).

RGB color model

#8CA484 color RGB value is (140,164,132).

RGB: (140,164,132) (55%, 64%, 52%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 132 of 255 = 52%

140
164
132

R + G + B ~ 57%. #8CA484 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 164 + 132 = 436 (100%)
R 140 of 436 ~ 32.11%
G 164 of 436 ~ 37.61%
B 132 of 436 ~ 30.28'%

%32.11
%37.61
%30.28

CMYK color model

#8CA484 color CMYK value is (15,0,20,36).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 35.69%

CMYK: (15,0,20,36)
C15M0Y20K36 (15%, 0%, 20%, 36%)
(0.15 / 0.00 / 0.20 / 0.36)

CMYK percentages

%14.63
%0
%19.51
%35.69

Codes

Color #8CA484 in popluar color models

8C A4 84
RGB 140 164 132
HSL 105° 14.95% 58.04%
HSB/HSV 105° 19.51% 64.31%
CMYK 14.63% 0.00% 19.51%
35.69%

Color #8CA484 in popluar number systems.

HEX 8C A4 84
Decimal 140 164 132
Binary 10001100 10100100 10000100
Octal 214 244 204

Shades and tints

Shades of #8CA484

#8CA484
(140,164,132)
#809678
(128,150,120)
#74886C
(116,136,108)
#687A60
(104,122,96)
#5C6C54
(92,108,84)
#505E48
(80,94,72)
#44503C
(68,80,60)
#384230
(56,66,48)
#2C3424
(44,52,36)
#202618
(32,38,24)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #8CA484

#8CA484
(140,164,132)
#96AC8F
(150,172,143)
#A0B49A
(160,180,154)
#AABCA5
(170,188,165)
#B4C4B0
(180,196,176)
#BECCBB
(190,204,187)
#C8D4C6
(200,212,198)
#D2DCD1
(210,220,209)
#DCE4DC
(220,228,220)
#E6ECE7
(230,236,231)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA484 color. Also use rgb(140,164,132) instead hex code.

Text Font Color

.myTextColor { color: #8CA484; }

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

This text font color is #8CA484.

Background Color

.myBgColor { background-color: #8CA484; }

<div style="background-color:#8CA484">Inner text</div>

This div background color is #8CA484.

Border color

.myBorderColor { border: 1px solid #8CA484; }

<div style="border:3px solid #8CA484">Div</div>

This div border color is #8CA484.

Opacity

.myOpacity80 { color: #8CA484; opacity: 0.8; }

<p style="color:#8CA484;opacity:0.8;">80%</p>

Text with #8CA484 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 #8CA484;}

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

This text has shadow with #8CA484 color.


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

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

This text has shadow with #8CA484 primary color and red secondary color.


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

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

This text has shadow with #8CA484 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8CA484.

Preview

Color preview on black background

This text has color #8CA484 on black background.


Color preview on white background

This text has color #8CA484 on white background.


Black color preview on #8CA484 background

This text has black color on #8CA484 background.


White color preview on #8CA484 background

This text has white color on #8CA484 background.


Related colors

Complementary color

Complementary color for #hex is #735B7B.


I love getcolorcode.com

Triadic colors

1 #848CA4 and #A4848C with #8CA484 are triadic colors.

2 #84A48C and #A48C84 with #8CA484 are triadic colors.