COLOR #A7D3BA

HEX: #A7D3BA
RGB: (167,211,186)

Color info

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

RGB color model

#A7D3BA color RGB value is (167,211,186).

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

RGB channels and saturation

R 167 of 255 = 65%
G 211 of 255 = 83%
B 186 of 255 = 73%

167
211
186

R + G + B ~ 74%. #A7D3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 211 + 186 = 564 (100%)
R 167 of 564 ~ 29.61%
G 211 of 564 ~ 37.41%
B 186 of 564 ~ 32.98%

%29.61
%37.41
%32.98

CMYK color model

#A7D3BA color CMYK value is (21,0,12,17).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 17.25%
CMYK:
(21,0,12,17)
C21M0Y12K17 
(21%,0%,12%,17%)
(0.21/0.00/0.12/0.17)	

CMYK percentages

%20.85
%0
%11.85
%17.25

Codes

Color #A7D3BA in popluar color models

A7D3BA
RGB167211186
HSL146°33.33%74.12%
HSB/HSV146°20.85%82.75%
CMYK20.85%0.00%11.85%
17.25%

Color #A7D3BA in popluar number systems.

HEXA7D3BA
Decimal167211186
Binary101001111101001110111010
Octal247323272

Shades and tints

Shades of #A7D3BA

#A7D3BA
(167,211,186)
#98C0AA
(152,192,170)
#89AD9A
(137,173,154)
#7A9A8A
(122,154,138)
#6B877A
(107,135,122)
#5C746A
(92,116,106)
#4D615A
(77,97,90)
#3E4E4A
(62,78,74)
#2F3B3A
(47,59,58)
#20282A
(32,40,42)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #A7D3BA

#A7D3BA
(167,211,186)
#AFD7C0
(175,215,192)
#B7DBC6
(183,219,198)
#BFDFCC
(191,223,204)
#C7E3D2
(199,227,210)
#CFE7D8
(207,231,216)
#D7EBDE
(215,235,222)
#DFEFE4
(223,239,228)
#E7F3EA
(231,243,234)
#EFF7F0
(239,247,240)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D3BA; }

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

This text font color is #A7D3BA.


Background Color

.myBgColor { background-color: #A7D3BA; }

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

This div background color is #A7D3BA.


Border color

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

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

This div border color is #A7D3BA.


Opacity

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

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

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

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

This text has shadow with #A7D3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D3BA on black background.


Color preview on white background

This text has color #A7D3BA on white background.



Black color preview on #A7D3BA background

This text has black color on #A7D3BA background.


White color preview on #A7D3BA background

This text has white color on #A7D3BA background.