COLOR #7C85BA

HEX: #7C85BA
RGB: (124,133,186)

Color info

#7C85BA contains mainly green and blue colors. Web safe color of #7C85BA is #6699CC (or #69C).

RGB color model

#7C85BA color RGB value is (124,133,186).

  • red value is 124;
  • green value is 133;
  • blue value is 186.
RGB:
(124,133,186)
(49%,52%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 186 of 255 = 73%

124
133
186

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

Portions of RGB colors in percentages

R + G + B =
124 + 133 + 186 = 443 (100%)
R 124 of 443 ~ 27.99%
G 133 of 443 ~ 30.02%
B 186 of 443 ~ 41.99%

%27.99
%30.02
%41.99

CMYK color model

#7C85BA color CMYK value is (33,28,0,27).

  • cyan value is 33.33%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(33,28,0,27)
C33M28Y0K27 
(33%,28%,0%,27%)
(0.33/0.28/0.00/0.27)	

CMYK percentages

%33.33
%28.49
%0
%27.06

Codes

Color #7C85BA in popluar color models

7C85BA
RGB124133186
HSL231°31.00%60.78%
HSB/HSV231°33.33%72.94%
CMYK33.33%28.49%0.00%
27.06%

Color #7C85BA in popluar number systems.

HEX7C85BA
Decimal124133186
Binary11111001000010110111010
Octal174205272

Shades and tints

Shades of #7C85BA

#7C85BA
(124,133,186)
#7179AA
(113,121,170)
#666D9A
(102,109,154)
#5B618A
(91,97,138)
#50557A
(80,85,122)
#45496A
(69,73,106)
#3A3D5A
(58,61,90)
#2F314A
(47,49,74)
#24253A
(36,37,58)
#19192A
(25,25,42)
#0E0D1A
(14,13,26)
#000000
(0,0,0)

Tints of #7C85BA

#7C85BA
(124,133,186)
#8790C0
(135,144,192)
#929BC6
(146,155,198)
#9DA6CC
(157,166,204)
#A8B1D2
(168,177,210)
#B3BCD8
(179,188,216)
#BEC7DE
(190,199,222)
#C9D2E4
(201,210,228)
#D4DDEA
(212,221,234)
#DFE8F0
(223,232,240)
#EAF3F6
(234,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C85BA color. Also use rgb(124,133,186) instead hex code.

Text Font Color

.myTextColor { color: #7C85BA; }

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

This text font color is #7C85BA.


Background Color

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

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

This div background color is #7C85BA.


Border color

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

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

This div border color is #7C85BA.


Opacity

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

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

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

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

This text has shadow with #7C85BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C85BA on black background.


Color preview on white background

This text has color #7C85BA on white background.



Black color preview on #7C85BA background

This text has black color on #7C85BA background.


White color preview on #7C85BA background

This text has white color on #7C85BA background.