COLOR #7C81E9

HEX: #7C81E9
RGB: (124,129,233)

Color info

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

RGB color model

#7C81E9 color RGB value is (124,129,233).

  • red value is 124;
  • green value is 129;
  • blue value is 233.
RGB:
(124,129,233)
(49%,51%,91%)

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 233 of 255 = 91%

124
129
233

R + G + B ~ 64%. #7C81E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 129 + 233 = 486 (100%)
R 124 of 486 ~ 25.51%
G 129 of 486 ~ 26.54%
B 233 of 486 ~ 47.94%

%25.51
%26.54
%47.94

CMYK color model

#7C81E9 color CMYK value is (47,45,0,9).

  • cyan value is 46.78%
  • magenta value is 44.64%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(47,45,0,9)
C47M45Y0K9 
(47%,45%,0%,9%)
(0.47/0.45/0.00/0.09)	

CMYK percentages

%46.78
%44.64
%0
%8.63

Codes

Color #7C81E9 in popluar color models

7C81E9
RGB124129233
HSL237°71.24%70.00%
HSB/HSV237°46.78%91.37%
CMYK46.78%44.64%0.00%
8.63%

Color #7C81E9 in popluar number systems.

HEX7C81E9
Decimal124129233
Binary11111001000000111101001
Octal174201351

Shades and tints

Shades of #7C81E9

#7C81E9
(124,129,233)
#7176D4
(113,118,212)
#666BBF
(102,107,191)
#5B60AA
(91,96,170)
#505595
(80,85,149)
#454A80
(69,74,128)
#3A3F6B
(58,63,107)
#2F3456
(47,52,86)
#242941
(36,41,65)
#191E2C
(25,30,44)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #7C81E9

#7C81E9
(124,129,233)
#878CEB
(135,140,235)
#9297ED
(146,151,237)
#9DA2EF
(157,162,239)
#A8ADF1
(168,173,241)
#B3B8F3
(179,184,243)
#BEC3F5
(190,195,245)
#C9CEF7
(201,206,247)
#D4D9F9
(212,217,249)
#DFE4FB
(223,228,251)
#EAEFFD
(234,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C81E9 color. Also use rgb(124,129,233) instead hex code.

Text Font Color

.myTextColor { color: #7C81E9; }

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

This text font color is #7C81E9.


Background Color

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

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

This div background color is #7C81E9.


Border color

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

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

This div border color is #7C81E9.


Opacity

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

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

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

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

This text has shadow with #7C81E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C81E9 on black background.


Color preview on white background

This text has color #7C81E9 on white background.



Black color preview on #7C81E9 background

This text has black color on #7C81E9 background.


White color preview on #7C81E9 background

This text has white color on #7C81E9 background.