COLOR #7F90B5

HEX: #7F90B5
RGB: (127,144,181)

Color info

#7F90B5 contains red, green and blue colors in about the same proportion. Web safe color of #7F90B5 is #6699CC (or #69C).

RGB color model

#7F90B5 color RGB value is (127,144,181).

  • red value is 127;
  • green value is 144;
  • blue value is 181.
RGB:
(127,144,181)
(50%,56%,71%)

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 181 of 255 = 71%

127
144
181

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 181 = 452 (100%)
R 127 of 452 ~ 28.1%
G 144 of 452 ~ 31.86%
B 181 of 452 ~ 40.04%

%28.1
%31.86
%40.04

CMYK color model

#7F90B5 color CMYK value is (30,20,0,29).

  • cyan value is 29.83%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(30,20,0,29)
C30M20Y0K29 
(30%,20%,0%,29%)
(0.30/0.20/0.00/0.29)	

CMYK percentages

%29.83
%20.44
%0
%29.02

Codes

Color #7F90B5 in popluar color models

7F90B5
RGB127144181
HSL221°26.73%60.39%
HSB/HSV221°29.83%70.98%
CMYK29.83%20.44%0.00%
29.02%

Color #7F90B5 in popluar number systems.

HEX7F90B5
Decimal127144181
Binary11111111001000010110101
Octal177220265

Shades and tints

Shades of #7F90B5

#7F90B5
(127,144,181)
#7483A5
(116,131,165)
#697695
(105,118,149)
#5E6985
(94,105,133)
#535C75
(83,92,117)
#484F65
(72,79,101)
#3D4255
(61,66,85)
#323545
(50,53,69)
#272835
(39,40,53)
#1C1B25
(28,27,37)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #7F90B5

#7F90B5
(127,144,181)
#8A9ABB
(138,154,187)
#95A4C1
(149,164,193)
#A0AEC7
(160,174,199)
#ABB8CD
(171,184,205)
#B6C2D3
(182,194,211)
#C1CCD9
(193,204,217)
#CCD6DF
(204,214,223)
#D7E0E5
(215,224,229)
#E2EAEB
(226,234,235)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F90B5 color. Also use rgb(127,144,181) instead hex code.

Text Font Color

.myTextColor { color: #7F90B5; }

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

This text font color is #7F90B5.


Background Color

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

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

This div background color is #7F90B5.


Border color

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

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

This div border color is #7F90B5.


Opacity

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

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

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

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

This text has shadow with #7F90B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F90B5 on black background.


Color preview on white background

This text has color #7F90B5 on white background.



Black color preview on #7F90B5 background

This text has black color on #7F90B5 background.


White color preview on #7F90B5 background

This text has white color on #7F90B5 background.