COLOR #7ABEC4

HEX: #7ABEC4
RGB: (122,190,196)

Color info

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

RGB color model

#7ABEC4 color RGB value is (122,190,196).

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

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 196 of 255 = 77%

122
190
196

R + G + B ~ 67%. #7ABEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 190 + 196 = 508 (100%)
R 122 of 508 ~ 24.02%
G 190 of 508 ~ 37.4%
B 196 of 508 ~ 38.58%

%24.02
%37.4
%38.58

CMYK color model

#7ABEC4 color CMYK value is (38,3,0,23).

  • cyan value is 37.76%
  • magenta value is 3.06%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(38,3,0,23)
C38M3Y0K23 
(38%,3%,0%,23%)
(0.38/0.03/0.00/0.23)	

CMYK percentages

%37.76
%3.06
%0
%23.14

Codes

Color #7ABEC4 in popluar color models

7ABEC4
RGB122190196
HSL185°38.54%62.35%
HSB/HSV185°37.76%76.86%
CMYK37.76%3.06%0.00%
23.14%

Color #7ABEC4 in popluar number systems.

HEX7ABEC4
Decimal122190196
Binary11110101011111011000100
Octal172276304

Shades and tints

Shades of #7ABEC4

#7ABEC4
(122,190,196)
#6FADB3
(111,173,179)
#649CA2
(100,156,162)
#598B91
(89,139,145)
#4E7A80
(78,122,128)
#43696F
(67,105,111)
#38585E
(56,88,94)
#2D474D
(45,71,77)
#22363C
(34,54,60)
#17252B
(23,37,43)
#0C141A
(12,20,26)
#000000
(0,0,0)

Tints of #7ABEC4

#7ABEC4
(122,190,196)
#86C3C9
(134,195,201)
#92C8CE
(146,200,206)
#9ECDD3
(158,205,211)
#AAD2D8
(170,210,216)
#B6D7DD
(182,215,221)
#C2DCE2
(194,220,226)
#CEE1E7
(206,225,231)
#DAE6EC
(218,230,236)
#E6EBF1
(230,235,241)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABEC4; }

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

This text font color is #7ABEC4.


Background Color

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

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

This div background color is #7ABEC4.


Border color

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

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

This div border color is #7ABEC4.


Opacity

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

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

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

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

This text has shadow with #7ABEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABEC4 on black background.


Color preview on white background

This text has color #7ABEC4 on white background.



Black color preview on #7ABEC4 background

This text has black color on #7ABEC4 background.


White color preview on #7ABEC4 background

This text has white color on #7ABEC4 background.