COLOR #7F9BBB

HEX: #7F9BBB
RGB: (127,155,187)

Color info

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

RGB color model

#7F9BBB color RGB value is (127,155,187).

  • red value is 127;
  • green value is 155;
  • blue value is 187.
RGB:
(127,155,187)
(50%,61%,73%)

RGB channels and saturation

R 127 of 255 = 50%
G 155 of 255 = 61%
B 187 of 255 = 73%

127
155
187

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

Portions of RGB colors in percentages

R + G + B =
127 + 155 + 187 = 469 (100%)
R 127 of 469 ~ 27.08%
G 155 of 469 ~ 33.05%
B 187 of 469 ~ 39.87%

%27.08
%33.05
%39.87

CMYK color model

#7F9BBB color CMYK value is (32,17,0,27).

  • cyan value is 32.09%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(32,17,0,27)
C32M17Y0K27 
(32%,17%,0%,27%)
(0.32/0.17/0.00/0.27)	

CMYK percentages

%32.09
%17.11
%0
%26.67

Codes

Color #7F9BBB in popluar color models

7F9BBB
RGB127155187
HSL212°30.61%61.57%
HSB/HSV212°32.09%73.33%
CMYK32.09%17.11%0.00%
26.67%

Color #7F9BBB in popluar number systems.

HEX7F9BBB
Decimal127155187
Binary11111111001101110111011
Octal177233273

Shades and tints

Shades of #7F9BBB

#7F9BBB
(127,155,187)
#748DAA
(116,141,170)
#697F99
(105,127,153)
#5E7188
(94,113,136)
#536377
(83,99,119)
#485566
(72,85,102)
#3D4755
(61,71,85)
#323944
(50,57,68)
#272B33
(39,43,51)
#1C1D22
(28,29,34)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #7F9BBB

#7F9BBB
(127,155,187)
#8AA4C1
(138,164,193)
#95ADC7
(149,173,199)
#A0B6CD
(160,182,205)
#ABBFD3
(171,191,211)
#B6C8D9
(182,200,217)
#C1D1DF
(193,209,223)
#CCDAE5
(204,218,229)
#D7E3EB
(215,227,235)
#E2ECF1
(226,236,241)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9BBB color. Also use rgb(127,155,187) instead hex code.

Text Font Color

.myTextColor { color: #7F9BBB; }

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

This text font color is #7F9BBB.


Background Color

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

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

This div background color is #7F9BBB.


Border color

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

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

This div border color is #7F9BBB.


Opacity

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

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

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

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

This text has shadow with #7F9BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9BBB on black background.


Color preview on white background

This text has color #7F9BBB on white background.



Black color preview on #7F9BBB background

This text has black color on #7F9BBB background.


White color preview on #7F9BBB background

This text has white color on #7F9BBB background.