COLOR #7ACDEF

HEX: #7ACDEF RGB: (122,205,239)

Color info

#7ACDEF contains mainly green and blue colors. Web safe color of #7ACDEF is #66CCFF (or #6CF).

RGB color model

#7ACDEF color RGB value is (122,205,239).

RGB: (122,205,239) (48%, 80%, 94%)

RGB channels and saturation

R 122 of 255 = 48%
G 205 of 255 = 80%
B 239 of 255 = 94%

122
205
239

R + G + B ~ 74%. #7ACDEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 205 + 239 = 566 (100%)
R 122 of 566 ~ 21.55%
G 205 of 566 ~ 36.22%
B 239 of 566 ~ 42.23'%

%21.55
%36.22
%42.23

CMYK color model

#7ACDEF color CMYK value is (49,14,0,6).

  • cyan value is 48.95%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (49,14,0,6) C49M14Y0K6 (49%,14%,0%,6%) (0.49/0.14/0.00/0.06) 

CMYK percentages

%48.95
%14.23
%0
%6.27

Codes

Color #7ACDEF in popluar color models

7A CD EF
RGB 122 205 239
HSL 197° 78.52% 70.78%
HSB/HSV 197° 48.95% 93.73%
CMYK 48.95% 14.23% 0.00%
6.27%

Color #7ACDEF in popluar number systems.

HEX 7A CD EF
Decimal 122 205 239
Binary 1111010 11001101 11101111
Octal 172 315 357

Shades and tints

Shades of #7ACDEF

#7ACDEF
(122,205,239)
#6FBBDA
(111,187,218)
#64A9C5
(100,169,197)
#5997B0
(89,151,176)
#4E859B
(78,133,155)
#437386
(67,115,134)
#386171
(56,97,113)
#2D4F5C
(45,79,92)
#223D47
(34,61,71)
#172B32
(23,43,50)
#0C191D
(12,25,29)
#000000
(0,0,0)

Tints of #7ACDEF

#7ACDEF
(122,205,239)
#86D1F0
(134,209,240)
#92D5F1
(146,213,241)
#9ED9F2
(158,217,242)
#AADDF3
(170,221,243)
#B6E1F4
(182,225,244)
#C2E5F5
(194,229,245)
#CEE9F6
(206,233,246)
#DAEDF7
(218,237,247)
#E6F1F8
(230,241,248)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACDEF color. Also use rgb(122,205,239) instead hex code.

Text Font Color

.myTextColor { color: #7ACDEF; }

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

This text font color is #7ACDEF.

Background Color

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

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

This div background color is #7ACDEF.

Border color

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

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

This div border color is #7ACDEF.

Opacity

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

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

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

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

This text has shadow with #7ACDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ACDEF.

Preview

Color preview on black background

This text has color #7ACDEF on black background.


Color preview on white background

This text has color #7ACDEF on white background.


Black color preview on #7ACDEF background

This text has black color on #7ACDEF background.


White color preview on #7ACDEF background

This text has white color on #7ACDEF background.


Related colors

Complementary color

Complementary color for #hex is #853210.


I love getcolorcode.com

Triadic colors

1 #EF7ACD and #CDEF7A with #7ACDEF are triadic colors.

2 #EFCD7A and #CD7AEF with #7ACDEF are triadic colors.