COLOR #8ACCCA

HEX: #8ACCCA
RGB: (138,204,202)

Color info

#8ACCCA contains mainly green and blue colors. Web safe color of #8ACCCA is #99CCCC (or #9CC).

RGB color model

#8ACCCA color RGB value is (138,204,202).

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

RGB channels and saturation

R 138 of 255 = 54%
G 204 of 255 = 80%
B 202 of 255 = 79%

138
204
202

R + G + B ~ 71%. #8ACCCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 204 + 202 = 544 (100%)
R 138 of 544 ~ 25.37%
G 204 of 544 ~ 37.5%
B 202 of 544 ~ 37.13%

%25.37
%37.5
%37.13

CMYK color model

#8ACCCA color CMYK value is (32,0,1,20).

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(32,0,1,20)
C32M0Y1K20 
(32%,0%,1%,20%)
(0.32/0.00/0.01/0.20)	

CMYK percentages

%32.35
%0
%0.98
%20

Codes

Color #8ACCCA in popluar color models

8ACCCA
RGB138204202
HSL178°39.29%67.06%
HSB/HSV178°32.35%80.00%
CMYK32.35%0.00%0.98%
20.00%

Color #8ACCCA in popluar number systems.

HEX8ACCCA
Decimal138204202
Binary100010101100110011001010
Octal212314312

Shades and tints

Shades of #8ACCCA

#8ACCCA
(138,204,202)
#7EBAB8
(126,186,184)
#72A8A6
(114,168,166)
#669694
(102,150,148)
#5A8482
(90,132,130)
#4E7270
(78,114,112)
#42605E
(66,96,94)
#364E4C
(54,78,76)
#2A3C3A
(42,60,58)
#1E2A28
(30,42,40)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #8ACCCA

#8ACCCA
(138,204,202)
#94D0CE
(148,208,206)
#9ED4D2
(158,212,210)
#A8D8D6
(168,216,214)
#B2DCDA
(178,220,218)
#BCE0DE
(188,224,222)
#C6E4E2
(198,228,226)
#D0E8E6
(208,232,230)
#DAECEA
(218,236,234)
#E4F0EE
(228,240,238)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACCCA; }

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

This text font color is #8ACCCA.


Background Color

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

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

This div background color is #8ACCCA.


Border color

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

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

This div border color is #8ACCCA.


Opacity

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

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

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

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

This text has shadow with #8ACCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACCCA on black background.


Color preview on white background

This text has color #8ACCCA on white background.



Black color preview on #8ACCCA background

This text has black color on #8ACCCA background.


White color preview on #8ACCCA background

This text has white color on #8ACCCA background.