COLOR #7ABDF3

HEX: #7ABDF3
RGB: (122,189,243)

Color info

#7ABDF3 contains mainly green and blue colors. Web safe color of #7ABDF3 is #66CCFF (or #6CF).

RGB color model

#7ABDF3 color RGB value is (122,189,243).

  • red value is 122;
  • green value is 189;
  • blue value is 243.
RGB:
(122,189,243)
(48%,74%,95%)

RGB channels and saturation

R 122 of 255 = 48%
G 189 of 255 = 74%
B 243 of 255 = 95%

122
189
243

R + G + B ~ 72%. #7ABDF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 189 + 243 = 554 (100%)
R 122 of 554 ~ 22.02%
G 189 of 554 ~ 34.12%
B 243 of 554 ~ 43.86%

%22.02
%34.12
%43.86

CMYK color model

#7ABDF3 color CMYK value is (50,22,0,5).

  • cyan value is 49.79%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(50,22,0,5)
C50M22Y0K5 
(50%,22%,0%,5%)
(0.50/0.22/0.00/0.05)	

CMYK percentages

%49.79
%22.22
%0
%4.71

Codes

Color #7ABDF3 in popluar color models

7ABDF3
RGB122189243
HSL207°83.45%71.57%
HSB/HSV207°49.79%95.29%
CMYK49.79%22.22%0.00%
4.71%

Color #7ABDF3 in popluar number systems.

HEX7ABDF3
Decimal122189243
Binary11110101011110111110011
Octal172275363

Shades and tints

Shades of #7ABDF3

#7ABDF3
(122,189,243)
#6FACDD
(111,172,221)
#649BC7
(100,155,199)
#598AB1
(89,138,177)
#4E799B
(78,121,155)
#436885
(67,104,133)
#38576F
(56,87,111)
#2D4659
(45,70,89)
#223543
(34,53,67)
#17242D
(23,36,45)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #7ABDF3

#7ABDF3
(122,189,243)
#86C3F4
(134,195,244)
#92C9F5
(146,201,245)
#9ECFF6
(158,207,246)
#AAD5F7
(170,213,247)
#B6DBF8
(182,219,248)
#C2E1F9
(194,225,249)
#CEE7FA
(206,231,250)
#DAEDFB
(218,237,251)
#E6F3FC
(230,243,252)
#F2F9FD
(242,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABDF3 color. Also use rgb(122,189,243) instead hex code.

Text Font Color

.myTextColor { color: #7ABDF3; }

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

This text font color is #7ABDF3.


Background Color

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

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

This div background color is #7ABDF3.


Border color

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

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

This div border color is #7ABDF3.


Opacity

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

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

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

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

This text has shadow with #7ABDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABDF3 on black background.


Color preview on white background

This text has color #7ABDF3 on white background.



Black color preview on #7ABDF3 background

This text has black color on #7ABDF3 background.


White color preview on #7ABDF3 background

This text has white color on #7ABDF3 background.