COLOR #A7D2B2

HEX: #A7D2B2 RGB: (167,210,178)

Color info

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

RGB color model

#A7D2B2 color RGB value is (167,210,178).

RGB: (167,210,178) (65%, 82%, 70%)

RGB channels and saturation

R 167 of 255 = 65%
G 210 of 255 = 82%
B 178 of 255 = 70%

167
210
178

R + G + B ~ 72%. #A7D2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 210 + 178 = 555 (100%)
R 167 of 555 ~ 30.09%
G 210 of 555 ~ 37.84%
B 178 of 555 ~ 32.07'%

%30.09
%37.84
%32.07

CMYK color model

#A7D2B2 color CMYK value is (20,0,15,18).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 17.65%

CMYK: (20,0,15,18)
C20M0Y15K18 (20%, 0%, 15%, 18%)
(0.20 / 0.00 / 0.15 / 0.18)

CMYK percentages

%20.48
%0
%15.24
%17.65

Codes

Color #A7D2B2 in popluar color models

A7 D2 B2
RGB 167 210 178
HSL 135° 32.33% 73.92%
HSB/HSV 135° 20.48% 82.35%
CMYK 20.48% 0.00% 15.24%
17.65%

Color #A7D2B2 in popluar number systems.

HEX A7 D2 B2
Decimal 167 210 178
Binary 10100111 11010010 10110010
Octal 247 322 262

Shades and tints

Shades of #A7D2B2

#A7D2B2
(167,210,178)
#98BFA2
(152,191,162)
#89AC92
(137,172,146)
#7A9982
(122,153,130)
#6B8672
(107,134,114)
#5C7362
(92,115,98)
#4D6052
(77,96,82)
#3E4D42
(62,77,66)
#2F3A32
(47,58,50)
#202722
(32,39,34)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A7D2B2

#A7D2B2
(167,210,178)
#AFD6B9
(175,214,185)
#B7DAC0
(183,218,192)
#BFDEC7
(191,222,199)
#C7E2CE
(199,226,206)
#CFE6D5
(207,230,213)
#D7EADC
(215,234,220)
#DFEEE3
(223,238,227)
#E7F2EA
(231,242,234)
#EFF6F1
(239,246,241)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D2B2 color. Also use rgb(167,210,178) instead hex code.

Text Font Color

.myTextColor { color: #A7D2B2; }

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

This text font color is #A7D2B2.

Background Color

.myBgColor { background-color: #A7D2B2; }

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

This div background color is #A7D2B2.

Border color

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

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

This div border color is #A7D2B2.

Opacity

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

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

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

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

This text has shadow with #A7D2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D2B2.

Preview

Color preview on black background

This text has color #A7D2B2 on black background.


Color preview on white background

This text has color #A7D2B2 on white background.


Black color preview on #A7D2B2 background

This text has black color on #A7D2B2 background.


White color preview on #A7D2B2 background

This text has white color on #A7D2B2 background.


Related colors

Complementary color

Complementary color for #hex is #582D4D.


I love getcolorcode.com

Triadic colors

1 #B2A7D2 and #D2B2A7 with #A7D2B2 are triadic colors.

2 #B2D2A7 and #D2A7B2 with #A7D2B2 are triadic colors.