COLOR #7E98CB

HEX: #7E98CB RGB: (126,152,203)

Color info

#7E98CB contains mainly green and blue colors. Web safe color of #7E98CB is #6699CC (or #69C).

RGB color model

#7E98CB color RGB value is (126,152,203).

RGB: (126,152,203) (49%, 60%, 80%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 203 of 255 = 80%

126
152
203

R + G + B ~ 63%. #7E98CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 152 + 203 = 481 (100%)
R 126 of 481 ~ 26.2%
G 152 of 481 ~ 31.6%
B 203 of 481 ~ 42.2'%

%26.2
%31.6
%42.2

CMYK color model

#7E98CB color CMYK value is (38,25,0,20).

  • cyan value is 37.93%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (38,25,0,20)
C38M25Y0K20 (38%, 25%, 0%, 20%)
(0.38 / 0.25 / 0.00 / 0.20)

CMYK percentages

%37.93
%25.12
%0
%20.39

Codes

Color #7E98CB in popluar color models

7E 98 CB
RGB 126 152 203
HSL 220° 42.54% 64.51%
HSB/HSV 220° 37.93% 79.61%
CMYK 37.93% 25.12% 0.00%
20.39%

Color #7E98CB in popluar number systems.

HEX 7E 98 CB
Decimal 126 152 203
Binary 1111110 10011000 11001011
Octal 176 230 313

Shades and tints

Shades of #7E98CB

#7E98CB
(126,152,203)
#738BB9
(115,139,185)
#687EA7
(104,126,167)
#5D7195
(93,113,149)
#526483
(82,100,131)
#475771
(71,87,113)
#3C4A5F
(60,74,95)
#313D4D
(49,61,77)
#26303B
(38,48,59)
#1B2329
(27,35,41)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #7E98CB

#7E98CB
(126,152,203)
#89A1CF
(137,161,207)
#94AAD3
(148,170,211)
#9FB3D7
(159,179,215)
#AABCDB
(170,188,219)
#B5C5DF
(181,197,223)
#C0CEE3
(192,206,227)
#CBD7E7
(203,215,231)
#D6E0EB
(214,224,235)
#E1E9EF
(225,233,239)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E98CB color. Also use rgb(126,152,203) instead hex code.

Text Font Color

.myTextColor { color: #7E98CB; }

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

This text font color is #7E98CB.

Background Color

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

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

This div background color is #7E98CB.

Border color

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

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

This div border color is #7E98CB.

Opacity

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

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

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

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

This text has shadow with #7E98CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E98CB.

Preview

Color preview on black background

This text has color #7E98CB on black background.


Color preview on white background

This text has color #7E98CB on white background.


Black color preview on #7E98CB background

This text has black color on #7E98CB background.


White color preview on #7E98CB background

This text has white color on #7E98CB background.


Related colors

Complementary color

Complementary color for #hex is #816734.


I love getcolorcode.com

Triadic colors

1 #CB7E98 and #98CB7E with #7E98CB are triadic colors.

2 #CB987E and #987ECB with #7E98CB are triadic colors.