COLOR #7C96AC

HEX: #7C96AC
RGB: (124,150,172)

Color info

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

RGB color model

#7C96AC color RGB value is (124,150,172).

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

RGB channels and saturation

R 124 of 255 = 49%
G 150 of 255 = 59%
B 172 of 255 = 67%

124
150
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 150 + 172 = 446 (100%)
R 124 of 446 ~ 27.8%
G 150 of 446 ~ 33.63%
B 172 of 446 ~ 38.57%

%27.8
%33.63
%38.57

CMYK color model

#7C96AC color CMYK value is (28,13,0,33).

  • cyan value is 27.91%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(28,13,0,33)
C28M13Y0K33 
(28%,13%,0%,33%)
(0.28/0.13/0.00/0.33)	

CMYK percentages

%27.91
%12.79
%0
%32.55

Codes

Color #7C96AC in popluar color models

7C96AC
RGB124150172
HSL208°22.43%58.04%
HSB/HSV208°27.91%67.45%
CMYK27.91%12.79%0.00%
32.55%

Color #7C96AC in popluar number systems.

HEX7C96AC
Decimal124150172
Binary11111001001011010101100
Octal174226254

Shades and tints

Shades of #7C96AC

#7C96AC
(124,150,172)
#71899D
(113,137,157)
#667C8E
(102,124,142)
#5B6F7F
(91,111,127)
#506270
(80,98,112)
#455561
(69,85,97)
#3A4852
(58,72,82)
#2F3B43
(47,59,67)
#242E34
(36,46,52)
#192125
(25,33,37)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #7C96AC

#7C96AC
(124,150,172)
#879FB3
(135,159,179)
#92A8BA
(146,168,186)
#9DB1C1
(157,177,193)
#A8BAC8
(168,186,200)
#B3C3CF
(179,195,207)
#BECCD6
(190,204,214)
#C9D5DD
(201,213,221)
#D4DEE4
(212,222,228)
#DFE7EB
(223,231,235)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C96AC; }

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

This text font color is #7C96AC.


Background Color

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

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

This div background color is #7C96AC.


Border color

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

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

This div border color is #7C96AC.


Opacity

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

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

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

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

This text has shadow with #7C96AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C96AC on black background.


Color preview on white background

This text has color #7C96AC on white background.



Black color preview on #7C96AC background

This text has black color on #7C96AC background.


White color preview on #7C96AC background

This text has white color on #7C96AC background.