COLOR #7C87AC

HEX: #7C87AC
RGB: (124,135,172)

Color info

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

RGB color model

#7C87AC color RGB value is (124,135,172).

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

RGB channels and saturation

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

124
135
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 135 + 172 = 431 (100%)
R 124 of 431 ~ 28.77%
G 135 of 431 ~ 31.32%
B 172 of 431 ~ 39.91%

%28.77
%31.32
%39.91

CMYK color model

#7C87AC color CMYK value is (28,22,0,33).

  • cyan value is 27.91%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(28,22,0,33)
C28M22Y0K33 
(28%,22%,0%,33%)
(0.28/0.22/0.00/0.33)	

CMYK percentages

%27.91
%21.51
%0
%32.55

Codes

Color #7C87AC in popluar color models

7C87AC
RGB124135172
HSL226°22.43%58.04%
HSB/HSV226°27.91%67.45%
CMYK27.91%21.51%0.00%
32.55%

Color #7C87AC in popluar number systems.

HEX7C87AC
Decimal124135172
Binary11111001000011110101100
Octal174207254

Shades and tints

Shades of #7C87AC

#7C87AC
(124,135,172)
#717B9D
(113,123,157)
#666F8E
(102,111,142)
#5B637F
(91,99,127)
#505770
(80,87,112)
#454B61
(69,75,97)
#3A3F52
(58,63,82)
#2F3343
(47,51,67)
#242734
(36,39,52)
#191B25
(25,27,37)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #7C87AC

#7C87AC
(124,135,172)
#8791B3
(135,145,179)
#929BBA
(146,155,186)
#9DA5C1
(157,165,193)
#A8AFC8
(168,175,200)
#B3B9CF
(179,185,207)
#BEC3D6
(190,195,214)
#C9CDDD
(201,205,221)
#D4D7E4
(212,215,228)
#DFE1EB
(223,225,235)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C87AC; }

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

This text font color is #7C87AC.


Background Color

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

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

This div background color is #7C87AC.


Border color

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

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

This div border color is #7C87AC.


Opacity

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

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

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

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

This text has shadow with #7C87AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C87AC on black background.


Color preview on white background

This text has color #7C87AC on white background.



Black color preview on #7C87AC background

This text has black color on #7C87AC background.


White color preview on #7C87AC background

This text has white color on #7C87AC background.