COLOR #7ACBA8

HEX: #7ACBA8
RGB: (122,203,168)

Color info

#7ACBA8 contains mainly green and blue colors. Web safe color of #7ACBA8 is #66CC99 (or #6C9).

RGB color model

#7ACBA8 color RGB value is (122,203,168).

  • red value is 122;
  • green value is 203;
  • blue value is 168.
RGB:
(122,203,168)
(48%,80%,66%)

RGB channels and saturation

R 122 of 255 = 48%
G 203 of 255 = 80%
B 168 of 255 = 66%

122
203
168

R + G + B ~ 65%. #7ACBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 203 + 168 = 493 (100%)
R 122 of 493 ~ 24.75%
G 203 of 493 ~ 41.18%
B 168 of 493 ~ 34.08%

%24.75
%41.18
%34.08

CMYK color model

#7ACBA8 color CMYK value is (40,0,17,20).

  • cyan value is 39.90%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 20.39%
CMYK:
(40,0,17,20)
C40M0Y17K20 
(40%,0%,17%,20%)
(0.40/0.00/0.17/0.20)	

CMYK percentages

%39.9
%0
%17.24
%20.39

Codes

Color #7ACBA8 in popluar color models

7ACBA8
RGB122203168
HSL154°43.78%63.73%
HSB/HSV154°39.90%79.61%
CMYK39.90%0.00%17.24%
20.39%

Color #7ACBA8 in popluar number systems.

HEX7ACBA8
Decimal122203168
Binary11110101100101110101000
Octal172313250

Shades and tints

Shades of #7ACBA8

#7ACBA8
(122,203,168)
#6FB999
(111,185,153)
#64A78A
(100,167,138)
#59957B
(89,149,123)
#4E836C
(78,131,108)
#43715D
(67,113,93)
#385F4E
(56,95,78)
#2D4D3F
(45,77,63)
#223B30
(34,59,48)
#172921
(23,41,33)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #7ACBA8

#7ACBA8
(122,203,168)
#86CFAF
(134,207,175)
#92D3B6
(146,211,182)
#9ED7BD
(158,215,189)
#AADBC4
(170,219,196)
#B6DFCB
(182,223,203)
#C2E3D2
(194,227,210)
#CEE7D9
(206,231,217)
#DAEBE0
(218,235,224)
#E6EFE7
(230,239,231)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACBA8 color. Also use rgb(122,203,168) instead hex code.

Text Font Color

.myTextColor { color: #7ACBA8; }

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

This text font color is #7ACBA8.


Background Color

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

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

This div background color is #7ACBA8.


Border color

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

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

This div border color is #7ACBA8.


Opacity

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

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

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

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

This text has shadow with #7ACBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ACBA8 on black background.


Color preview on white background

This text has color #7ACBA8 on white background.



Black color preview on #7ACBA8 background

This text has black color on #7ACBA8 background.


White color preview on #7ACBA8 background

This text has white color on #7ACBA8 background.