COLOR #8ACFE4

HEX: #8ACFE4
RGB: (138,207,228)

Color info

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

RGB color model

#8ACFE4 color RGB value is (138,207,228).

  • red value is 138;
  • green value is 207;
  • blue value is 228.
RGB:
(138,207,228)
(54%,81%,89%)

RGB channels and saturation

R 138 of 255 = 54%
G 207 of 255 = 81%
B 228 of 255 = 89%

138
207
228

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

Portions of RGB colors in percentages

R + G + B =
138 + 207 + 228 = 573 (100%)
R 138 of 573 ~ 24.08%
G 207 of 573 ~ 36.13%
B 228 of 573 ~ 39.79%

%24.08
%36.13
%39.79

CMYK color model

#8ACFE4 color CMYK value is (39,9,0,11).

  • cyan value is 39.47%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(39,9,0,11)
C39M9Y0K11 
(39%,9%,0%,11%)
(0.39/0.09/0.00/0.11)	

CMYK percentages

%39.47
%9.21
%0
%10.59

Codes

Color #8ACFE4 in popluar color models

8ACFE4
RGB138207228
HSL194°62.50%71.76%
HSB/HSV194°39.47%89.41%
CMYK39.47%9.21%0.00%
10.59%

Color #8ACFE4 in popluar number systems.

HEX8ACFE4
Decimal138207228
Binary100010101100111111100100
Octal212317344

Shades and tints

Shades of #8ACFE4

#8ACFE4
(138,207,228)
#7EBDD0
(126,189,208)
#72ABBC
(114,171,188)
#6699A8
(102,153,168)
#5A8794
(90,135,148)
#4E7580
(78,117,128)
#42636C
(66,99,108)
#365158
(54,81,88)
#2A3F44
(42,63,68)
#1E2D30
(30,45,48)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #8ACFE4

#8ACFE4
(138,207,228)
#94D3E6
(148,211,230)
#9ED7E8
(158,215,232)
#A8DBEA
(168,219,234)
#B2DFEC
(178,223,236)
#BCE3EE
(188,227,238)
#C6E7F0
(198,231,240)
#D0EBF2
(208,235,242)
#DAEFF4
(218,239,244)
#E4F3F6
(228,243,246)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACFE4; }

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

This text font color is #8ACFE4.


Background Color

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

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

This div background color is #8ACFE4.


Border color

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

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

This div border color is #8ACFE4.


Opacity

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

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

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

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

This text has shadow with #8ACFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACFE4 on black background.


Color preview on white background

This text has color #8ACFE4 on white background.



Black color preview on #8ACFE4 background

This text has black color on #8ACFE4 background.


White color preview on #8ACFE4 background

This text has white color on #8ACFE4 background.