COLOR #7C9ADD

HEX: #7C9ADD
RGB: (124,154,221)

Color info

#7C9ADD contains mainly blue color. Web safe color of #7C9ADD is #6699CC (or #69C).

RGB color model

#7C9ADD color RGB value is (124,154,221).

  • red value is 124;
  • green value is 154;
  • blue value is 221.
RGB:
(124,154,221)
(49%,60%,87%)

RGB channels and saturation

R 124 of 255 = 49%
G 154 of 255 = 60%
B 221 of 255 = 87%

124
154
221

R + G + B ~ 65%. #7C9ADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 154 + 221 = 499 (100%)
R 124 of 499 ~ 24.85%
G 154 of 499 ~ 30.86%
B 221 of 499 ~ 44.29%

%24.85
%30.86
%44.29

CMYK color model

#7C9ADD color CMYK value is (44,30,0,13).

  • cyan value is 43.89%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(44,30,0,13)
C44M30Y0K13 
(44%,30%,0%,13%)
(0.44/0.30/0.00/0.13)	

CMYK percentages

%43.89
%30.32
%0
%13.33

Codes

Color #7C9ADD in popluar color models

7C9ADD
RGB124154221
HSL221°58.79%67.65%
HSB/HSV221°43.89%86.67%
CMYK43.89%30.32%0.00%
13.33%

Color #7C9ADD in popluar number systems.

HEX7C9ADD
Decimal124154221
Binary11111001001101011011101
Octal174232335

Shades and tints

Shades of #7C9ADD

#7C9ADD
(124,154,221)
#718CC9
(113,140,201)
#667EB5
(102,126,181)
#5B70A1
(91,112,161)
#50628D
(80,98,141)
#455479
(69,84,121)
#3A4665
(58,70,101)
#2F3851
(47,56,81)
#242A3D
(36,42,61)
#191C29
(25,28,41)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #7C9ADD

#7C9ADD
(124,154,221)
#87A3E0
(135,163,224)
#92ACE3
(146,172,227)
#9DB5E6
(157,181,230)
#A8BEE9
(168,190,233)
#B3C7EC
(179,199,236)
#BED0EF
(190,208,239)
#C9D9F2
(201,217,242)
#D4E2F5
(212,226,245)
#DFEBF8
(223,235,248)
#EAF4FB
(234,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9ADD color. Also use rgb(124,154,221) instead hex code.

Text Font Color

.myTextColor { color: #7C9ADD; }

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

This text font color is #7C9ADD.


Background Color

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

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

This div background color is #7C9ADD.


Border color

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

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

This div border color is #7C9ADD.


Opacity

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

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

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

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

This text has shadow with #7C9ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9ADD on black background.


Color preview on white background

This text has color #7C9ADD on white background.



Black color preview on #7C9ADD background

This text has black color on #7C9ADD background.


White color preview on #7C9ADD background

This text has white color on #7C9ADD background.