COLOR #7AC8B4

HEX: #7AC8B4 RGB: (122,200,180)

Color info

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

RGB color model

#7AC8B4 color RGB value is (122,200,180).

RGB: (122,200,180) (48%, 78%, 71%)

RGB channels and saturation

R 122 of 255 = 48%
G 200 of 255 = 78%
B 180 of 255 = 71%

122
200
180

R + G + B ~ 66%. #7AC8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 200 + 180 = 502 (100%)
R 122 of 502 ~ 24.3%
G 200 of 502 ~ 39.84%
B 180 of 502 ~ 35.86'%

%24.3
%39.84
%35.86

CMYK color model

#7AC8B4 color CMYK value is (39,0,10,22).

  • cyan value is 39.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 21.57%

CMYK: (39,0,10,22)
C39M0Y10K22 (39%, 0%, 10%, 22%)
(0.39 / 0.00 / 0.10 / 0.22)

CMYK percentages

%39
%0
%10
%21.57

Codes

Color #7AC8B4 in popluar color models

7A C8 B4
RGB 122 200 180
HSL 165° 41.49% 63.14%
HSB/HSV 165° 39.00% 78.43%
CMYK 39.00% 0.00% 10.00%
21.57%

Color #7AC8B4 in popluar number systems.

HEX 7A C8 B4
Decimal 122 200 180
Binary 1111010 11001000 10110100
Octal 172 310 264

Shades and tints

Shades of #7AC8B4

#7AC8B4
(122,200,180)
#6FB6A4
(111,182,164)
#64A494
(100,164,148)
#599284
(89,146,132)
#4E8074
(78,128,116)
#436E64
(67,110,100)
#385C54
(56,92,84)
#2D4A44
(45,74,68)
#223834
(34,56,52)
#172624
(23,38,36)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #7AC8B4

#7AC8B4
(122,200,180)
#86CDBA
(134,205,186)
#92D2C0
(146,210,192)
#9ED7C6
(158,215,198)
#AADCCC
(170,220,204)
#B6E1D2
(182,225,210)
#C2E6D8
(194,230,216)
#CEEBDE
(206,235,222)
#DAF0E4
(218,240,228)
#E6F5EA
(230,245,234)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC8B4; }

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

This text font color is #7AC8B4.

Background Color

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

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

This div background color is #7AC8B4.

Border color

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

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

This div border color is #7AC8B4.

Opacity

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

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

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

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

This text has shadow with #7AC8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AC8B4.

Preview

Color preview on black background

This text has color #7AC8B4 on black background.


Color preview on white background

This text has color #7AC8B4 on white background.


Black color preview on #7AC8B4 background

This text has black color on #7AC8B4 background.


White color preview on #7AC8B4 background

This text has white color on #7AC8B4 background.


Related colors

Complementary color

Complementary color for #hex is #85374B.


I love getcolorcode.com

Triadic colors

1 #B47AC8 and #C8B47A with #7AC8B4 are triadic colors.

2 #B4C87A and #C87AB4 with #7AC8B4 are triadic colors.