COLOR #7AB4C4

HEX: #7AB4C4
RGB: (122,180,196)

Color info

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

RGB color model

#7AB4C4 color RGB value is (122,180,196).

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

RGB channels and saturation

R 122 of 255 = 48%
G 180 of 255 = 71%
B 196 of 255 = 77%

122
180
196

R + G + B ~ 65%. #7AB4C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 180 + 196 = 498 (100%)
R 122 of 498 ~ 24.5%
G 180 of 498 ~ 36.14%
B 196 of 498 ~ 39.36%

%24.5
%36.14
%39.36

CMYK color model

#7AB4C4 color CMYK value is (38,8,0,23).

  • cyan value is 37.76%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(38,8,0,23)
C38M8Y0K23 
(38%,8%,0%,23%)
(0.38/0.08/0.00/0.23)	

CMYK percentages

%37.76
%8.16
%0
%23.14

Codes

Color #7AB4C4 in popluar color models

7AB4C4
RGB122180196
HSL193°38.54%62.35%
HSB/HSV193°37.76%76.86%
CMYK37.76%8.16%0.00%
23.14%

Color #7AB4C4 in popluar number systems.

HEX7AB4C4
Decimal122180196
Binary11110101011010011000100
Octal172264304

Shades and tints

Shades of #7AB4C4

#7AB4C4
(122,180,196)
#6FA4B3
(111,164,179)
#6494A2
(100,148,162)
#598491
(89,132,145)
#4E7480
(78,116,128)
#43646F
(67,100,111)
#38545E
(56,84,94)
#2D444D
(45,68,77)
#22343C
(34,52,60)
#17242B
(23,36,43)
#0C141A
(12,20,26)
#000000
(0,0,0)

Tints of #7AB4C4

#7AB4C4
(122,180,196)
#86BAC9
(134,186,201)
#92C0CE
(146,192,206)
#9EC6D3
(158,198,211)
#AACCD8
(170,204,216)
#B6D2DD
(182,210,221)
#C2D8E2
(194,216,226)
#CEDEE7
(206,222,231)
#DAE4EC
(218,228,236)
#E6EAF1
(230,234,241)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB4C4; }

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

This text font color is #7AB4C4.


Background Color

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

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

This div background color is #7AB4C4.


Border color

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

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

This div border color is #7AB4C4.


Opacity

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

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

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

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

This text has shadow with #7AB4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB4C4 on black background.


Color preview on white background

This text has color #7AB4C4 on white background.



Black color preview on #7AB4C4 background

This text has black color on #7AB4C4 background.


White color preview on #7AB4C4 background

This text has white color on #7AB4C4 background.