COLOR #7BAFDE

HEX: #7BAFDE
RGB: (123,175,222)

Color info

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

RGB color model

#7BAFDE color RGB value is (123,175,222).

  • red value is 123;
  • green value is 175;
  • blue value is 222.
RGB:
(123,175,222)
(48%,69%,87%)

RGB channels and saturation

R 123 of 255 = 48%
G 175 of 255 = 69%
B 222 of 255 = 87%

123
175
222

R + G + B ~ 68%. #7BAFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 175 + 222 = 520 (100%)
R 123 of 520 ~ 23.65%
G 175 of 520 ~ 33.65%
B 222 of 520 ~ 42.69%

%23.65
%33.65
%42.69

CMYK color model

#7BAFDE color CMYK value is (45,21,0,13).

  • cyan value is 44.59%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(45,21,0,13)
C45M21Y0K13 
(45%,21%,0%,13%)
(0.45/0.21/0.00/0.13)	

CMYK percentages

%44.59
%21.17
%0
%12.94

Codes

Color #7BAFDE in popluar color models

7BAFDE
RGB123175222
HSL208°60.00%67.65%
HSB/HSV208°44.59%87.06%
CMYK44.59%21.17%0.00%
12.94%

Color #7BAFDE in popluar number systems.

HEX7BAFDE
Decimal123175222
Binary11110111010111111011110
Octal173257336

Shades and tints

Shades of #7BAFDE

#7BAFDE
(123,175,222)
#70A0CA
(112,160,202)
#6591B6
(101,145,182)
#5A82A2
(90,130,162)
#4F738E
(79,115,142)
#44647A
(68,100,122)
#395566
(57,85,102)
#2E4652
(46,70,82)
#23373E
(35,55,62)
#18282A
(24,40,42)
#0D1916
(13,25,22)
#000000
(0,0,0)

Tints of #7BAFDE

#7BAFDE
(123,175,222)
#87B6E1
(135,182,225)
#93BDE4
(147,189,228)
#9FC4E7
(159,196,231)
#ABCBEA
(171,203,234)
#B7D2ED
(183,210,237)
#C3D9F0
(195,217,240)
#CFE0F3
(207,224,243)
#DBE7F6
(219,231,246)
#E7EEF9
(231,238,249)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAFDE color. Also use rgb(123,175,222) instead hex code.

Text Font Color

.myTextColor { color: #7BAFDE; }

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

This text font color is #7BAFDE.


Background Color

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

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

This div background color is #7BAFDE.


Border color

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

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

This div border color is #7BAFDE.


Opacity

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

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

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

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

This text has shadow with #7BAFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAFDE on black background.


Color preview on white background

This text has color #7BAFDE on white background.



Black color preview on #7BAFDE background

This text has black color on #7BAFDE background.


White color preview on #7BAFDE background

This text has white color on #7BAFDE background.