COLOR #A7D1CD

HEX: #A7D1CD RGB: (167,209,205)

Color info

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

RGB color model

#A7D1CD color RGB value is (167,209,205).

RGB: (167,209,205) (65%, 82%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 209 of 255 = 82%
B 205 of 255 = 80%

167
209
205

R + G + B ~ 76%. #A7D1CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 209 + 205 = 581 (100%)
R 167 of 581 ~ 28.74%
G 209 of 581 ~ 35.97%
B 205 of 581 ~ 35.28'%

%28.74
%35.97
%35.28

CMYK color model

#A7D1CD color CMYK value is (20,0,2,18).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 18.04%

CMYK: (20,0,2,18)
C20M0Y2K18 (20%, 0%, 2%, 18%)
(0.20 / 0.00 / 0.02 / 0.18)

CMYK percentages

%20.1
%0
%1.91
%18.04

Codes

Color #A7D1CD in popluar color models

A7 D1 CD
RGB 167 209 205
HSL 174° 31.34% 73.73%
HSB/HSV 174° 20.10% 81.96%
CMYK 20.10% 0.00% 1.91%
18.04%

Color #A7D1CD in popluar number systems.

HEX A7 D1 CD
Decimal 167 209 205
Binary 10100111 11010001 11001101
Octal 247 321 315

Shades and tints

Shades of #A7D1CD

#A7D1CD
(167,209,205)
#98BEBB
(152,190,187)
#89ABA9
(137,171,169)
#7A9897
(122,152,151)
#6B8585
(107,133,133)
#5C7273
(92,114,115)
#4D5F61
(77,95,97)
#3E4C4F
(62,76,79)
#2F393D
(47,57,61)
#20262B
(32,38,43)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #A7D1CD

#A7D1CD
(167,209,205)
#AFD5D1
(175,213,209)
#B7D9D5
(183,217,213)
#BFDDD9
(191,221,217)
#C7E1DD
(199,225,221)
#CFE5E1
(207,229,225)
#D7E9E5
(215,233,229)
#DFEDE9
(223,237,233)
#E7F1ED
(231,241,237)
#EFF5F1
(239,245,241)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D1CD; }

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

This text font color is #A7D1CD.

Background Color

.myBgColor { background-color: #A7D1CD; }

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

This div background color is #A7D1CD.

Border color

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

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

This div border color is #A7D1CD.

Opacity

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

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

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

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

This text has shadow with #A7D1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D1CD.

Preview

Color preview on black background

This text has color #A7D1CD on black background.


Color preview on white background

This text has color #A7D1CD on white background.


Black color preview on #A7D1CD background

This text has black color on #A7D1CD background.


White color preview on #A7D1CD background

This text has white color on #A7D1CD background.


Related colors

Complementary color

Complementary color for #hex is #582E32.


I love getcolorcode.com

Triadic colors

1 #CDA7D1 and #D1CDA7 with #A7D1CD are triadic colors.

2 #CDD1A7 and #D1A7CD with #A7D1CD are triadic colors.