COLOR #8CA299

HEX: #8CA299
RGB: (140,162,153)

Color info

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

RGB color model

#8CA299 color RGB value is (140,162,153).

  • red value is 140;
  • green value is 162;
  • blue value is 153.
RGB:
(140,162,153)
(55%,64%,60%)

RGB channels and saturation

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

140
162
153

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

Portions of RGB colors in percentages

R + G + B =
140 + 162 + 153 = 455 (100%)
R 140 of 455 ~ 30.77%
G 162 of 455 ~ 35.6%
B 153 of 455 ~ 33.63%

%30.77
%35.6
%33.63

CMYK color model

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

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • 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
%5.56
%36.47

Codes

Color #8CA299 in popluar color models

8CA299
RGB140162153
HSL155°10.58%59.22%
HSB/HSV155°13.58%63.53%
CMYK13.58%0.00%5.56%
36.47%

Color #8CA299 in popluar number systems.

HEX8CA299
Decimal140162153
Binary100011001010001010011001
Octal214242231

Shades and tints

Shades of #8CA299

#8CA299
(140,162,153)
#80948C
(128,148,140)
#74867F
(116,134,127)
#687872
(104,120,114)
#5C6A65
(92,106,101)
#505C58
(80,92,88)
#444E4B
(68,78,75)
#38403E
(56,64,62)
#2C3231
(44,50,49)
#202424
(32,36,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #8CA299

#8CA299
(140,162,153)
#96AAA2
(150,170,162)
#A0B2AB
(160,178,171)
#AABAB4
(170,186,180)
#B4C2BD
(180,194,189)
#BECAC6
(190,202,198)
#C8D2CF
(200,210,207)
#D2DAD8
(210,218,216)
#DCE2E1
(220,226,225)
#E6EAEA
(230,234,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA299; }

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

This text font color is #8CA299.


Background Color

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

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

This div background color is #8CA299.


Border color

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

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

This div border color is #8CA299.


Opacity

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

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

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

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

This text has shadow with #8CA299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA299 on black background.


Color preview on white background

This text has color #8CA299 on white background.



Black color preview on #8CA299 background

This text has black color on #8CA299 background.


White color preview on #8CA299 background

This text has white color on #8CA299 background.