COLOR #7C90A1

HEX: #7C90A1
RGB: (124,144,161)

Color info

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

RGB color model

#7C90A1 color RGB value is (124,144,161).

  • red value is 124;
  • green value is 144;
  • blue value is 161.
RGB:
(124,144,161)
(49%,56%,63%)

RGB channels and saturation

R 124 of 255 = 49%
G 144 of 255 = 56%
B 161 of 255 = 63%

124
144
161

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

Portions of RGB colors in percentages

R + G + B =
124 + 144 + 161 = 429 (100%)
R 124 of 429 ~ 28.9%
G 144 of 429 ~ 33.57%
B 161 of 429 ~ 37.53%

%28.9
%33.57
%37.53

CMYK color model

#7C90A1 color CMYK value is (23,11,0,37).

  • cyan value is 22.98%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(23,11,0,37)
C23M11Y0K37 
(23%,11%,0%,37%)
(0.23/0.11/0.00/0.37)	

CMYK percentages

%22.98
%10.56
%0
%36.86

Codes

Color #7C90A1 in popluar color models

7C90A1
RGB124144161
HSL208°16.44%55.88%
HSB/HSV208°22.98%63.14%
CMYK22.98%10.56%0.00%
36.86%

Color #7C90A1 in popluar number systems.

HEX7C90A1
Decimal124144161
Binary11111001001000010100001
Octal174220241

Shades and tints

Shades of #7C90A1

#7C90A1
(124,144,161)
#718393
(113,131,147)
#667685
(102,118,133)
#5B6977
(91,105,119)
#505C69
(80,92,105)
#454F5B
(69,79,91)
#3A424D
(58,66,77)
#2F353F
(47,53,63)
#242831
(36,40,49)
#191B23
(25,27,35)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #7C90A1

#7C90A1
(124,144,161)
#879AA9
(135,154,169)
#92A4B1
(146,164,177)
#9DAEB9
(157,174,185)
#A8B8C1
(168,184,193)
#B3C2C9
(179,194,201)
#BECCD1
(190,204,209)
#C9D6D9
(201,214,217)
#D4E0E1
(212,224,225)
#DFEAE9
(223,234,233)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C90A1 color. Also use rgb(124,144,161) instead hex code.

Text Font Color

.myTextColor { color: #7C90A1; }

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

This text font color is #7C90A1.


Background Color

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

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

This div background color is #7C90A1.


Border color

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

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

This div border color is #7C90A1.


Opacity

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

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

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

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

This text has shadow with #7C90A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C90A1 on black background.


Color preview on white background

This text has color #7C90A1 on white background.



Black color preview on #7C90A1 background

This text has black color on #7C90A1 background.


White color preview on #7C90A1 background

This text has white color on #7C90A1 background.