COLOR #7ACFD8

HEX: #7ACFD8 RGB: (122,207,216)

Color info

#7ACFD8 contains mainly green and blue colors. Web safe color of #7ACFD8 is #66CCCC (or #6CC).

RGB color model

#7ACFD8 color RGB value is (122,207,216).

RGB: (122,207,216) (48%, 81%, 85%)

RGB channels and saturation

R 122 of 255 = 48%
G 207 of 255 = 81%
B 216 of 255 = 85%

122
207
216

R + G + B ~ 71%. #7ACFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 207 + 216 = 545 (100%)
R 122 of 545 ~ 22.39%
G 207 of 545 ~ 37.98%
B 216 of 545 ~ 39.63'%

%22.39
%37.98
%39.63

CMYK color model

#7ACFD8 color CMYK value is (44,4,0,15).

  • cyan value is 43.52%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (44,4,0,15)
C44M4Y0K15 (44%, 4%, 0%, 15%)
(0.44 / 0.04 / 0.00 / 0.15)

CMYK percentages

%43.52
%4.17
%0
%15.29

Codes

Color #7ACFD8 in popluar color models

7A CF D8
RGB 122 207 216
HSL 186° 54.65% 66.27%
HSB/HSV 186° 43.52% 84.71%
CMYK 43.52% 4.17% 0.00%
15.29%

Color #7ACFD8 in popluar number systems.

HEX 7A CF D8
Decimal 122 207 216
Binary 1111010 11001111 11011000
Octal 172 317 330

Shades and tints

Shades of #7ACFD8

#7ACFD8
(122,207,216)
#6FBDC5
(111,189,197)
#64ABB2
(100,171,178)
#59999F
(89,153,159)
#4E878C
(78,135,140)
#437579
(67,117,121)
#386366
(56,99,102)
#2D5153
(45,81,83)
#223F40
(34,63,64)
#172D2D
(23,45,45)
#0C1B1A
(12,27,26)
#000000
(0,0,0)

Tints of #7ACFD8

#7ACFD8
(122,207,216)
#86D3DB
(134,211,219)
#92D7DE
(146,215,222)
#9EDBE1
(158,219,225)
#AADFE4
(170,223,228)
#B6E3E7
(182,227,231)
#C2E7EA
(194,231,234)
#CEEBED
(206,235,237)
#DAEFF0
(218,239,240)
#E6F3F3
(230,243,243)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACFD8 color. Also use rgb(122,207,216) instead hex code.

Text Font Color

.myTextColor { color: #7ACFD8; }

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

This text font color is #7ACFD8.

Background Color

.myBgColor { background-color: #7ACFD8; }

<div style="background-color:#7ACFD8">Inner text</div>

This div background color is #7ACFD8.

Border color

.myBorderColor { border: 1px solid #7ACFD8; }

<div style="border:3px solid #7ACFD8">Div</div>

This div border color is #7ACFD8.

Opacity

.myOpacity80 { color: #7ACFD8; opacity: 0.8; }

<p style="color:#7ACFD8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7ACFD8 color.


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

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

This text has shadow with #7ACFD8 primary color and red secondary color.


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

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

This text has shadow with #7ACFD8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7ACFD8.

Preview

Color preview on black background

This text has color #7ACFD8 on black background.


Color preview on white background

This text has color #7ACFD8 on white background.


Black color preview on #7ACFD8 background

This text has black color on #7ACFD8 background.


White color preview on #7ACFD8 background

This text has white color on #7ACFD8 background.


Related colors

Complementary color

Complementary color for #hex is #853027.


I love getcolorcode.com

Triadic colors

1 #D87ACF and #CFD87A with #7ACFD8 are triadic colors.

2 #D8CF7A and #CF7AD8 with #7ACFD8 are triadic colors.