COLOR #7AB7D1

HEX: #7AB7D1
RGB: (122,183,209)

Color info

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

RGB color model

#7AB7D1 color RGB value is (122,183,209).

  • red value is 122;
  • green value is 183;
  • blue value is 209.
RGB:
(122,183,209)
(48%,72%,82%)

RGB channels and saturation

R 122 of 255 = 48%
G 183 of 255 = 72%
B 209 of 255 = 82%

122
183
209

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

Portions of RGB colors in percentages

R + G + B =
122 + 183 + 209 = 514 (100%)
R 122 of 514 ~ 23.74%
G 183 of 514 ~ 35.6%
B 209 of 514 ~ 40.66%

%23.74
%35.6
%40.66

CMYK color model

#7AB7D1 color CMYK value is (42,12,0,18).

  • cyan value is 41.63%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(42,12,0,18)
C42M12Y0K18 
(42%,12%,0%,18%)
(0.42/0.12/0.00/0.18)	

CMYK percentages

%41.63
%12.44
%0
%18.04

Codes

Color #7AB7D1 in popluar color models

7AB7D1
RGB122183209
HSL198°48.60%64.90%
HSB/HSV198°41.63%81.96%
CMYK41.63%12.44%0.00%
18.04%

Color #7AB7D1 in popluar number systems.

HEX7AB7D1
Decimal122183209
Binary11110101011011111010001
Octal172267321

Shades and tints

Shades of #7AB7D1

#7AB7D1
(122,183,209)
#6FA7BE
(111,167,190)
#6497AB
(100,151,171)
#598798
(89,135,152)
#4E7785
(78,119,133)
#436772
(67,103,114)
#38575F
(56,87,95)
#2D474C
(45,71,76)
#223739
(34,55,57)
#172726
(23,39,38)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #7AB7D1

#7AB7D1
(122,183,209)
#86BDD5
(134,189,213)
#92C3D9
(146,195,217)
#9EC9DD
(158,201,221)
#AACFE1
(170,207,225)
#B6D5E5
(182,213,229)
#C2DBE9
(194,219,233)
#CEE1ED
(206,225,237)
#DAE7F1
(218,231,241)
#E6EDF5
(230,237,245)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB7D1 color. Also use rgb(122,183,209) instead hex code.

Text Font Color

.myTextColor { color: #7AB7D1; }

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

This text font color is #7AB7D1.


Background Color

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

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

This div background color is #7AB7D1.


Border color

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

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

This div border color is #7AB7D1.


Opacity

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

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

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

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

This text has shadow with #7AB7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB7D1 on black background.


Color preview on white background

This text has color #7AB7D1 on white background.



Black color preview on #7AB7D1 background

This text has black color on #7AB7D1 background.


White color preview on #7AB7D1 background

This text has white color on #7AB7D1 background.