COLOR #8CB898

HEX: #8CB898 RGB: (140,184,152)

Color info

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

RGB color model

#8CB898 color RGB value is (140,184,152).

RGB: (140,184,152) (55%, 72%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 152 of 255 = 60%

140
184
152

R + G + B ~ 62%. #8CB898 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 184 + 152 = 476 (100%)
R 140 of 476 ~ 29.41%
G 184 of 476 ~ 38.66%
B 152 of 476 ~ 31.93'%

%29.41
%38.66
%31.93

CMYK color model

#8CB898 color CMYK value is (24,0,17,28).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 27.84%

CMYK: (24,0,17,28)
C24M0Y17K28 (24%, 0%, 17%, 28%)
(0.24 / 0.00 / 0.17 / 0.28)

CMYK percentages

%23.91
%0
%17.39
%27.84

Codes

Color #8CB898 in popluar color models

8C B8 98
RGB 140 184 152
HSL 136° 23.66% 63.53%
HSB/HSV 136° 23.91% 72.16%
CMYK 23.91% 0.00% 17.39%
27.84%

Color #8CB898 in popluar number systems.

HEX 8C B8 98
Decimal 140 184 152
Binary 10001100 10111000 10011000
Octal 214 270 230

Shades and tints

Shades of #8CB898

#8CB898
(140,184,152)
#80A88B
(128,168,139)
#74987E
(116,152,126)
#688871
(104,136,113)
#5C7864
(92,120,100)
#506857
(80,104,87)
#44584A
(68,88,74)
#38483D
(56,72,61)
#2C3830
(44,56,48)
#202823
(32,40,35)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #8CB898

#8CB898
(140,184,152)
#96BEA1
(150,190,161)
#A0C4AA
(160,196,170)
#AACAB3
(170,202,179)
#B4D0BC
(180,208,188)
#BED6C5
(190,214,197)
#C8DCCE
(200,220,206)
#D2E2D7
(210,226,215)
#DCE8E0
(220,232,224)
#E6EEE9
(230,238,233)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB898; }

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

This text font color is #8CB898.

Background Color

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

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

This div background color is #8CB898.

Border color

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

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

This div border color is #8CB898.

Opacity

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

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

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

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

This text has shadow with #8CB898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB898.

Preview

Color preview on black background

This text has color #8CB898 on black background.


Color preview on white background

This text has color #8CB898 on white background.


Black color preview on #8CB898 background

This text has black color on #8CB898 background.


White color preview on #8CB898 background

This text has white color on #8CB898 background.


Related colors

Complementary color

Complementary color for #hex is #734767.


I love getcolorcode.com

Triadic colors

1 #988CB8 and #B8988C with #8CB898 are triadic colors.

2 #98B88C and #B88C98 with #8CB898 are triadic colors.