COLOR #7ABEC3

HEX: #7ABEC3
RGB: (122,190,195)

Color info

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

RGB color model

#7ABEC3 color RGB value is (122,190,195).

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

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 195 of 255 = 76%

122
190
195

R + G + B ~ 66%. #7ABEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 190 + 195 = 507 (100%)
R 122 of 507 ~ 24.06%
G 190 of 507 ~ 37.48%
B 195 of 507 ~ 38.46%

%24.06
%37.48
%38.46

CMYK color model

#7ABEC3 color CMYK value is (37,3,0,24).

  • cyan value is 37.44%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(37,3,0,24)
C37M3Y0K24 
(37%,3%,0%,24%)
(0.37/0.03/0.00/0.24)	

CMYK percentages

%37.44
%2.56
%0
%23.53

Codes

Color #7ABEC3 in popluar color models

7ABEC3
RGB122190195
HSL184°37.82%62.16%
HSB/HSV184°37.44%76.47%
CMYK37.44%2.56%0.00%
23.53%

Color #7ABEC3 in popluar number systems.

HEX7ABEC3
Decimal122190195
Binary11110101011111011000011
Octal172276303

Shades and tints

Shades of #7ABEC3

#7ABEC3
(122,190,195)
#6FADB2
(111,173,178)
#649CA1
(100,156,161)
#598B90
(89,139,144)
#4E7A7F
(78,122,127)
#43696E
(67,105,110)
#38585D
(56,88,93)
#2D474C
(45,71,76)
#22363B
(34,54,59)
#17252A
(23,37,42)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #7ABEC3

#7ABEC3
(122,190,195)
#86C3C8
(134,195,200)
#92C8CD
(146,200,205)
#9ECDD2
(158,205,210)
#AAD2D7
(170,210,215)
#B6D7DC
(182,215,220)
#C2DCE1
(194,220,225)
#CEE1E6
(206,225,230)
#DAE6EB
(218,230,235)
#E6EBF0
(230,235,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABEC3; }

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

This text font color is #7ABEC3.


Background Color

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

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

This div background color is #7ABEC3.


Border color

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

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

This div border color is #7ABEC3.


Opacity

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

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

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

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

This text has shadow with #7ABEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABEC3 on black background.


Color preview on white background

This text has color #7ABEC3 on white background.



Black color preview on #7ABEC3 background

This text has black color on #7ABEC3 background.


White color preview on #7ABEC3 background

This text has white color on #7ABEC3 background.