COLOR #7AC9CB

HEX: #7AC9CB
RGB: (122,201,203)

Color info

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

RGB color model

#7AC9CB color RGB value is (122,201,203).

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

RGB channels and saturation

R 122 of 255 = 48%
G 201 of 255 = 79%
B 203 of 255 = 80%

122
201
203

R + G + B ~ 69%. #7AC9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 201 + 203 = 526 (100%)
R 122 of 526 ~ 23.19%
G 201 of 526 ~ 38.21%
B 203 of 526 ~ 38.59%

%23.19
%38.21
%38.59

CMYK color model

#7AC9CB color CMYK value is (40,1,0,20).

  • cyan value is 39.90%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(40,1,0,20)
C40M1Y0K20 
(40%,1%,0%,20%)
(0.40/0.01/0.00/0.20)	

CMYK percentages

%39.9
%0.99
%0
%20.39

Codes

Color #7AC9CB in popluar color models

7AC9CB
RGB122201203
HSL181°43.78%63.73%
HSB/HSV181°39.90%79.61%
CMYK39.90%0.99%0.00%
20.39%

Color #7AC9CB in popluar number systems.

HEX7AC9CB
Decimal122201203
Binary11110101100100111001011
Octal172311313

Shades and tints

Shades of #7AC9CB

#7AC9CB
(122,201,203)
#6FB7B9
(111,183,185)
#64A5A7
(100,165,167)
#599395
(89,147,149)
#4E8183
(78,129,131)
#436F71
(67,111,113)
#385D5F
(56,93,95)
#2D4B4D
(45,75,77)
#22393B
(34,57,59)
#172729
(23,39,41)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #7AC9CB

#7AC9CB
(122,201,203)
#86CDCF
(134,205,207)
#92D1D3
(146,209,211)
#9ED5D7
(158,213,215)
#AAD9DB
(170,217,219)
#B6DDDF
(182,221,223)
#C2E1E3
(194,225,227)
#CEE5E7
(206,229,231)
#DAE9EB
(218,233,235)
#E6EDEF
(230,237,239)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC9CB; }

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

This text font color is #7AC9CB.


Background Color

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

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

This div background color is #7AC9CB.


Border color

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

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

This div border color is #7AC9CB.


Opacity

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

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

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

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

This text has shadow with #7AC9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC9CB on black background.


Color preview on white background

This text has color #7AC9CB on white background.



Black color preview on #7AC9CB background

This text has black color on #7AC9CB background.


White color preview on #7AC9CB background

This text has white color on #7AC9CB background.