COLOR #7C88AC

HEX: #7C88AC
RGB: (124,136,172)

Color info

#7C88AC contains red, green and blue colors in about the same proportion. Web safe color of #7C88AC is #669999 (or #699).

RGB color model

#7C88AC color RGB value is (124,136,172).

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

RGB channels and saturation

R 124 of 255 = 49%
G 136 of 255 = 53%
B 172 of 255 = 67%

124
136
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 172 = 432 (100%)
R 124 of 432 ~ 28.7%
G 136 of 432 ~ 31.48%
B 172 of 432 ~ 39.81%

%28.7
%31.48
%39.81

CMYK color model

#7C88AC color CMYK value is (28,21,0,33).

  • cyan value is 27.91%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(28,21,0,33)
C28M21Y0K33 
(28%,21%,0%,33%)
(0.28/0.21/0.00/0.33)	

CMYK percentages

%27.91
%20.93
%0
%32.55

Codes

Color #7C88AC in popluar color models

7C88AC
RGB124136172
HSL225°22.43%58.04%
HSB/HSV225°27.91%67.45%
CMYK27.91%20.93%0.00%
32.55%

Color #7C88AC in popluar number systems.

HEX7C88AC
Decimal124136172
Binary11111001000100010101100
Octal174210254

Shades and tints

Shades of #7C88AC

#7C88AC
(124,136,172)
#717C9D
(113,124,157)
#66708E
(102,112,142)
#5B647F
(91,100,127)
#505870
(80,88,112)
#454C61
(69,76,97)
#3A4052
(58,64,82)
#2F3443
(47,52,67)
#242834
(36,40,52)
#191C25
(25,28,37)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #7C88AC

#7C88AC
(124,136,172)
#8792B3
(135,146,179)
#929CBA
(146,156,186)
#9DA6C1
(157,166,193)
#A8B0C8
(168,176,200)
#B3BACF
(179,186,207)
#BEC4D6
(190,196,214)
#C9CEDD
(201,206,221)
#D4D8E4
(212,216,228)
#DFE2EB
(223,226,235)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C88AC; }

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

This text font color is #7C88AC.


Background Color

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

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

This div background color is #7C88AC.


Border color

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

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

This div border color is #7C88AC.


Opacity

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

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

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

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

This text has shadow with #7C88AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C88AC on black background.


Color preview on white background

This text has color #7C88AC on white background.



Black color preview on #7C88AC background

This text has black color on #7C88AC background.


White color preview on #7C88AC background

This text has white color on #7C88AC background.