COLOR #8ACCE9

HEX: #8ACCE9
RGB: (138,204,233)

Color info

#8ACCE9 contains mainly green and blue colors. Web safe color of #8ACCE9 is #99CCFF (or #9CF).

RGB color model

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

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

RGB channels and saturation

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

138
204
233

R + G + B ~ 75%. #8ACCE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 204 + 233 = 575 (100%)
R 138 of 575 ~ 24%
G 204 of 575 ~ 35.48%
B 233 of 575 ~ 40.52%

%24
%35.48
%40.52

CMYK color model

#8ACCE9 color CMYK value is (41,12,0,9).

  • cyan value is 40.77%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(41,12,0,9)
C41M12Y0K9 
(41%,12%,0%,9%)
(0.41/0.12/0.00/0.09)	

CMYK percentages

%40.77
%12.45
%0
%8.63

Codes

Color #8ACCE9 in popluar color models

8ACCE9
RGB138204233
HSL198°68.35%72.75%
HSB/HSV198°40.77%91.37%
CMYK40.77%12.45%0.00%
8.63%

Color #8ACCE9 in popluar number systems.

HEX8ACCE9
Decimal138204233
Binary100010101100110011101001
Octal212314351

Shades and tints

Shades of #8ACCE9

#8ACCE9
(138,204,233)
#7EBAD4
(126,186,212)
#72A8BF
(114,168,191)
#6696AA
(102,150,170)
#5A8495
(90,132,149)
#4E7280
(78,114,128)
#42606B
(66,96,107)
#364E56
(54,78,86)
#2A3C41
(42,60,65)
#1E2A2C
(30,42,44)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #8ACCE9

#8ACCE9
(138,204,233)
#94D0EB
(148,208,235)
#9ED4ED
(158,212,237)
#A8D8EF
(168,216,239)
#B2DCF1
(178,220,241)
#BCE0F3
(188,224,243)
#C6E4F5
(198,228,245)
#D0E8F7
(208,232,247)
#DAECF9
(218,236,249)
#E4F0FB
(228,240,251)
#EEF4FD
(238,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACCE9; }

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

This text font color is #8ACCE9.


Background Color

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

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

This div background color is #8ACCE9.


Border color

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

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

This div border color is #8ACCE9.


Opacity

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

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

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

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

This text has shadow with #8ACCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACCE9 on black background.


Color preview on white background

This text has color #8ACCE9 on white background.



Black color preview on #8ACCE9 background

This text has black color on #8ACCE9 background.


White color preview on #8ACCE9 background

This text has white color on #8ACCE9 background.