COLOR #8ACCB0

HEX: #8ACCB0
RGB: (138,204,176)

Color info

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

RGB color model

#8ACCB0 color RGB value is (138,204,176).

  • red value is 138;
  • green value is 204;
  • blue value is 176.
RGB:
(138,204,176)
(54%,80%,69%)

RGB channels and saturation

R 138 of 255 = 54%
G 204 of 255 = 80%
B 176 of 255 = 69%

138
204
176

R + G + B ~ 68%. #8ACCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 204 + 176 = 518 (100%)
R 138 of 518 ~ 26.64%
G 204 of 518 ~ 39.38%
B 176 of 518 ~ 33.98%

%26.64
%39.38
%33.98

CMYK color model

#8ACCB0 color CMYK value is (32,0,14,20).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 20.00%
CMYK:
(32,0,14,20)
C32M0Y14K20 
(32%,0%,14%,20%)
(0.32/0.00/0.14/0.20)	

CMYK percentages

%32.35
%0
%13.73
%20

Codes

Color #8ACCB0 in popluar color models

8ACCB0
RGB138204176
HSL155°39.29%67.06%
HSB/HSV155°32.35%80.00%
CMYK32.35%0.00%13.73%
20.00%

Color #8ACCB0 in popluar number systems.

HEX8ACCB0
Decimal138204176
Binary100010101100110010110000
Octal212314260

Shades and tints

Shades of #8ACCB0

#8ACCB0
(138,204,176)
#7EBAA0
(126,186,160)
#72A890
(114,168,144)
#669680
(102,150,128)
#5A8470
(90,132,112)
#4E7260
(78,114,96)
#426050
(66,96,80)
#364E40
(54,78,64)
#2A3C30
(42,60,48)
#1E2A20
(30,42,32)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #8ACCB0

#8ACCB0
(138,204,176)
#94D0B7
(148,208,183)
#9ED4BE
(158,212,190)
#A8D8C5
(168,216,197)
#B2DCCC
(178,220,204)
#BCE0D3
(188,224,211)
#C6E4DA
(198,228,218)
#D0E8E1
(208,232,225)
#DAECE8
(218,236,232)
#E4F0EF
(228,240,239)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACCB0 color. Also use rgb(138,204,176) instead hex code.

Text Font Color

.myTextColor { color: #8ACCB0; }

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

This text font color is #8ACCB0.


Background Color

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

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

This div background color is #8ACCB0.


Border color

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

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

This div border color is #8ACCB0.


Opacity

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

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

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

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

This text has shadow with #8ACCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACCB0 on black background.


Color preview on white background

This text has color #8ACCB0 on white background.



Black color preview on #8ACCB0 background

This text has black color on #8ACCB0 background.


White color preview on #8ACCB0 background

This text has white color on #8ACCB0 background.