COLOR #7ACEC0

HEX: #7ACEC0 RGB: (122,206,192)

Color info

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

RGB color model

#7ACEC0 color RGB value is (122,206,192).

RGB: (122,206,192) (48%, 81%, 75%)

RGB channels and saturation

R 122 of 255 = 48%
G 206 of 255 = 81%
B 192 of 255 = 75%

122
206
192

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

Portions of RGB colors in percentages

R + G + B = 122 + 206 + 192 = 520 (100%)
R 122 of 520 ~ 23.46%
G 206 of 520 ~ 39.62%
B 192 of 520 ~ 36.92'%

%23.46
%39.62
%36.92

CMYK color model

#7ACEC0 color CMYK value is (41,0,7,19).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 19.22%

CMYK: (41,0,7,19)
C41M0Y7K19 (41%, 0%, 7%, 19%)
(0.41 / 0.00 / 0.07 / 0.19)

CMYK percentages

%40.78
%0
%6.8
%19.22

Codes

Color #7ACEC0 in popluar color models

7A CE C0
RGB 122 206 192
HSL 170° 46.15% 64.31%
HSB/HSV 170° 40.78% 80.78%
CMYK 40.78% 0.00% 6.80%
19.22%

Color #7ACEC0 in popluar number systems.

HEX 7A CE C0
Decimal 122 206 192
Binary 1111010 11001110 11000000
Octal 172 316 300

Shades and tints

Shades of #7ACEC0

#7ACEC0
(122,206,192)
#6FBCAF
(111,188,175)
#64AA9E
(100,170,158)
#59988D
(89,152,141)
#4E867C
(78,134,124)
#43746B
(67,116,107)
#38625A
(56,98,90)
#2D5049
(45,80,73)
#223E38
(34,62,56)
#172C27
(23,44,39)
#0C1A16
(12,26,22)
#000000
(0,0,0)

Tints of #7ACEC0

#7ACEC0
(122,206,192)
#86D2C5
(134,210,197)
#92D6CA
(146,214,202)
#9EDACF
(158,218,207)
#AADED4
(170,222,212)
#B6E2D9
(182,226,217)
#C2E6DE
(194,230,222)
#CEEAE3
(206,234,227)
#DAEEE8
(218,238,232)
#E6F2ED
(230,242,237)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACEC0 color. Also use rgb(122,206,192) instead hex code.

Text Font Color

.myTextColor { color: #7ACEC0; }

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

This text font color is #7ACEC0.

Background Color

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

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

This div background color is #7ACEC0.

Border color

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

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

This div border color is #7ACEC0.

Opacity

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

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

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

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

This text has shadow with #7ACEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ACEC0.

Preview

Color preview on black background

This text has color #7ACEC0 on black background.


Color preview on white background

This text has color #7ACEC0 on white background.


Black color preview on #7ACEC0 background

This text has black color on #7ACEC0 background.


White color preview on #7ACEC0 background

This text has white color on #7ACEC0 background.


Related colors

Complementary color

Complementary color for #hex is #85313F.


I love getcolorcode.com

Triadic colors

1 #C07ACE and #CEC07A with #7ACEC0 are triadic colors.

2 #C0CE7A and #CE7AC0 with #7ACEC0 are triadic colors.