COLOR #A7D3B3

HEX: #A7D3B3
RGB: (167,211,179)

Color info

#A7D3B3 contains red, green and blue colors in about the same proportion. Web safe color of #A7D3B3 is #99CC99 (or #9C9).

RGB color model

#A7D3B3 color RGB value is (167,211,179).

  • red value is 167;
  • green value is 211;
  • blue value is 179.
RGB:
(167,211,179)
(65%,83%,70%)

RGB channels and saturation

R 167 of 255 = 65%
G 211 of 255 = 83%
B 179 of 255 = 70%

167
211
179

R + G + B ~ 73%. #A7D3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 211 + 179 = 557 (100%)
R 167 of 557 ~ 29.98%
G 211 of 557 ~ 37.88%
B 179 of 557 ~ 32.14%

%29.98
%37.88
%32.14

CMYK color model

#A7D3B3 color CMYK value is (21,0,15,17).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 17.25%
CMYK:
(21,0,15,17)
C21M0Y15K17 
(21%,0%,15%,17%)
(0.21/0.00/0.15/0.17)	

CMYK percentages

%20.85
%0
%15.17
%17.25

Codes

Color #A7D3B3 in popluar color models

A7D3B3
RGB167211179
HSL136°33.33%74.12%
HSB/HSV136°20.85%82.75%
CMYK20.85%0.00%15.17%
17.25%

Color #A7D3B3 in popluar number systems.

HEXA7D3B3
Decimal167211179
Binary101001111101001110110011
Octal247323263

Shades and tints

Shades of #A7D3B3

#A7D3B3
(167,211,179)
#98C0A3
(152,192,163)
#89AD93
(137,173,147)
#7A9A83
(122,154,131)
#6B8773
(107,135,115)
#5C7463
(92,116,99)
#4D6153
(77,97,83)
#3E4E43
(62,78,67)
#2F3B33
(47,59,51)
#202823
(32,40,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7D3B3

#A7D3B3
(167,211,179)
#AFD7B9
(175,215,185)
#B7DBBF
(183,219,191)
#BFDFC5
(191,223,197)
#C7E3CB
(199,227,203)
#CFE7D1
(207,231,209)
#D7EBD7
(215,235,215)
#DFEFDD
(223,239,221)
#E7F3E3
(231,243,227)
#EFF7E9
(239,247,233)
#F7FBEF
(247,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D3B3 color. Also use rgb(167,211,179) instead hex code.

Text Font Color

.myTextColor { color: #A7D3B3; }

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

This text font color is #A7D3B3.


Background Color

.myBgColor { background-color: #A7D3B3; }

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

This div background color is #A7D3B3.


Border color

.myBorderColor { border: 1px solid #A7D3B3; }

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

This div border color is #A7D3B3.


Opacity

.myOpacity80 { color: #A7D3B3; opacity: 0.8; }

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

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

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

This text has shadow with #A7D3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D3B3 on black background.


Color preview on white background

This text has color #A7D3B3 on white background.



Black color preview on #A7D3B3 background

This text has black color on #A7D3B3 background.


White color preview on #A7D3B3 background

This text has white color on #A7D3B3 background.