COLOR #7ACABB

HEX: #7ACABB RGB: (122,202,187)

Color info

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

RGB color model

#7ACABB color RGB value is (122,202,187).

RGB: (122,202,187) (48%, 79%, 73%)

RGB channels and saturation

R 122 of 255 = 48%
G 202 of 255 = 79%
B 187 of 255 = 73%

122
202
187

R + G + B ~ 67%. #7ACABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 202 + 187 = 511 (100%)
R 122 of 511 ~ 23.87%
G 202 of 511 ~ 39.53%
B 187 of 511 ~ 36.59'%

%23.87
%39.53
%36.59

CMYK color model

#7ACABB color CMYK value is (40,0,7,21).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%

CMYK: (40,0,7,21)
C40M0Y7K21 (40%, 0%, 7%, 21%)
(0.40 / 0.00 / 0.07 / 0.21)

CMYK percentages

%39.6
%0
%7.43
%20.78

Codes

Color #7ACABB in popluar color models

7A CA BB
RGB 122 202 187
HSL 169° 43.01% 63.53%
HSB/HSV 169° 39.60% 79.22%
CMYK 39.60% 0.00% 7.43%
20.78%

Color #7ACABB in popluar number systems.

HEX 7A CA BB
Decimal 122 202 187
Binary 1111010 11001010 10111011
Octal 172 312 273

Shades and tints

Shades of #7ACABB

#7ACABB
(122,202,187)
#6FB8AA
(111,184,170)
#64A699
(100,166,153)
#599488
(89,148,136)
#4E8277
(78,130,119)
#437066
(67,112,102)
#385E55
(56,94,85)
#2D4C44
(45,76,68)
#223A33
(34,58,51)
#172822
(23,40,34)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #7ACABB

#7ACABB
(122,202,187)
#86CEC1
(134,206,193)
#92D2C7
(146,210,199)
#9ED6CD
(158,214,205)
#AADAD3
(170,218,211)
#B6DED9
(182,222,217)
#C2E2DF
(194,226,223)
#CEE6E5
(206,230,229)
#DAEAEB
(218,234,235)
#E6EEF1
(230,238,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACABB color. Also use rgb(122,202,187) instead hex code.

Text Font Color

.myTextColor { color: #7ACABB; }

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

This text font color is #7ACABB.

Background Color

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

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

This div background color is #7ACABB.

Border color

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

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

This div border color is #7ACABB.

Opacity

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

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

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

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

This text has shadow with #7ACABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ACABB.

Preview

Color preview on black background

This text has color #7ACABB on black background.


Color preview on white background

This text has color #7ACABB on white background.


Black color preview on #7ACABB background

This text has black color on #7ACABB background.


White color preview on #7ACABB background

This text has white color on #7ACABB background.


Related colors

Complementary color

Complementary color for #hex is #853544.


I love getcolorcode.com

Triadic colors

1 #BB7ACA and #CABB7A with #7ACABB are triadic colors.

2 #BBCA7A and #CA7ABB with #7ACABB are triadic colors.