COLOR #8ACCCC

HEX: #8ACCCC
RGB: (138,204,204)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
204
204

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

Portions of RGB colors in percentages

R + G + B =
138 + 204 + 204 = 546 (100%)
R 138 of 546 ~ 25.27%
G 204 of 546 ~ 37.36%
B 204 of 546 ~ 37.36%

%25.27
%37.36
%37.36

CMYK color model

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

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

CMYK percentages

%32.35
%0
%0
%20

Codes

Color #8ACCCC in popluar color models

8ACCCC
RGB138204204
HSL180°39.29%67.06%
HSB/HSV180°32.35%80.00%
CMYK32.35%0.00%0.00%
20.00%

Color #8ACCCC in popluar number systems.

HEX8ACCCC
Decimal138204204
Binary100010101100110011001100
Octal212314314

Shades and tints

Shades of #8ACCCC

#8ACCCC
(138,204,204)
#7EBABA
(126,186,186)
#72A8A8
(114,168,168)
#669696
(102,150,150)
#5A8484
(90,132,132)
#4E7272
(78,114,114)
#426060
(66,96,96)
#364E4E
(54,78,78)
#2A3C3C
(42,60,60)
#1E2A2A
(30,42,42)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #8ACCCC

#8ACCCC
(138,204,204)
#94D0D0
(148,208,208)
#9ED4D4
(158,212,212)
#A8D8D8
(168,216,216)
#B2DCDC
(178,220,220)
#BCE0E0
(188,224,224)
#C6E4E4
(198,228,228)
#D0E8E8
(208,232,232)
#DAECEC
(218,236,236)
#E4F0F0
(228,240,240)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACCCC; }

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

This text font color is #8ACCCC.


Background Color

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

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

This div background color is #8ACCCC.


Border color

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

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

This div border color is #8ACCCC.


Opacity

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

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

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

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

This text has shadow with #8ACCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACCCC on black background.


Color preview on white background

This text has color #8ACCCC on white background.



Black color preview on #8ACCCC background

This text has black color on #8ACCCC background.


White color preview on #8ACCCC background

This text has white color on #8ACCCC background.