COLOR #7BAAF1

HEX: #7BAAF1 RGB: (123,170,241)

Color info

#7BAAF1 contains mainly blue color. Web safe color of #7BAAF1 is #6699FF (or #69F).

RGB color model

#7BAAF1 color RGB value is (123,170,241).

RGB: (123,170,241) (48%, 67%, 95%)

RGB channels and saturation

R 123 of 255 = 48%
G 170 of 255 = 67%
B 241 of 255 = 95%

123
170
241

R + G + B ~ 70%. #7BAAF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 170 + 241 = 534 (100%)
R 123 of 534 ~ 23.03%
G 170 of 534 ~ 31.84%
B 241 of 534 ~ 45.13'%

%23.03
%31.84
%45.13

CMYK color model

#7BAAF1 color CMYK value is (49,29,0,5).

  • cyan value is 48.96%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (49,29,0,5)
C49M29Y0K5 (49%, 29%, 0%, 5%)
(0.49 / 0.29 / 0.00 / 0.05)

CMYK percentages

%48.96
%29.46
%0
%5.49

Codes

Color #7BAAF1 in popluar color models

7B AA F1
RGB 123 170 241
HSL 216° 80.82% 71.37%
HSB/HSV 216° 48.96% 94.51%
CMYK 48.96% 29.46% 0.00%
5.49%

Color #7BAAF1 in popluar number systems.

HEX 7B AA F1
Decimal 123 170 241
Binary 1111011 10101010 11110001
Octal 173 252 361

Shades and tints

Shades of #7BAAF1

#7BAAF1
(123,170,241)
#709BDC
(112,155,220)
#658CC7
(101,140,199)
#5A7DB2
(90,125,178)
#4F6E9D
(79,110,157)
#445F88
(68,95,136)
#395073
(57,80,115)
#2E415E
(46,65,94)
#233249
(35,50,73)
#182334
(24,35,52)
#0D141F
(13,20,31)
#000000
(0,0,0)

Tints of #7BAAF1

#7BAAF1
(123,170,241)
#87B1F2
(135,177,242)
#93B8F3
(147,184,243)
#9FBFF4
(159,191,244)
#ABC6F5
(171,198,245)
#B7CDF6
(183,205,246)
#C3D4F7
(195,212,247)
#CFDBF8
(207,219,248)
#DBE2F9
(219,226,249)
#E7E9FA
(231,233,250)
#F3F0FB
(243,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAAF1 color. Also use rgb(123,170,241) instead hex code.

Text Font Color

.myTextColor { color: #7BAAF1; }

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

This text font color is #7BAAF1.

Background Color

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

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

This div background color is #7BAAF1.

Border color

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

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

This div border color is #7BAAF1.

Opacity

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

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

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

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

This text has shadow with #7BAAF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAAF1.

Preview

Color preview on black background

This text has color #7BAAF1 on black background.


Color preview on white background

This text has color #7BAAF1 on white background.


Black color preview on #7BAAF1 background

This text has black color on #7BAAF1 background.


White color preview on #7BAAF1 background

This text has white color on #7BAAF1 background.


Related colors

Complementary color

Complementary color for #hex is #84550E.


I love getcolorcode.com

Triadic colors

1 #F17BAA and #AAF17B with #7BAAF1 are triadic colors.

2 #F1AA7B and #AA7BF1 with #7BAAF1 are triadic colors.