COLOR #7CA7B3

HEX: #7CA7B3
RGB: (124,167,179)

Color info

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

RGB color model

#7CA7B3 color RGB value is (124,167,179).

  • red value is 124;
  • green value is 167;
  • blue value is 179.
RGB:
(124,167,179)
(49%,65%,70%)

RGB channels and saturation

R 124 of 255 = 49%
G 167 of 255 = 65%
B 179 of 255 = 70%

124
167
179

R + G + B ~ 61%. #7CA7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 167 + 179 = 470 (100%)
R 124 of 470 ~ 26.38%
G 167 of 470 ~ 35.53%
B 179 of 470 ~ 38.09%

%26.38
%35.53
%38.09

CMYK color model

#7CA7B3 color CMYK value is (31,7,0,30).

  • cyan value is 30.73%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(31,7,0,30)
C31M7Y0K30 
(31%,7%,0%,30%)
(0.31/0.07/0.00/0.30)	

CMYK percentages

%30.73
%6.7
%0
%29.8

Codes

Color #7CA7B3 in popluar color models

7CA7B3
RGB124167179
HSL193°26.57%59.41%
HSB/HSV193°30.73%70.20%
CMYK30.73%6.70%0.00%
29.80%

Color #7CA7B3 in popluar number systems.

HEX7CA7B3
Decimal124167179
Binary11111001010011110110011
Octal174247263

Shades and tints

Shades of #7CA7B3

#7CA7B3
(124,167,179)
#7198A3
(113,152,163)
#668993
(102,137,147)
#5B7A83
(91,122,131)
#506B73
(80,107,115)
#455C63
(69,92,99)
#3A4D53
(58,77,83)
#2F3E43
(47,62,67)
#242F33
(36,47,51)
#192023
(25,32,35)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #7CA7B3

#7CA7B3
(124,167,179)
#87AFB9
(135,175,185)
#92B7BF
(146,183,191)
#9DBFC5
(157,191,197)
#A8C7CB
(168,199,203)
#B3CFD1
(179,207,209)
#BED7D7
(190,215,215)
#C9DFDD
(201,223,221)
#D4E7E3
(212,231,227)
#DFEFE9
(223,239,233)
#EAF7EF
(234,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA7B3 color. Also use rgb(124,167,179) instead hex code.

Text Font Color

.myTextColor { color: #7CA7B3; }

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

This text font color is #7CA7B3.


Background Color

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

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

This div background color is #7CA7B3.


Border color

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

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

This div border color is #7CA7B3.


Opacity

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

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

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

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

This text has shadow with #7CA7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA7B3 on black background.


Color preview on white background

This text has color #7CA7B3 on white background.



Black color preview on #7CA7B3 background

This text has black color on #7CA7B3 background.


White color preview on #7CA7B3 background

This text has white color on #7CA7B3 background.