COLOR #7AB1E4

HEX: #7AB1E4
RGB: (122,177,228)

Color info

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

RGB color model

#7AB1E4 color RGB value is (122,177,228).

  • red value is 122;
  • green value is 177;
  • blue value is 228.
RGB:
(122,177,228)
(48%,69%,89%)

RGB channels and saturation

R 122 of 255 = 48%
G 177 of 255 = 69%
B 228 of 255 = 89%

122
177
228

R + G + B ~ 69%. #7AB1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 177 + 228 = 527 (100%)
R 122 of 527 ~ 23.15%
G 177 of 527 ~ 33.59%
B 228 of 527 ~ 43.26%

%23.15
%33.59
%43.26

CMYK color model

#7AB1E4 color CMYK value is (46,22,0,11).

  • cyan value is 46.49%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(46,22,0,11)
C46M22Y0K11 
(46%,22%,0%,11%)
(0.46/0.22/0.00/0.11)	

CMYK percentages

%46.49
%22.37
%0
%10.59

Codes

Color #7AB1E4 in popluar color models

7AB1E4
RGB122177228
HSL209°66.25%68.63%
HSB/HSV209°46.49%89.41%
CMYK46.49%22.37%0.00%
10.59%

Color #7AB1E4 in popluar number systems.

HEX7AB1E4
Decimal122177228
Binary11110101011000111100100
Octal172261344

Shades and tints

Shades of #7AB1E4

#7AB1E4
(122,177,228)
#6FA1D0
(111,161,208)
#6491BC
(100,145,188)
#5981A8
(89,129,168)
#4E7194
(78,113,148)
#436180
(67,97,128)
#38516C
(56,81,108)
#2D4158
(45,65,88)
#223144
(34,49,68)
#172130
(23,33,48)
#0C111C
(12,17,28)
#000000
(0,0,0)

Tints of #7AB1E4

#7AB1E4
(122,177,228)
#86B8E6
(134,184,230)
#92BFE8
(146,191,232)
#9EC6EA
(158,198,234)
#AACDEC
(170,205,236)
#B6D4EE
(182,212,238)
#C2DBF0
(194,219,240)
#CEE2F2
(206,226,242)
#DAE9F4
(218,233,244)
#E6F0F6
(230,240,246)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB1E4 color. Also use rgb(122,177,228) instead hex code.

Text Font Color

.myTextColor { color: #7AB1E4; }

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

This text font color is #7AB1E4.


Background Color

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

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

This div background color is #7AB1E4.


Border color

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

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

This div border color is #7AB1E4.


Opacity

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

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

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

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

This text has shadow with #7AB1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB1E4 on black background.


Color preview on white background

This text has color #7AB1E4 on white background.



Black color preview on #7AB1E4 background

This text has black color on #7AB1E4 background.


White color preview on #7AB1E4 background

This text has white color on #7AB1E4 background.