COLOR #8AC0D7

HEX: #8AC0D7
RGB: (138,192,215)

Color info

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

RGB color model

#8AC0D7 color RGB value is (138,192,215).

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

RGB channels and saturation

R 138 of 255 = 54%
G 192 of 255 = 75%
B 215 of 255 = 84%

138
192
215

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

Portions of RGB colors in percentages

R + G + B =
138 + 192 + 215 = 545 (100%)
R 138 of 545 ~ 25.32%
G 192 of 545 ~ 35.23%
B 215 of 545 ~ 39.45%

%25.32
%35.23
%39.45

CMYK color model

#8AC0D7 color CMYK value is (36,11,0,16).

  • cyan value is 35.81%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(36,11,0,16)
C36M11Y0K16 
(36%,11%,0%,16%)
(0.36/0.11/0.00/0.16)	

CMYK percentages

%35.81
%10.7
%0
%15.69

Codes

Color #8AC0D7 in popluar color models

8AC0D7
RGB138192215
HSL198°49.04%69.22%
HSB/HSV198°35.81%84.31%
CMYK35.81%10.70%0.00%
15.69%

Color #8AC0D7 in popluar number systems.

HEX8AC0D7
Decimal138192215
Binary100010101100000011010111
Octal212300327

Shades and tints

Shades of #8AC0D7

#8AC0D7
(138,192,215)
#7EAFC4
(126,175,196)
#729EB1
(114,158,177)
#668D9E
(102,141,158)
#5A7C8B
(90,124,139)
#4E6B78
(78,107,120)
#425A65
(66,90,101)
#364952
(54,73,82)
#2A383F
(42,56,63)
#1E272C
(30,39,44)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #8AC0D7

#8AC0D7
(138,192,215)
#94C5DA
(148,197,218)
#9ECADD
(158,202,221)
#A8CFE0
(168,207,224)
#B2D4E3
(178,212,227)
#BCD9E6
(188,217,230)
#C6DEE9
(198,222,233)
#D0E3EC
(208,227,236)
#DAE8EF
(218,232,239)
#E4EDF2
(228,237,242)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC0D7; }

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

This text font color is #8AC0D7.


Background Color

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

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

This div background color is #8AC0D7.


Border color

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

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

This div border color is #8AC0D7.


Opacity

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

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

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

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

This text has shadow with #8AC0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC0D7 on black background.


Color preview on white background

This text has color #8AC0D7 on white background.



Black color preview on #8AC0D7 background

This text has black color on #8AC0D7 background.


White color preview on #8AC0D7 background

This text has white color on #8AC0D7 background.