COLOR #A7DCD1

HEX: #A7DCD1 RGB: (167,220,209)

Color info

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

RGB color model

#A7DCD1 color RGB value is (167,220,209).

RGB: (167,220,209) (65%, 86%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 209 of 255 = 82%

167
220
209

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

Portions of RGB colors in percentages

R + G + B = 167 + 220 + 209 = 596 (100%)
R 167 of 596 ~ 28.02%
G 220 of 596 ~ 36.91%
B 209 of 596 ~ 35.07'%

%28.02
%36.91
%35.07

CMYK color model

#A7DCD1 color CMYK value is (24,0,5,14).

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

CMYK: (24,0,5,14)
C24M0Y5K14 (24%, 0%, 5%, 14%)
(0.24 / 0.00 / 0.05 / 0.14)

CMYK percentages

%24.09
%0
%5
%13.73

Codes

Color #A7DCD1 in popluar color models

A7 DC D1
RGB 167 220 209
HSL 168° 43.09% 75.88%
HSB/HSV 168° 24.09% 86.27%
CMYK 24.09% 0.00% 5.00%
13.73%

Color #A7DCD1 in popluar number systems.

HEX A7 DC D1
Decimal 167 220 209
Binary 10100111 11011100 11010001
Octal 247 334 321

Shades and tints

Shades of #A7DCD1

#A7DCD1
(167,220,209)
#98C8BE
(152,200,190)
#89B4AB
(137,180,171)
#7AA098
(122,160,152)
#6B8C85
(107,140,133)
#5C7872
(92,120,114)
#4D645F
(77,100,95)
#3E504C
(62,80,76)
#2F3C39
(47,60,57)
#202826
(32,40,38)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #A7DCD1

#A7DCD1
(167,220,209)
#AFDFD5
(175,223,213)
#B7E2D9
(183,226,217)
#BFE5DD
(191,229,221)
#C7E8E1
(199,232,225)
#CFEBE5
(207,235,229)
#D7EEE9
(215,238,233)
#DFF1ED
(223,241,237)
#E7F4F1
(231,244,241)
#EFF7F5
(239,247,245)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DCD1; }

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

This text font color is #A7DCD1.

Background Color

.myBgColor { background-color: #A7DCD1; }

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

This div background color is #A7DCD1.

Border color

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

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

This div border color is #A7DCD1.

Opacity

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

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

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

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

This text has shadow with #A7DCD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DCD1.

Preview

Color preview on black background

This text has color #A7DCD1 on black background.


Color preview on white background

This text has color #A7DCD1 on white background.


Black color preview on #A7DCD1 background

This text has black color on #A7DCD1 background.


White color preview on #A7DCD1 background

This text has white color on #A7DCD1 background.


Related colors

Complementary color

Complementary color for #hex is #58232E.


I love getcolorcode.com

Triadic colors

1 #D1A7DC and #DCD1A7 with #A7DCD1 are triadic colors.

2 #D1DCA7 and #DCA7D1 with #A7DCD1 are triadic colors.