COLOR #7C95AC

HEX: #7C95AC
RGB: (124,149,172)

Color info

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

RGB color model

#7C95AC color RGB value is (124,149,172).

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

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 172 of 255 = 67%

124
149
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 149 + 172 = 445 (100%)
R 124 of 445 ~ 27.87%
G 149 of 445 ~ 33.48%
B 172 of 445 ~ 38.65%

%27.87
%33.48
%38.65

CMYK color model

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

  • cyan value is 27.91%
  • magenta value is 13.37%
  • 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
%13.37
%0
%32.55

Codes

Color #7C95AC in popluar color models

7C95AC
RGB124149172
HSL209°22.43%58.04%
HSB/HSV209°27.91%67.45%
CMYK27.91%13.37%0.00%
32.55%

Color #7C95AC in popluar number systems.

HEX7C95AC
Decimal124149172
Binary11111001001010110101100
Octal174225254

Shades and tints

Shades of #7C95AC

#7C95AC
(124,149,172)
#71889D
(113,136,157)
#667B8E
(102,123,142)
#5B6E7F
(91,110,127)
#506170
(80,97,112)
#455461
(69,84,97)
#3A4752
(58,71,82)
#2F3A43
(47,58,67)
#242D34
(36,45,52)
#192025
(25,32,37)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #7C95AC

#7C95AC
(124,149,172)
#879EB3
(135,158,179)
#92A7BA
(146,167,186)
#9DB0C1
(157,176,193)
#A8B9C8
(168,185,200)
#B3C2CF
(179,194,207)
#BECBD6
(190,203,214)
#C9D4DD
(201,212,221)
#D4DDE4
(212,221,228)
#DFE6EB
(223,230,235)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C95AC; }

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

This text font color is #7C95AC.


Background Color

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

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

This div background color is #7C95AC.


Border color

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

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

This div border color is #7C95AC.


Opacity

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

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

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

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

This text has shadow with #7C95AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C95AC on black background.


Color preview on white background

This text has color #7C95AC on white background.



Black color preview on #7C95AC background

This text has black color on #7C95AC background.


White color preview on #7C95AC background

This text has white color on #7C95AC background.