COLOR #7E88D2

HEX: #7E88D2 RGB: (126,136,210)

Color info

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

RGB color model

#7E88D2 color RGB value is (126,136,210).

RGB: (126,136,210) (49%, 53%, 82%)

RGB channels and saturation

R 126 of 255 = 49%
G 136 of 255 = 53%
B 210 of 255 = 82%

126
136
210

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

Portions of RGB colors in percentages

R + G + B = 126 + 136 + 210 = 472 (100%)
R 126 of 472 ~ 26.69%
G 136 of 472 ~ 28.81%
B 210 of 472 ~ 44.49'%

%26.69
%28.81
%44.49

CMYK color model

#7E88D2 color CMYK value is (40,35,0,18).

  • cyan value is 40.00%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (40,35,0,18)
C40M35Y0K18 (40%, 35%, 0%, 18%)
(0.40 / 0.35 / 0.00 / 0.18)

CMYK percentages

%40
%35.24
%0
%17.65

Codes

Color #7E88D2 in popluar color models

7E 88 D2
RGB 126 136 210
HSL 233° 48.28% 65.88%
HSB/HSV 233° 40.00% 82.35%
CMYK 40.00% 35.24% 0.00%
17.65%

Color #7E88D2 in popluar number systems.

HEX 7E 88 D2
Decimal 126 136 210
Binary 1111110 10001000 11010010
Octal 176 210 322

Shades and tints

Shades of #7E88D2

#7E88D2
(126,136,210)
#737CBF
(115,124,191)
#6870AC
(104,112,172)
#5D6499
(93,100,153)
#525886
(82,88,134)
#474C73
(71,76,115)
#3C4060
(60,64,96)
#31344D
(49,52,77)
#26283A
(38,40,58)
#1B1C27
(27,28,39)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7E88D2

#7E88D2
(126,136,210)
#8992D6
(137,146,214)
#949CDA
(148,156,218)
#9FA6DE
(159,166,222)
#AAB0E2
(170,176,226)
#B5BAE6
(181,186,230)
#C0C4EA
(192,196,234)
#CBCEEE
(203,206,238)
#D6D8F2
(214,216,242)
#E1E2F6
(225,226,246)
#ECECFA
(236,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E88D2; }

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

This text font color is #7E88D2.

Background Color

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

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

This div background color is #7E88D2.

Border color

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

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

This div border color is #7E88D2.

Opacity

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

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

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

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

This text has shadow with #7E88D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E88D2.

Preview

Color preview on black background

This text has color #7E88D2 on black background.


Color preview on white background

This text has color #7E88D2 on white background.


Black color preview on #7E88D2 background

This text has black color on #7E88D2 background.


White color preview on #7E88D2 background

This text has white color on #7E88D2 background.


Related colors

Complementary color

Complementary color for #hex is #81772D.


I love getcolorcode.com

Triadic colors

1 #D27E88 and #88D27E with #7E88D2 are triadic colors.

2 #D2887E and #887ED2 with #7E88D2 are triadic colors.