COLOR #7AB4CD

HEX: #7AB4CD
RGB: (122,180,205)

Color info

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

RGB color model

#7AB4CD color RGB value is (122,180,205).

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

RGB channels and saturation

R 122 of 255 = 48%
G 180 of 255 = 71%
B 205 of 255 = 80%

122
180
205

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

Portions of RGB colors in percentages

R + G + B =
122 + 180 + 205 = 507 (100%)
R 122 of 507 ~ 24.06%
G 180 of 507 ~ 35.5%
B 205 of 507 ~ 40.43%

%24.06
%35.5
%40.43

CMYK color model

#7AB4CD color CMYK value is (40,12,0,20).

  • cyan value is 40.49%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(40,12,0,20)
C40M12Y0K20 
(40%,12%,0%,20%)
(0.40/0.12/0.00/0.20)	

CMYK percentages

%40.49
%12.2
%0
%19.61

Codes

Color #7AB4CD in popluar color models

7AB4CD
RGB122180205
HSL198°45.36%64.12%
HSB/HSV198°40.49%80.39%
CMYK40.49%12.20%0.00%
19.61%

Color #7AB4CD in popluar number systems.

HEX7AB4CD
Decimal122180205
Binary11110101011010011001101
Octal172264315

Shades and tints

Shades of #7AB4CD

#7AB4CD
(122,180,205)
#6FA4BB
(111,164,187)
#6494A9
(100,148,169)
#598497
(89,132,151)
#4E7485
(78,116,133)
#436473
(67,100,115)
#385461
(56,84,97)
#2D444F
(45,68,79)
#22343D
(34,52,61)
#17242B
(23,36,43)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #7AB4CD

#7AB4CD
(122,180,205)
#86BAD1
(134,186,209)
#92C0D5
(146,192,213)
#9EC6D9
(158,198,217)
#AACCDD
(170,204,221)
#B6D2E1
(182,210,225)
#C2D8E5
(194,216,229)
#CEDEE9
(206,222,233)
#DAE4ED
(218,228,237)
#E6EAF1
(230,234,241)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB4CD; }

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

This text font color is #7AB4CD.


Background Color

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

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

This div background color is #7AB4CD.


Border color

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

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

This div border color is #7AB4CD.


Opacity

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

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

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

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

This text has shadow with #7AB4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB4CD on black background.


Color preview on white background

This text has color #7AB4CD on white background.



Black color preview on #7AB4CD background

This text has black color on #7AB4CD background.


White color preview on #7AB4CD background

This text has white color on #7AB4CD background.