COLOR #7AB29B

HEX: #7AB29B
RGB: (122,178,155)

Color info

#7AB29B contains red, green and blue colors in about the same proportion. Web safe color of #7AB29B is #669999 (or #699).

RGB color model

#7AB29B color RGB value is (122,178,155).

  • red value is 122;
  • green value is 178;
  • blue value is 155.
RGB:
(122,178,155)
(48%,70%,61%)

RGB channels and saturation

R 122 of 255 = 48%
G 178 of 255 = 70%
B 155 of 255 = 61%

122
178
155

R + G + B ~ 60%. #7AB29B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 178 + 155 = 455 (100%)
R 122 of 455 ~ 26.81%
G 178 of 455 ~ 39.12%
B 155 of 455 ~ 34.07%

%26.81
%39.12
%34.07

CMYK color model

#7AB29B color CMYK value is (31,0,13,30).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(31,0,13,30)
C31M0Y13K30 
(31%,0%,13%,30%)
(0.31/0.00/0.13/0.30)	

CMYK percentages

%31.46
%0
%12.92
%30.2

Codes

Color #7AB29B in popluar color models

7AB29B
RGB122178155
HSL155°26.67%58.82%
HSB/HSV155°31.46%69.80%
CMYK31.46%0.00%12.92%
30.20%

Color #7AB29B in popluar number systems.

HEX7AB29B
Decimal122178155
Binary11110101011001010011011
Octal172262233

Shades and tints

Shades of #7AB29B

#7AB29B
(122,178,155)
#6FA28D
(111,162,141)
#64927F
(100,146,127)
#598271
(89,130,113)
#4E7263
(78,114,99)
#436255
(67,98,85)
#385247
(56,82,71)
#2D4239
(45,66,57)
#22322B
(34,50,43)
#17221D
(23,34,29)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #7AB29B

#7AB29B
(122,178,155)
#86B9A4
(134,185,164)
#92C0AD
(146,192,173)
#9EC7B6
(158,199,182)
#AACEBF
(170,206,191)
#B6D5C8
(182,213,200)
#C2DCD1
(194,220,209)
#CEE3DA
(206,227,218)
#DAEAE3
(218,234,227)
#E6F1EC
(230,241,236)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB29B color. Also use rgb(122,178,155) instead hex code.

Text Font Color

.myTextColor { color: #7AB29B; }

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

This text font color is #7AB29B.


Background Color

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

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

This div background color is #7AB29B.


Border color

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

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

This div border color is #7AB29B.


Opacity

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

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

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

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

This text has shadow with #7AB29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB29B on black background.


Color preview on white background

This text has color #7AB29B on white background.



Black color preview on #7AB29B background

This text has black color on #7AB29B background.


White color preview on #7AB29B background

This text has white color on #7AB29B background.