COLOR #8CA298

HEX: #8CA298 RGB: (140,162,152)

Color info

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

RGB color model

#8CA298 color RGB value is (140,162,152).

RGB: (140,162,152) (55%, 64%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 162 of 255 = 64%
B 152 of 255 = 60%

140
162
152

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

Portions of RGB colors in percentages

R + G + B = 140 + 162 + 152 = 454 (100%)
R 140 of 454 ~ 30.84%
G 162 of 454 ~ 35.68%
B 152 of 454 ~ 33.48'%

%30.84
%35.68
%33.48

CMYK color model

#8CA298 color CMYK value is (14,0,6,36).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 36.47%

CMYK: (14,0,6,36)
C14M0Y6K36 (14%, 0%, 6%, 36%)
(0.14 / 0.00 / 0.06 / 0.36)

CMYK percentages

%13.58
%0
%6.17
%36.47

Codes

Color #8CA298 in popluar color models

8C A2 98
RGB 140 162 152
HSL 153° 10.58% 59.22%
HSB/HSV 153° 13.58% 63.53%
CMYK 13.58% 0.00% 6.17%
36.47%

Color #8CA298 in popluar number systems.

HEX 8C A2 98
Decimal 140 162 152
Binary 10001100 10100010 10011000
Octal 214 242 230

Shades and tints

Shades of #8CA298

#8CA298
(140,162,152)
#80948B
(128,148,139)
#74867E
(116,134,126)
#687871
(104,120,113)
#5C6A64
(92,106,100)
#505C57
(80,92,87)
#444E4A
(68,78,74)
#38403D
(56,64,61)
#2C3230
(44,50,48)
#202423
(32,36,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #8CA298

#8CA298
(140,162,152)
#96AAA1
(150,170,161)
#A0B2AA
(160,178,170)
#AABAB3
(170,186,179)
#B4C2BC
(180,194,188)
#BECAC5
(190,202,197)
#C8D2CE
(200,210,206)
#D2DAD7
(210,218,215)
#DCE2E0
(220,226,224)
#E6EAE9
(230,234,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA298 color. Also use rgb(140,162,152) instead hex code.

Text Font Color

.myTextColor { color: #8CA298; }

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

This text font color is #8CA298.

Background Color

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

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

This div background color is #8CA298.

Border color

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

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

This div border color is #8CA298.

Opacity

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

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

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

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

This text has shadow with #8CA298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA298.

Preview

Color preview on black background

This text has color #8CA298 on black background.


Color preview on white background

This text has color #8CA298 on white background.


Black color preview on #8CA298 background

This text has black color on #8CA298 background.


White color preview on #8CA298 background

This text has white color on #8CA298 background.


Related colors

Complementary color

Complementary color for #hex is #735D67.


I love getcolorcode.com

Triadic colors

1 #988CA2 and #A2988C with #8CA298 are triadic colors.

2 #98A28C and #A28C98 with #8CA298 are triadic colors.