COLOR #A7D5D1

HEX: #A7D5D1 RGB: (167,213,209)

Color info

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

RGB color model

#A7D5D1 color RGB value is (167,213,209).

RGB: (167,213,209) (65%, 84%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 213 of 255 = 84%
B 209 of 255 = 82%

167
213
209

R + G + B ~ 77%. #A7D5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 213 + 209 = 589 (100%)
R 167 of 589 ~ 28.35%
G 213 of 589 ~ 36.16%
B 209 of 589 ~ 35.48'%

%28.35
%36.16
%35.48

CMYK color model

#A7D5D1 color CMYK value is (22,0,2,16).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 1.88%
  • key color value is 16.47%
CMYK: (22,0,2,16) C22M0Y2K16 (22%,0%,2%,16%) (0.22/0.00/0.02/0.16) 

CMYK percentages

%21.6
%0
%1.88
%16.47

Codes

Color #A7D5D1 in popluar color models

A7 D5 D1
RGB 167 213 209
HSL 175° 35.38% 74.51%
HSB/HSV 175° 21.60% 83.53%
CMYK 21.60% 0.00% 1.88%
16.47%

Color #A7D5D1 in popluar number systems.

HEX A7 D5 D1
Decimal 167 213 209
Binary 10100111 11010101 11010001
Octal 247 325 321

Shades and tints

Shades of #A7D5D1

#A7D5D1
(167,213,209)
#98C2BE
(152,194,190)
#89AFAB
(137,175,171)
#7A9C98
(122,156,152)
#6B8985
(107,137,133)
#5C7672
(92,118,114)
#4D635F
(77,99,95)
#3E504C
(62,80,76)
#2F3D39
(47,61,57)
#202A26
(32,42,38)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #A7D5D1

#A7D5D1
(167,213,209)
#AFD8D5
(175,216,213)
#B7DBD9
(183,219,217)
#BFDEDD
(191,222,221)
#C7E1E1
(199,225,225)
#CFE4E5
(207,228,229)
#D7E7E9
(215,231,233)
#DFEAED
(223,234,237)
#E7EDF1
(231,237,241)
#EFF0F5
(239,240,245)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D5D1 color. Also use rgb(167,213,209) instead hex code.

Text Font Color

.myTextColor { color: #A7D5D1; }

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

This text font color is #A7D5D1.

Background Color

.myBgColor { background-color: #A7D5D1; }

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

This div background color is #A7D5D1.

Border color

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

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

This div border color is #A7D5D1.

Opacity

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

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

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

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

This text has shadow with #A7D5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D5D1.

Preview

Color preview on black background

This text has color #A7D5D1 on black background.


Color preview on white background

This text has color #A7D5D1 on white background.


Black color preview on #A7D5D1 background

This text has black color on #A7D5D1 background.


White color preview on #A7D5D1 background

This text has white color on #A7D5D1 background.


Related colors

Complementary color

Complementary color for #hex is #582A2E.


I love getcolorcode.com

Triadic colors

1 #D1A7D5 and #D5D1A7 with #A7D5D1 are triadic colors.

2 #D1D5A7 and #D5A7D1 with #A7D5D1 are triadic colors.