COLOR #A7DCD5

HEX: #A7DCD5 RGB: (167,220,213)

Color info

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

RGB color model

#A7DCD5 color RGB value is (167,220,213).

RGB: (167,220,213) (65%, 86%, 84%)

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 213 of 255 = 84%

167
220
213

R + G + B ~ 78%. #A7DCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 220 + 213 = 600 (100%)
R 167 of 600 ~ 27.83%
G 220 of 600 ~ 36.67%
B 213 of 600 ~ 35.5'%

%27.83
%36.67
%35.5

CMYK color model

#A7DCD5 color CMYK value is (24,0,3,14).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 13.73%

CMYK: (24,0,3,14)
C24M0Y3K14 (24%, 0%, 3%, 14%)
(0.24 / 0.00 / 0.03 / 0.14)

CMYK percentages

%24.09
%0
%3.18
%13.73

Codes

Color #A7DCD5 in popluar color models

A7 DC D5
RGB 167 220 213
HSL 172° 43.09% 75.88%
HSB/HSV 172° 24.09% 86.27%
CMYK 24.09% 0.00% 3.18%
13.73%

Color #A7DCD5 in popluar number systems.

HEX A7 DC D5
Decimal 167 220 213
Binary 10100111 11011100 11010101
Octal 247 334 325

Shades and tints

Shades of #A7DCD5

#A7DCD5
(167,220,213)
#98C8C2
(152,200,194)
#89B4AF
(137,180,175)
#7AA09C
(122,160,156)
#6B8C89
(107,140,137)
#5C7876
(92,120,118)
#4D6463
(77,100,99)
#3E5050
(62,80,80)
#2F3C3D
(47,60,61)
#20282A
(32,40,42)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7DCD5

#A7DCD5
(167,220,213)
#AFDFD8
(175,223,216)
#B7E2DB
(183,226,219)
#BFE5DE
(191,229,222)
#C7E8E1
(199,232,225)
#CFEBE4
(207,235,228)
#D7EEE7
(215,238,231)
#DFF1EA
(223,241,234)
#E7F4ED
(231,244,237)
#EFF7F0
(239,247,240)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DCD5; }

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

This text font color is #A7DCD5.

Background Color

.myBgColor { background-color: #A7DCD5; }

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

This div background color is #A7DCD5.

Border color

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

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

This div border color is #A7DCD5.

Opacity

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

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

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

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

This text has shadow with #A7DCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DCD5.

Preview

Color preview on black background

This text has color #A7DCD5 on black background.


Color preview on white background

This text has color #A7DCD5 on white background.


Black color preview on #A7DCD5 background

This text has black color on #A7DCD5 background.


White color preview on #A7DCD5 background

This text has white color on #A7DCD5 background.


Related colors

Complementary color

Complementary color for #hex is #58232A.


I love getcolorcode.com

Triadic colors

1 #D5A7DC and #DCD5A7 with #A7DCD5 are triadic colors.

2 #D5DCA7 and #DCA7D5 with #A7DCD5 are triadic colors.