COLOR #7E88CF

HEX: #7E88CF
RGB: (126,136,207)

Color info

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

RGB color model

#7E88CF color RGB value is (126,136,207).

  • red value is 126;
  • green value is 136;
  • blue value is 207.
RGB:
(126,136,207)
(49%,53%,81%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 207 of 255 = 81%

126
136
207

R + G + B ~ 61%. #7E88CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 136 + 207 = 469 (100%)
R 126 of 469 ~ 26.87%
G 136 of 469 ~ 29%
B 207 of 469 ~ 44.14%

%26.87
%29
%44.14

CMYK color model

#7E88CF color CMYK value is (39,34,0,19).

  • cyan value is 39.13%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(39,34,0,19)
C39M34Y0K19 
(39%,34%,0%,19%)
(0.39/0.34/0.00/0.19)	

CMYK percentages

%39.13
%34.3
%0
%18.82

Codes

Color #7E88CF in popluar color models

7E88CF
RGB126136207
HSL233°45.76%65.29%
HSB/HSV233°39.13%81.18%
CMYK39.13%34.30%0.00%
18.82%

Color #7E88CF in popluar number systems.

HEX7E88CF
Decimal126136207
Binary11111101000100011001111
Octal176210317

Shades and tints

Shades of #7E88CF

#7E88CF
(126,136,207)
#737CBD
(115,124,189)
#6870AB
(104,112,171)
#5D6499
(93,100,153)
#525887
(82,88,135)
#474C75
(71,76,117)
#3C4063
(60,64,99)
#313451
(49,52,81)
#26283F
(38,40,63)
#1B1C2D
(27,28,45)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #7E88CF

#7E88CF
(126,136,207)
#8992D3
(137,146,211)
#949CD7
(148,156,215)
#9FA6DB
(159,166,219)
#AAB0DF
(170,176,223)
#B5BAE3
(181,186,227)
#C0C4E7
(192,196,231)
#CBCEEB
(203,206,235)
#D6D8EF
(214,216,239)
#E1E2F3
(225,226,243)
#ECECF7
(236,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E88CF color. Also use rgb(126,136,207) instead hex code.

Text Font Color

.myTextColor { color: #7E88CF; }

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

This text font color is #7E88CF.


Background Color

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

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

This div background color is #7E88CF.


Border color

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

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

This div border color is #7E88CF.


Opacity

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

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

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

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

This text has shadow with #7E88CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E88CF on black background.


Color preview on white background

This text has color #7E88CF on white background.



Black color preview on #7E88CF background

This text has black color on #7E88CF background.


White color preview on #7E88CF background

This text has white color on #7E88CF background.