COLOR #8AC0CC

HEX: #8AC0CC
RGB: (138,192,204)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
192
204

R + G + B ~ 70%. #8AC0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 192 + 204 = 534 (100%)
R 138 of 534 ~ 25.84%
G 192 of 534 ~ 35.96%
B 204 of 534 ~ 38.2%

%25.84
%35.96
%38.2

CMYK color model

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

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

CMYK percentages

%32.35
%5.88
%0
%20

Codes

Color #8AC0CC in popluar color models

8AC0CC
RGB138192204
HSL191°39.29%67.06%
HSB/HSV191°32.35%80.00%
CMYK32.35%5.88%0.00%
20.00%

Color #8AC0CC in popluar number systems.

HEX8AC0CC
Decimal138192204
Binary100010101100000011001100
Octal212300314

Shades and tints

Shades of #8AC0CC

#8AC0CC
(138,192,204)
#7EAFBA
(126,175,186)
#729EA8
(114,158,168)
#668D96
(102,141,150)
#5A7C84
(90,124,132)
#4E6B72
(78,107,114)
#425A60
(66,90,96)
#36494E
(54,73,78)
#2A383C
(42,56,60)
#1E272A
(30,39,42)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #8AC0CC

#8AC0CC
(138,192,204)
#94C5D0
(148,197,208)
#9ECAD4
(158,202,212)
#A8CFD8
(168,207,216)
#B2D4DC
(178,212,220)
#BCD9E0
(188,217,224)
#C6DEE4
(198,222,228)
#D0E3E8
(208,227,232)
#DAE8EC
(218,232,236)
#E4EDF0
(228,237,240)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC0CC; }

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

This text font color is #8AC0CC.


Background Color

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

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

This div background color is #8AC0CC.


Border color

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

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

This div border color is #8AC0CC.


Opacity

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

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

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

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

This text has shadow with #8AC0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC0CC on black background.


Color preview on white background

This text has color #8AC0CC on white background.



Black color preview on #8AC0CC background

This text has black color on #8AC0CC background.


White color preview on #8AC0CC background

This text has white color on #8AC0CC background.