COLOR #A7DCD0

HEX: #A7DCD0 RGB: (167,220,208)

Color info

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

RGB color model

#A7DCD0 color RGB value is (167,220,208).

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

RGB channels and saturation

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

167
220
208

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

Portions of RGB colors in percentages

R + G + B = 167 + 220 + 208 = 595 (100%)
R 167 of 595 ~ 28.07%
G 220 of 595 ~ 36.97%
B 208 of 595 ~ 34.96'%

%28.07
%36.97
%34.96

CMYK color model

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

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • 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.45
%13.73

Codes

Color #A7DCD0 in popluar color models

A7 DC D0
RGB 167 220 208
HSL 166° 43.09% 75.88%
HSB/HSV 166° 24.09% 86.27%
CMYK 24.09% 0.00% 5.45%
13.73%

Color #A7DCD0 in popluar number systems.

HEX A7 DC D0
Decimal 167 220 208
Binary 10100111 11011100 11010000
Octal 247 334 320

Shades and tints

Shades of #A7DCD0

#A7DCD0
(167,220,208)
#98C8BE
(152,200,190)
#89B4AC
(137,180,172)
#7AA09A
(122,160,154)
#6B8C88
(107,140,136)
#5C7876
(92,120,118)
#4D6464
(77,100,100)
#3E5052
(62,80,82)
#2F3C40
(47,60,64)
#20282E
(32,40,46)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #A7DCD0

#A7DCD0
(167,220,208)
#AFDFD4
(175,223,212)
#B7E2D8
(183,226,216)
#BFE5DC
(191,229,220)
#C7E8E0
(199,232,224)
#CFEBE4
(207,235,228)
#D7EEE8
(215,238,232)
#DFF1EC
(223,241,236)
#E7F4F0
(231,244,240)
#EFF7F4
(239,247,244)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DCD0; }

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

This text font color is #A7DCD0.

Background Color

.myBgColor { background-color: #A7DCD0; }

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

This div background color is #A7DCD0.

Border color

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

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

This div border color is #A7DCD0.

Opacity

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

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

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

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

This text has shadow with #A7DCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DCD0.

Preview

Color preview on black background

This text has color #A7DCD0 on black background.


Color preview on white background

This text has color #A7DCD0 on white background.


Black color preview on #A7DCD0 background

This text has black color on #A7DCD0 background.


White color preview on #A7DCD0 background

This text has white color on #A7DCD0 background.


Related colors

Complementary color

Complementary color for #hex is #58232F.


I love getcolorcode.com

Triadic colors

1 #D0A7DC and #DCD0A7 with #A7DCD0 are triadic colors.

2 #D0DCA7 and #DCA7D0 with #A7DCD0 are triadic colors.