COLOR #7ABEE3

HEX: #7ABEE3
RGB: (122,190,227)

Color info

#7ABEE3 contains mainly green and blue colors. Web safe color of #7ABEE3 is #66CCCC (or #6CC).

RGB color model

#7ABEE3 color RGB value is (122,190,227).

  • red value is 122;
  • green value is 190;
  • blue value is 227.
RGB:
(122,190,227)
(48%,75%,89%)

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 227 of 255 = 89%

122
190
227

R + G + B ~ 71%. #7ABEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 190 + 227 = 539 (100%)
R 122 of 539 ~ 22.63%
G 190 of 539 ~ 35.25%
B 227 of 539 ~ 42.12%

%22.63
%35.25
%42.12

CMYK color model

#7ABEE3 color CMYK value is (46,16,0,11).

  • cyan value is 46.26%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(46,16,0,11)
C46M16Y0K11 
(46%,16%,0%,11%)
(0.46/0.16/0.00/0.11)	

CMYK percentages

%46.26
%16.3
%0
%10.98

Codes

Color #7ABEE3 in popluar color models

7ABEE3
RGB122190227
HSL201°65.22%68.43%
HSB/HSV201°46.26%89.02%
CMYK46.26%16.30%0.00%
10.98%

Color #7ABEE3 in popluar number systems.

HEX7ABEE3
Decimal122190227
Binary11110101011111011100011
Octal172276343

Shades and tints

Shades of #7ABEE3

#7ABEE3
(122,190,227)
#6FADCF
(111,173,207)
#649CBB
(100,156,187)
#598BA7
(89,139,167)
#4E7A93
(78,122,147)
#43697F
(67,105,127)
#38586B
(56,88,107)
#2D4757
(45,71,87)
#223643
(34,54,67)
#17252F
(23,37,47)
#0C141B
(12,20,27)
#000000
(0,0,0)

Tints of #7ABEE3

#7ABEE3
(122,190,227)
#86C3E5
(134,195,229)
#92C8E7
(146,200,231)
#9ECDE9
(158,205,233)
#AAD2EB
(170,210,235)
#B6D7ED
(182,215,237)
#C2DCEF
(194,220,239)
#CEE1F1
(206,225,241)
#DAE6F3
(218,230,243)
#E6EBF5
(230,235,245)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABEE3 color. Also use rgb(122,190,227) instead hex code.

Text Font Color

.myTextColor { color: #7ABEE3; }

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

This text font color is #7ABEE3.


Background Color

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

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

This div background color is #7ABEE3.


Border color

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

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

This div border color is #7ABEE3.


Opacity

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

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

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

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

This text has shadow with #7ABEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABEE3 on black background.


Color preview on white background

This text has color #7ABEE3 on white background.



Black color preview on #7ABEE3 background

This text has black color on #7ABEE3 background.


White color preview on #7ABEE3 background

This text has white color on #7ABEE3 background.