COLOR #7CA4BA

HEX: #7CA4BA
RGB: (124,164,186)

Color info

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

RGB color model

#7CA4BA color RGB value is (124,164,186).

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

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 186 of 255 = 73%

124
164
186

R + G + B ~ 62%. #7CA4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 164 + 186 = 474 (100%)
R 124 of 474 ~ 26.16%
G 164 of 474 ~ 34.6%
B 186 of 474 ~ 39.24%

%26.16
%34.6
%39.24

CMYK color model

#7CA4BA color CMYK value is (33,12,0,27).

  • cyan value is 33.33%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(33,12,0,27)
C33M12Y0K27 
(33%,12%,0%,27%)
(0.33/0.12/0.00/0.27)	

CMYK percentages

%33.33
%11.83
%0
%27.06

Codes

Color #7CA4BA in popluar color models

7CA4BA
RGB124164186
HSL201°31.00%60.78%
HSB/HSV201°33.33%72.94%
CMYK33.33%11.83%0.00%
27.06%

Color #7CA4BA in popluar number systems.

HEX7CA4BA
Decimal124164186
Binary11111001010010010111010
Octal174244272

Shades and tints

Shades of #7CA4BA

#7CA4BA
(124,164,186)
#7196AA
(113,150,170)
#66889A
(102,136,154)
#5B7A8A
(91,122,138)
#506C7A
(80,108,122)
#455E6A
(69,94,106)
#3A505A
(58,80,90)
#2F424A
(47,66,74)
#24343A
(36,52,58)
#19262A
(25,38,42)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #7CA4BA

#7CA4BA
(124,164,186)
#87ACC0
(135,172,192)
#92B4C6
(146,180,198)
#9DBCCC
(157,188,204)
#A8C4D2
(168,196,210)
#B3CCD8
(179,204,216)
#BED4DE
(190,212,222)
#C9DCE4
(201,220,228)
#D4E4EA
(212,228,234)
#DFECF0
(223,236,240)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA4BA; }

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

This text font color is #7CA4BA.


Background Color

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

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

This div background color is #7CA4BA.


Border color

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

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

This div border color is #7CA4BA.


Opacity

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

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

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

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

This text has shadow with #7CA4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA4BA on black background.


Color preview on white background

This text has color #7CA4BA on white background.



Black color preview on #7CA4BA background

This text has black color on #7CA4BA background.


White color preview on #7CA4BA background

This text has white color on #7CA4BA background.