COLOR #7799BE

HEX: #7799BE
RGB: (119,153,190)

Color info

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

RGB color model

#7799BE color RGB value is (119,153,190).

  • red value is 119;
  • green value is 153;
  • blue value is 190.
RGB:
(119,153,190)
(47%,60%,75%)

RGB channels and saturation

R 119 of 255 = 47%
G 153 of 255 = 60%
B 190 of 255 = 75%

119
153
190

R + G + B ~ 61%. #7799BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 153 + 190 = 462 (100%)
R 119 of 462 ~ 25.76%
G 153 of 462 ~ 33.12%
B 190 of 462 ~ 41.13%

%25.76
%33.12
%41.13

CMYK color model

#7799BE color CMYK value is (37,19,0,25).

  • cyan value is 37.37%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,19,0,25)
C37M19Y0K25 
(37%,19%,0%,25%)
(0.37/0.19/0.00/0.25)	

CMYK percentages

%37.37
%19.47
%0
%25.49

Codes

Color #7799BE in popluar color models

7799BE
RGB119153190
HSL211°35.32%60.59%
HSB/HSV211°37.37%74.51%
CMYK37.37%19.47%0.00%
25.49%

Color #7799BE in popluar number systems.

HEX7799BE
Decimal119153190
Binary11101111001100110111110
Octal167231276

Shades and tints

Shades of #7799BE

#7799BE
(119,153,190)
#6D8CAD
(109,140,173)
#637F9C
(99,127,156)
#59728B
(89,114,139)
#4F657A
(79,101,122)
#455869
(69,88,105)
#3B4B58
(59,75,88)
#313E47
(49,62,71)
#273136
(39,49,54)
#1D2425
(29,36,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #7799BE

#7799BE
(119,153,190)
#83A2C3
(131,162,195)
#8FABC8
(143,171,200)
#9BB4CD
(155,180,205)
#A7BDD2
(167,189,210)
#B3C6D7
(179,198,215)
#BFCFDC
(191,207,220)
#CBD8E1
(203,216,225)
#D7E1E6
(215,225,230)
#E3EAEB
(227,234,235)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7799BE color. Also use rgb(119,153,190) instead hex code.

Text Font Color

.myTextColor { color: #7799BE; }

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

This text font color is #7799BE.


Background Color

.myBgColor { background-color: #7799BE; }

<div style="background-color:#7799BE">Inner text</div>

This div background color is #7799BE.


Border color

.myBorderColor { border: 1px solid #7799BE; }

<div style="border:3px solid #7799BE">Div</div>

This div border color is #7799BE.


Opacity

.myOpacity80 { color: #7799BE; opacity: 0.8; }

<p style="color:#7799BE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7799BE color.

.textShadow {text-shadow: 3px 3px 1px #7799BE, 3px 3px 1px red;}

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

This text has shadow with #7799BE primary color and red secondary color.


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

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

This text has shadow with #7799BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7799BE on black background.


Color preview on white background

This text has color #7799BE on white background.



Black color preview on #7799BE background

This text has black color on #7799BE background.


White color preview on #7799BE background

This text has white color on #7799BE background.