COLOR #7AC9D1

HEX: #7AC9D1
RGB: (122,201,209)

Color info

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

RGB color model

#7AC9D1 color RGB value is (122,201,209).

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

RGB channels and saturation

R 122 of 255 = 48%
G 201 of 255 = 79%
B 209 of 255 = 82%

122
201
209

R + G + B ~ 70%. #7AC9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 201 + 209 = 532 (100%)
R 122 of 532 ~ 22.93%
G 201 of 532 ~ 37.78%
B 209 of 532 ~ 39.29%

%22.93
%37.78
%39.29

CMYK color model

#7AC9D1 color CMYK value is (42,4,0,18).

  • cyan value is 41.63%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(42,4,0,18)
C42M4Y0K18 
(42%,4%,0%,18%)
(0.42/0.04/0.00/0.18)	

CMYK percentages

%41.63
%3.83
%0
%18.04

Codes

Color #7AC9D1 in popluar color models

7AC9D1
RGB122201209
HSL186°48.60%64.90%
HSB/HSV186°41.63%81.96%
CMYK41.63%3.83%0.00%
18.04%

Color #7AC9D1 in popluar number systems.

HEX7AC9D1
Decimal122201209
Binary11110101100100111010001
Octal172311321

Shades and tints

Shades of #7AC9D1

#7AC9D1
(122,201,209)
#6FB7BE
(111,183,190)
#64A5AB
(100,165,171)
#599398
(89,147,152)
#4E8185
(78,129,133)
#436F72
(67,111,114)
#385D5F
(56,93,95)
#2D4B4C
(45,75,76)
#223939
(34,57,57)
#172726
(23,39,38)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #7AC9D1

#7AC9D1
(122,201,209)
#86CDD5
(134,205,213)
#92D1D9
(146,209,217)
#9ED5DD
(158,213,221)
#AAD9E1
(170,217,225)
#B6DDE5
(182,221,229)
#C2E1E9
(194,225,233)
#CEE5ED
(206,229,237)
#DAE9F1
(218,233,241)
#E6EDF5
(230,237,245)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC9D1; }

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

This text font color is #7AC9D1.


Background Color

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

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

This div background color is #7AC9D1.


Border color

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

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

This div border color is #7AC9D1.


Opacity

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

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

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

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

This text has shadow with #7AC9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC9D1 on black background.


Color preview on white background

This text has color #7AC9D1 on white background.



Black color preview on #7AC9D1 background

This text has black color on #7AC9D1 background.


White color preview on #7AC9D1 background

This text has white color on #7AC9D1 background.