COLOR #A7D3BB

HEX: #A7D3BB
RGB: (167,211,187)

Color info

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

RGB color model

#A7D3BB color RGB value is (167,211,187).

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

RGB channels and saturation

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

167
211
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 211 + 187 = 565 (100%)
R 167 of 565 ~ 29.56%
G 211 of 565 ~ 37.35%
B 187 of 565 ~ 33.1%

%29.56
%37.35
%33.1

CMYK color model

#A7D3BB color CMYK value is (21,0,11,17).

  • cyan value is 20.85%
  • magenta value is 0.00%
  • yellow value is 11.37%
  • key color value is 17.25%
CMYK:
(21,0,11,17)
C21M0Y11K17 
(21%,0%,11%,17%)
(0.21/0.00/0.11/0.17)	

CMYK percentages

%20.85
%0
%11.37
%17.25

Codes

Color #A7D3BB in popluar color models

A7D3BB
RGB167211187
HSL147°33.33%74.12%
HSB/HSV147°20.85%82.75%
CMYK20.85%0.00%11.37%
17.25%

Color #A7D3BB in popluar number systems.

HEXA7D3BB
Decimal167211187
Binary101001111101001110111011
Octal247323273

Shades and tints

Shades of #A7D3BB

#A7D3BB
(167,211,187)
#98C0AA
(152,192,170)
#89AD99
(137,173,153)
#7A9A88
(122,154,136)
#6B8777
(107,135,119)
#5C7466
(92,116,102)
#4D6155
(77,97,85)
#3E4E44
(62,78,68)
#2F3B33
(47,59,51)
#202822
(32,40,34)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7D3BB

#A7D3BB
(167,211,187)
#AFD7C1
(175,215,193)
#B7DBC7
(183,219,199)
#BFDFCD
(191,223,205)
#C7E3D3
(199,227,211)
#CFE7D9
(207,231,217)
#D7EBDF
(215,235,223)
#DFEFE5
(223,239,229)
#E7F3EB
(231,243,235)
#EFF7F1
(239,247,241)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D3BB; }

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

This text font color is #A7D3BB.


Background Color

.myBgColor { background-color: #A7D3BB; }

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

This div background color is #A7D3BB.


Border color

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

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

This div border color is #A7D3BB.


Opacity

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

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

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

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

This text has shadow with #A7D3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D3BB on black background.


Color preview on white background

This text has color #A7D3BB on white background.



Black color preview on #A7D3BB background

This text has black color on #A7D3BB background.


White color preview on #A7D3BB background

This text has white color on #A7D3BB background.