COLOR #7AC8C6

HEX: #7AC8C6
RGB: (122,200,198)

Color info

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

RGB color model

#7AC8C6 color RGB value is (122,200,198).

  • red value is 122;
  • green value is 200;
  • blue value is 198.
RGB:
(122,200,198)
(48%,78%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 200 of 255 = 78%
B 198 of 255 = 78%

122
200
198

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

Portions of RGB colors in percentages

R + G + B =
122 + 200 + 198 = 520 (100%)
R 122 of 520 ~ 23.46%
G 200 of 520 ~ 38.46%
B 198 of 520 ~ 38.08%

%23.46
%38.46
%38.08

CMYK color model

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

  • cyan value is 39.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 21.57%
CMYK:
(39,0,1,22)
C39M0Y1K22 
(39%,0%,1%,22%)
(0.39/0.00/0.01/0.22)	

CMYK percentages

%39
%0
%1
%21.57

Codes

Color #7AC8C6 in popluar color models

7AC8C6
RGB122200198
HSL178°41.49%63.14%
HSB/HSV178°39.00%78.43%
CMYK39.00%0.00%1.00%
21.57%

Color #7AC8C6 in popluar number systems.

HEX7AC8C6
Decimal122200198
Binary11110101100100011000110
Octal172310306

Shades and tints

Shades of #7AC8C6

#7AC8C6
(122,200,198)
#6FB6B4
(111,182,180)
#64A4A2
(100,164,162)
#599290
(89,146,144)
#4E807E
(78,128,126)
#436E6C
(67,110,108)
#385C5A
(56,92,90)
#2D4A48
(45,74,72)
#223836
(34,56,54)
#172624
(23,38,36)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7AC8C6

#7AC8C6
(122,200,198)
#86CDCB
(134,205,203)
#92D2D0
(146,210,208)
#9ED7D5
(158,215,213)
#AADCDA
(170,220,218)
#B6E1DF
(182,225,223)
#C2E6E4
(194,230,228)
#CEEBE9
(206,235,233)
#DAF0EE
(218,240,238)
#E6F5F3
(230,245,243)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC8C6 color. Also use rgb(122,200,198) instead hex code.

Text Font Color

.myTextColor { color: #7AC8C6; }

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

This text font color is #7AC8C6.


Background Color

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

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

This div background color is #7AC8C6.


Border color

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

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

This div border color is #7AC8C6.


Opacity

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

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

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

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

This text has shadow with #7AC8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC8C6 on black background.


Color preview on white background

This text has color #7AC8C6 on white background.



Black color preview on #7AC8C6 background

This text has black color on #7AC8C6 background.


White color preview on #7AC8C6 background

This text has white color on #7AC8C6 background.