COLOR #7E98CD

HEX: #7E98CD RGB: (126,152,205)

Color info

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

RGB color model

#7E98CD color RGB value is (126,152,205).

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

RGB channels and saturation

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

126
152
205

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

Portions of RGB colors in percentages

R + G + B = 126 + 152 + 205 = 483 (100%)
R 126 of 483 ~ 26.09%
G 152 of 483 ~ 31.47%
B 205 of 483 ~ 42.44'%

%26.09
%31.47
%42.44

CMYK color model

#7E98CD color CMYK value is (39,26,0,20).

  • cyan value is 38.54%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (39,26,0,20) C39M26Y0K20 (39%,26%,0%,20%) (0.39/0.26/0.00/0.20) 

CMYK percentages

%38.54
%25.85
%0
%19.61

Codes

Color #7E98CD in popluar color models

7E 98 CD
RGB 126 152 205
HSL 220° 44.13% 64.90%
HSB/HSV 220° 38.54% 80.39%
CMYK 38.54% 25.85% 0.00%
19.61%

Color #7E98CD in popluar number systems.

HEX 7E 98 CD
Decimal 126 152 205
Binary 1111110 10011000 11001101
Octal 176 230 315

Shades and tints

Shades of #7E98CD

#7E98CD
(126,152,205)
#738BBB
(115,139,187)
#687EA9
(104,126,169)
#5D7197
(93,113,151)
#526485
(82,100,133)
#475773
(71,87,115)
#3C4A61
(60,74,97)
#313D4F
(49,61,79)
#26303D
(38,48,61)
#1B232B
(27,35,43)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #7E98CD

#7E98CD
(126,152,205)
#89A1D1
(137,161,209)
#94AAD5
(148,170,213)
#9FB3D9
(159,179,217)
#AABCDD
(170,188,221)
#B5C5E1
(181,197,225)
#C0CEE5
(192,206,229)
#CBD7E9
(203,215,233)
#D6E0ED
(214,224,237)
#E1E9F1
(225,233,241)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E98CD; }

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

This text font color is #7E98CD.

Background Color

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

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

This div background color is #7E98CD.

Border color

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

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

This div border color is #7E98CD.

Opacity

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

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

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

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

This text has shadow with #7E98CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E98CD.

Preview

Color preview on black background

This text has color #7E98CD on black background.


Color preview on white background

This text has color #7E98CD on white background.


Black color preview on #7E98CD background

This text has black color on #7E98CD background.


White color preview on #7E98CD background

This text has white color on #7E98CD background.


Related colors

Complementary color

Complementary color for #hex is #816732.


I love getcolorcode.com

Triadic colors

1 #CD7E98 and #98CD7E with #7E98CD are triadic colors.

2 #CD987E and #987ECD with #7E98CD are triadic colors.