COLOR #7C88C9

HEX: #7C88C9
RGB: (124,136,201)

Color info

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

RGB color model

#7C88C9 color RGB value is (124,136,201).

  • red value is 124;
  • green value is 136;
  • blue value is 201.
RGB:
(124,136,201)
(49%,53%,79%)

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 201 of 255 = 79%

124
136
201

R + G + B ~ 60%. #7C88C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 201 = 461 (100%)
R 124 of 461 ~ 26.9%
G 136 of 461 ~ 29.5%
B 201 of 461 ~ 43.6%

%26.9
%29.5
%43.6

CMYK color model

#7C88C9 color CMYK value is (38,32,0,21).

  • cyan value is 38.31%
  • magenta value is 32.34%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(38,32,0,21)
C38M32Y0K21 
(38%,32%,0%,21%)
(0.38/0.32/0.00/0.21)	

CMYK percentages

%38.31
%32.34
%0
%21.18

Codes

Color #7C88C9 in popluar color models

7C88C9
RGB124136201
HSL231°41.62%63.73%
HSB/HSV231°38.31%78.82%
CMYK38.31%32.34%0.00%
21.18%

Color #7C88C9 in popluar number systems.

HEX7C88C9
Decimal124136201
Binary11111001000100011001001
Octal174210311

Shades and tints

Shades of #7C88C9

#7C88C9
(124,136,201)
#717CB7
(113,124,183)
#6670A5
(102,112,165)
#5B6493
(91,100,147)
#505881
(80,88,129)
#454C6F
(69,76,111)
#3A405D
(58,64,93)
#2F344B
(47,52,75)
#242839
(36,40,57)
#191C27
(25,28,39)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #7C88C9

#7C88C9
(124,136,201)
#8792CD
(135,146,205)
#929CD1
(146,156,209)
#9DA6D5
(157,166,213)
#A8B0D9
(168,176,217)
#B3BADD
(179,186,221)
#BEC4E1
(190,196,225)
#C9CEE5
(201,206,229)
#D4D8E9
(212,216,233)
#DFE2ED
(223,226,237)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C88C9 color. Also use rgb(124,136,201) instead hex code.

Text Font Color

.myTextColor { color: #7C88C9; }

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

This text font color is #7C88C9.


Background Color

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

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

This div background color is #7C88C9.


Border color

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

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

This div border color is #7C88C9.


Opacity

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

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

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

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

This text has shadow with #7C88C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C88C9 on black background.


Color preview on white background

This text has color #7C88C9 on white background.



Black color preview on #7C88C9 background

This text has black color on #7C88C9 background.


White color preview on #7C88C9 background

This text has white color on #7C88C9 background.