COLOR #7AC3DA

HEX: #7AC3DA RGB: (122,195,218)

Color info

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

RGB color model

#7AC3DA color RGB value is (122,195,218).

RGB: (122,195,218) (48%, 76%, 85%)

RGB channels and saturation

R 122 of 255 = 48%
G 195 of 255 = 76%
B 218 of 255 = 85%

122
195
218

R + G + B ~ 70%. #7AC3DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 195 + 218 = 535 (100%)
R 122 of 535 ~ 22.8%
G 195 of 535 ~ 36.45%
B 218 of 535 ~ 40.75'%

%22.8
%36.45
%40.75

CMYK color model

#7AC3DA color CMYK value is (44,11,0,15).

  • cyan value is 44.04%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (44,11,0,15)
C44M11Y0K15 (44%, 11%, 0%, 15%)
(0.44 / 0.11 / 0.00 / 0.15)

CMYK percentages

%44.04
%10.55
%0
%14.51

Codes

Color #7AC3DA in popluar color models

7A C3 DA
RGB 122 195 218
HSL 194° 56.47% 66.67%
HSB/HSV 194° 44.04% 85.49%
CMYK 44.04% 10.55% 0.00%
14.51%

Color #7AC3DA in popluar number systems.

HEX 7A C3 DA
Decimal 122 195 218
Binary 1111010 11000011 11011010
Octal 172 303 332

Shades and tints

Shades of #7AC3DA

#7AC3DA
(122,195,218)
#6FB2C7
(111,178,199)
#64A1B4
(100,161,180)
#5990A1
(89,144,161)
#4E7F8E
(78,127,142)
#436E7B
(67,110,123)
#385D68
(56,93,104)
#2D4C55
(45,76,85)
#223B42
(34,59,66)
#172A2F
(23,42,47)
#0C191C
(12,25,28)
#000000
(0,0,0)

Tints of #7AC3DA

#7AC3DA
(122,195,218)
#86C8DD
(134,200,221)
#92CDE0
(146,205,224)
#9ED2E3
(158,210,227)
#AAD7E6
(170,215,230)
#B6DCE9
(182,220,233)
#C2E1EC
(194,225,236)
#CEE6EF
(206,230,239)
#DAEBF2
(218,235,242)
#E6F0F5
(230,240,245)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC3DA color. Also use rgb(122,195,218) instead hex code.

Text Font Color

.myTextColor { color: #7AC3DA; }

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

This text font color is #7AC3DA.

Background Color

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

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

This div background color is #7AC3DA.

Border color

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

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

This div border color is #7AC3DA.

Opacity

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

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

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

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

This text has shadow with #7AC3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AC3DA.

Preview

Color preview on black background

This text has color #7AC3DA on black background.


Color preview on white background

This text has color #7AC3DA on white background.


Black color preview on #7AC3DA background

This text has black color on #7AC3DA background.


White color preview on #7AC3DA background

This text has white color on #7AC3DA background.


Related colors

Complementary color

Complementary color for #hex is #853C25.


I love getcolorcode.com

Triadic colors

1 #DA7AC3 and #C3DA7A with #7AC3DA are triadic colors.

2 #DAC37A and #C37ADA with #7AC3DA are triadic colors.