COLOR #8ACFD5

HEX: #8ACFD5 RGB: (138,207,213)

Color info

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

RGB color model

#8ACFD5 color RGB value is (138,207,213).

RGB: (138,207,213) (54%, 81%, 84%)

RGB channels and saturation

R 138 of 255 = 54%
G 207 of 255 = 81%
B 213 of 255 = 84%

138
207
213

R + G + B ~ 73%. #8ACFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 207 + 213 = 558 (100%)
R 138 of 558 ~ 24.73%
G 207 of 558 ~ 37.1%
B 213 of 558 ~ 38.17'%

%24.73
%37.1
%38.17

CMYK color model

#8ACFD5 color CMYK value is (35,3,0,16).

  • cyan value is 35.21%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (35,3,0,16)
C35M3Y0K16 (35%, 3%, 0%, 16%)
(0.35 / 0.03 / 0.00 / 0.16)

CMYK percentages

%35.21
%2.82
%0
%16.47

Codes

Color #8ACFD5 in popluar color models

8A CF D5
RGB 138 207 213
HSL 185° 47.17% 68.82%
HSB/HSV 185° 35.21% 83.53%
CMYK 35.21% 2.82% 0.00%
16.47%

Color #8ACFD5 in popluar number systems.

HEX 8A CF D5
Decimal 138 207 213
Binary 10001010 11001111 11010101
Octal 212 317 325

Shades and tints

Shades of #8ACFD5

#8ACFD5
(138,207,213)
#7EBDC2
(126,189,194)
#72ABAF
(114,171,175)
#66999C
(102,153,156)
#5A8789
(90,135,137)
#4E7576
(78,117,118)
#426363
(66,99,99)
#365150
(54,81,80)
#2A3F3D
(42,63,61)
#1E2D2A
(30,45,42)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #8ACFD5

#8ACFD5
(138,207,213)
#94D3D8
(148,211,216)
#9ED7DB
(158,215,219)
#A8DBDE
(168,219,222)
#B2DFE1
(178,223,225)
#BCE3E4
(188,227,228)
#C6E7E7
(198,231,231)
#D0EBEA
(208,235,234)
#DAEFED
(218,239,237)
#E4F3F0
(228,243,240)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACFD5; }

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

This text font color is #8ACFD5.

Background Color

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

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

This div background color is #8ACFD5.

Border color

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

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

This div border color is #8ACFD5.

Opacity

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

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

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

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

This text has shadow with #8ACFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACFD5.

Preview

Color preview on black background

This text has color #8ACFD5 on black background.


Color preview on white background

This text has color #8ACFD5 on white background.


Black color preview on #8ACFD5 background

This text has black color on #8ACFD5 background.


White color preview on #8ACFD5 background

This text has white color on #8ACFD5 background.


Related colors

Complementary color

Complementary color for #hex is #75302A.


I love getcolorcode.com

Triadic colors

1 #D58ACF and #CFD58A with #8ACFD5 are triadic colors.

2 #D5CF8A and #CF8AD5 with #8ACFD5 are triadic colors.