COLOR #7CADF6

HEX: #7CADF6 RGB: (124,173,246)

Color info

#7CADF6 contains mainly blue color. Web safe color of #7CADF6 is #6699FF (or #69F).

RGB color model

#7CADF6 color RGB value is (124,173,246).

RGB: (124,173,246) (49%, 68%, 96%)

RGB channels and saturation

R 124 of 255 = 49%
G 173 of 255 = 68%
B 246 of 255 = 96%

124
173
246

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

Portions of RGB colors in percentages

R + G + B = 124 + 173 + 246 = 543 (100%)
R 124 of 543 ~ 22.84%
G 173 of 543 ~ 31.86%
B 246 of 543 ~ 45.3'%

%22.84
%31.86
%45.3

CMYK color model

#7CADF6 color CMYK value is (50,30,0,4).

  • cyan value is 49.59%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (50,30,0,4)
C50M30Y0K4 (50%, 30%, 0%, 4%)
(0.50 / 0.30 / 0.00 / 0.04)

CMYK percentages

%49.59
%29.67
%0
%3.53

Codes

Color #7CADF6 in popluar color models

7C AD F6
RGB 124 173 246
HSL 216° 87.14% 72.55%
HSB/HSV 216° 49.59% 96.47%
CMYK 49.59% 29.67% 0.00%
3.53%

Color #7CADF6 in popluar number systems.

HEX 7C AD F6
Decimal 124 173 246
Binary 1111100 10101101 11110110
Octal 174 255 366

Shades and tints

Shades of #7CADF6

#7CADF6
(124,173,246)
#719EE0
(113,158,224)
#668FCA
(102,143,202)
#5B80B4
(91,128,180)
#50719E
(80,113,158)
#456288
(69,98,136)
#3A5372
(58,83,114)
#2F445C
(47,68,92)
#243546
(36,53,70)
#192630
(25,38,48)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #7CADF6

#7CADF6
(124,173,246)
#87B4F6
(135,180,246)
#92BBF6
(146,187,246)
#9DC2F6
(157,194,246)
#A8C9F6
(168,201,246)
#B3D0F6
(179,208,246)
#BED7F6
(190,215,246)
#C9DEF6
(201,222,246)
#D4E5F6
(212,229,246)
#DFECF6
(223,236,246)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CADF6 color. Also use rgb(124,173,246) instead hex code.

Text Font Color

.myTextColor { color: #7CADF6; }

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

This text font color is #7CADF6.

Background Color

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

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

This div background color is #7CADF6.

Border color

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

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

This div border color is #7CADF6.

Opacity

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

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

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

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

This text has shadow with #7CADF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CADF6.

Preview

Color preview on black background

This text has color #7CADF6 on black background.


Color preview on white background

This text has color #7CADF6 on white background.


Black color preview on #7CADF6 background

This text has black color on #7CADF6 background.


White color preview on #7CADF6 background

This text has white color on #7CADF6 background.


Related colors

Complementary color

Complementary color for #hex is #835209.


I love getcolorcode.com

Triadic colors

1 #F67CAD and #ADF67C with #7CADF6 are triadic colors.

2 #F6AD7C and #AD7CF6 with #7CADF6 are triadic colors.