COLOR #7988C4

HEX: #7988C4
RGB: (121,136,196)

Color info

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

RGB color model

#7988C4 color RGB value is (121,136,196).

  • red value is 121;
  • green value is 136;
  • blue value is 196.
RGB:
(121,136,196)
(47%,53%,77%)

RGB channels and saturation

R 121 of 255 = 47%
G 136 of 255 = 53%
B 196 of 255 = 77%

121
136
196

R + G + B ~ 59%. #7988C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 136 + 196 = 453 (100%)
R 121 of 453 ~ 26.71%
G 136 of 453 ~ 30.02%
B 196 of 453 ~ 43.27%

%26.71
%30.02
%43.27

CMYK color model

#7988C4 color CMYK value is (38,31,0,23).

  • cyan value is 38.27%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(38,31,0,23)
C38M31Y0K23 
(38%,31%,0%,23%)
(0.38/0.31/0.00/0.23)	

CMYK percentages

%38.27
%30.61
%0
%23.14

Codes

Color #7988C4 in popluar color models

7988C4
RGB121136196
HSL228°38.86%62.16%
HSB/HSV228°38.27%76.86%
CMYK38.27%30.61%0.00%
23.14%

Color #7988C4 in popluar number systems.

HEX7988C4
Decimal121136196
Binary11110011000100011000100
Octal171210304

Shades and tints

Shades of #7988C4

#7988C4
(121,136,196)
#6E7CB3
(110,124,179)
#6370A2
(99,112,162)
#586491
(88,100,145)
#4D5880
(77,88,128)
#424C6F
(66,76,111)
#37405E
(55,64,94)
#2C344D
(44,52,77)
#21283C
(33,40,60)
#161C2B
(22,28,43)
#0B101A
(11,16,26)
#000000
(0,0,0)

Tints of #7988C4

#7988C4
(121,136,196)
#8592C9
(133,146,201)
#919CCE
(145,156,206)
#9DA6D3
(157,166,211)
#A9B0D8
(169,176,216)
#B5BADD
(181,186,221)
#C1C4E2
(193,196,226)
#CDCEE7
(205,206,231)
#D9D8EC
(217,216,236)
#E5E2F1
(229,226,241)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7988C4 color. Also use rgb(121,136,196) instead hex code.

Text Font Color

.myTextColor { color: #7988C4; }

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

This text font color is #7988C4.


Background Color

.myBgColor { background-color: #7988C4; }

<div style="background-color:#7988C4">Inner text</div>

This div background color is #7988C4.


Border color

.myBorderColor { border: 1px solid #7988C4; }

<div style="border:3px solid #7988C4">Div</div>

This div border color is #7988C4.


Opacity

.myOpacity80 { color: #7988C4; opacity: 0.8; }

<p style="color:#7988C4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7988C4 color.

.textShadow {text-shadow: 3px 3px 1px #7988C4, 3px 3px 1px red;}

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

This text has shadow with #7988C4 primary color and red secondary color.


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

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

This text has shadow with #7988C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7988C4 on black background.


Color preview on white background

This text has color #7988C4 on white background.



Black color preview on #7988C4 background

This text has black color on #7988C4 background.


White color preview on #7988C4 background

This text has white color on #7988C4 background.