COLOR #7888E3

HEX: #7888E3 RGB: (120,136,227)

Color info

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

RGB color model

#7888E3 color RGB value is (120,136,227).

RGB: (120,136,227) (47%, 53%, 89%)

RGB channels and saturation

R 120 of 255 = 47%
G 136 of 255 = 53%
B 227 of 255 = 89%

120
136
227

R + G + B ~ 63%. #7888E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 136 + 227 = 483 (100%)
R 120 of 483 ~ 24.84%
G 136 of 483 ~ 28.16%
B 227 of 483 ~ 47'%

%24.84
%28.16
%47

CMYK color model

#7888E3 color CMYK value is (47,40,0,11).

  • cyan value is 47.14%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (47,40,0,11)
C47M40Y0K11 (47%, 40%, 0%, 11%)
(0.47 / 0.40 / 0.00 / 0.11)

CMYK percentages

%47.14
%40.09
%0
%10.98

Codes

Color #7888E3 in popluar color models

78 88 E3
RGB 120 136 227
HSL 231° 65.64% 68.04%
HSB/HSV 231° 47.14% 89.02%
CMYK 47.14% 40.09% 0.00%
10.98%

Color #7888E3 in popluar number systems.

HEX 78 88 E3
Decimal 120 136 227
Binary 1111000 10001000 11100011
Octal 170 210 343

Shades and tints

Shades of #7888E3

#7888E3
(120,136,227)
#6E7CCF
(110,124,207)
#6470BB
(100,112,187)
#5A64A7
(90,100,167)
#505893
(80,88,147)
#464C7F
(70,76,127)
#3C406B
(60,64,107)
#323457
(50,52,87)
#282843
(40,40,67)
#1E1C2F
(30,28,47)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #7888E3

#7888E3
(120,136,227)
#8492E5
(132,146,229)
#909CE7
(144,156,231)
#9CA6E9
(156,166,233)
#A8B0EB
(168,176,235)
#B4BAED
(180,186,237)
#C0C4EF
(192,196,239)
#CCCEF1
(204,206,241)
#D8D8F3
(216,216,243)
#E4E2F5
(228,226,245)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7888E3 color. Also use rgb(120,136,227) instead hex code.

Text Font Color

.myTextColor { color: #7888E3; }

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

This text font color is #7888E3.

Background Color

.myBgColor { background-color: #7888E3; }

<div style="background-color:#7888E3">Inner text</div>

This div background color is #7888E3.

Border color

.myBorderColor { border: 1px solid #7888E3; }

<div style="border:3px solid #7888E3">Div</div>

This div border color is #7888E3.

Opacity

.myOpacity80 { color: #7888E3; opacity: 0.8; }

<p style="color:#7888E3;opacity:0.8;">80%</p>

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

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

This text has shadow with #7888E3 color.


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

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

This text has shadow with #7888E3 primary color and red secondary color.


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

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

This text has shadow with #7888E3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7888E3.

Preview

Color preview on black background

This text has color #7888E3 on black background.


Color preview on white background

This text has color #7888E3 on white background.


Black color preview on #7888E3 background

This text has black color on #7888E3 background.


White color preview on #7888E3 background

This text has white color on #7888E3 background.


Related colors

Complementary color

Complementary color for #hex is #87771C.


I love getcolorcode.com

Triadic colors

1 #E37888 and #88E378 with #7888E3 are triadic colors.

2 #E38878 and #8878E3 with #7888E3 are triadic colors.