COLOR #7BA6D1

HEX: #7BA6D1
RGB: (123,166,209)

Color info

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

RGB color model

#7BA6D1 color RGB value is (123,166,209).

  • red value is 123;
  • green value is 166;
  • blue value is 209.
RGB:
(123,166,209)
(48%,65%,82%)

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 209 of 255 = 82%

123
166
209

R + G + B ~ 65%. #7BA6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 166 + 209 = 498 (100%)
R 123 of 498 ~ 24.7%
G 166 of 498 ~ 33.33%
B 209 of 498 ~ 41.97%

%24.7
%33.33
%41.97

CMYK color model

#7BA6D1 color CMYK value is (41,21,0,18).

  • cyan value is 41.15%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(41,21,0,18)
C41M21Y0K18 
(41%,21%,0%,18%)
(0.41/0.21/0.00/0.18)	

CMYK percentages

%41.15
%20.57
%0
%18.04

Codes

Color #7BA6D1 in popluar color models

7BA6D1
RGB123166209
HSL210°48.31%65.10%
HSB/HSV210°41.15%81.96%
CMYK41.15%20.57%0.00%
18.04%

Color #7BA6D1 in popluar number systems.

HEX7BA6D1
Decimal123166209
Binary11110111010011011010001
Octal173246321

Shades and tints

Shades of #7BA6D1

#7BA6D1
(123,166,209)
#7097BE
(112,151,190)
#6588AB
(101,136,171)
#5A7998
(90,121,152)
#4F6A85
(79,106,133)
#445B72
(68,91,114)
#394C5F
(57,76,95)
#2E3D4C
(46,61,76)
#232E39
(35,46,57)
#181F26
(24,31,38)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #7BA6D1

#7BA6D1
(123,166,209)
#87AED5
(135,174,213)
#93B6D9
(147,182,217)
#9FBEDD
(159,190,221)
#ABC6E1
(171,198,225)
#B7CEE5
(183,206,229)
#C3D6E9
(195,214,233)
#CFDEED
(207,222,237)
#DBE6F1
(219,230,241)
#E7EEF5
(231,238,245)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA6D1 color. Also use rgb(123,166,209) instead hex code.

Text Font Color

.myTextColor { color: #7BA6D1; }

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

This text font color is #7BA6D1.


Background Color

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

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

This div background color is #7BA6D1.


Border color

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

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

This div border color is #7BA6D1.


Opacity

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

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

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

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

This text has shadow with #7BA6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BA6D1 on black background.


Color preview on white background

This text has color #7BA6D1 on white background.



Black color preview on #7BA6D1 background

This text has black color on #7BA6D1 background.


White color preview on #7BA6D1 background

This text has white color on #7BA6D1 background.