COLOR #7AC5C7

HEX: #7AC5C7
RGB: (122,197,199)

Color info

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

RGB color model

#7AC5C7 color RGB value is (122,197,199).

  • red value is 122;
  • green value is 197;
  • blue value is 199.
RGB:
(122,197,199)
(48%,77%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 197 of 255 = 77%
B 199 of 255 = 78%

122
197
199

R + G + B ~ 68%. #7AC5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 197 + 199 = 518 (100%)
R 122 of 518 ~ 23.55%
G 197 of 518 ~ 38.03%
B 199 of 518 ~ 38.42%

%23.55
%38.03
%38.42

CMYK color model

#7AC5C7 color CMYK value is (39,1,0,22).

  • cyan value is 38.69%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(39,1,0,22)
C39M1Y0K22 
(39%,1%,0%,22%)
(0.39/0.01/0.00/0.22)	

CMYK percentages

%38.69
%1.01
%0
%21.96

Codes

Color #7AC5C7 in popluar color models

7AC5C7
RGB122197199
HSL182°40.74%62.94%
HSB/HSV182°38.69%78.04%
CMYK38.69%1.01%0.00%
21.96%

Color #7AC5C7 in popluar number systems.

HEX7AC5C7
Decimal122197199
Binary11110101100010111000111
Octal172305307

Shades and tints

Shades of #7AC5C7

#7AC5C7
(122,197,199)
#6FB4B5
(111,180,181)
#64A3A3
(100,163,163)
#599291
(89,146,145)
#4E817F
(78,129,127)
#43706D
(67,112,109)
#385F5B
(56,95,91)
#2D4E49
(45,78,73)
#223D37
(34,61,55)
#172C25
(23,44,37)
#0C1B13
(12,27,19)
#000000
(0,0,0)

Tints of #7AC5C7

#7AC5C7
(122,197,199)
#86CACC
(134,202,204)
#92CFD1
(146,207,209)
#9ED4D6
(158,212,214)
#AAD9DB
(170,217,219)
#B6DEE0
(182,222,224)
#C2E3E5
(194,227,229)
#CEE8EA
(206,232,234)
#DAEDEF
(218,237,239)
#E6F2F4
(230,242,244)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC5C7 color. Also use rgb(122,197,199) instead hex code.

Text Font Color

.myTextColor { color: #7AC5C7; }

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

This text font color is #7AC5C7.


Background Color

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

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

This div background color is #7AC5C7.


Border color

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

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

This div border color is #7AC5C7.


Opacity

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

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

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

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

This text has shadow with #7AC5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC5C7 on black background.


Color preview on white background

This text has color #7AC5C7 on white background.



Black color preview on #7AC5C7 background

This text has black color on #7AC5C7 background.


White color preview on #7AC5C7 background

This text has white color on #7AC5C7 background.