COLOR #A7CDCC

HEX: #A7CDCC RGB: (167,205,204)

Color info

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

RGB color model

#A7CDCC color RGB value is (167,205,204).

RGB: (167,205,204) (65%, 80%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 205 of 255 = 80%
B 204 of 255 = 80%

167
205
204

R + G + B ~ 75%. #A7CDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 205 + 204 = 576 (100%)
R 167 of 576 ~ 28.99%
G 205 of 576 ~ 35.59%
B 204 of 576 ~ 35.42'%

%28.99
%35.59
%35.42

CMYK color model

#A7CDCC color CMYK value is (19,0,0,20).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 19.61%

CMYK: (19,0,0,20)
C19M0Y0K20 (19%, 0%, 0%, 20%)
(0.19 / 0.00 / 0.00 / 0.20)

CMYK percentages

%18.54
%0
%0.49
%19.61

Codes

Color #A7CDCC in popluar color models

A7 CD CC
RGB 167 205 204
HSL 178° 27.54% 72.94%
HSB/HSV 178° 18.54% 80.39%
CMYK 18.54% 0.00% 0.49%
19.61%

Color #A7CDCC in popluar number systems.

HEX A7 CD CC
Decimal 167 205 204
Binary 10100111 11001101 11001100
Octal 247 315 314

Shades and tints

Shades of #A7CDCC

#A7CDCC
(167,205,204)
#98BBBA
(152,187,186)
#89A9A8
(137,169,168)
#7A9796
(122,151,150)
#6B8584
(107,133,132)
#5C7372
(92,115,114)
#4D6160
(77,97,96)
#3E4F4E
(62,79,78)
#2F3D3C
(47,61,60)
#202B2A
(32,43,42)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #A7CDCC

#A7CDCC
(167,205,204)
#AFD1D0
(175,209,208)
#B7D5D4
(183,213,212)
#BFD9D8
(191,217,216)
#C7DDDC
(199,221,220)
#CFE1E0
(207,225,224)
#D7E5E4
(215,229,228)
#DFE9E8
(223,233,232)
#E7EDEC
(231,237,236)
#EFF1F0
(239,241,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDCC; }

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

This text font color is #A7CDCC.

Background Color

.myBgColor { background-color: #A7CDCC; }

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

This div background color is #A7CDCC.

Border color

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

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

This div border color is #A7CDCC.

Opacity

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

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

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

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

This text has shadow with #A7CDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CDCC.

Preview

Color preview on black background

This text has color #A7CDCC on black background.


Color preview on white background

This text has color #A7CDCC on white background.


Black color preview on #A7CDCC background

This text has black color on #A7CDCC background.


White color preview on #A7CDCC background

This text has white color on #A7CDCC background.


Related colors

Complementary color

Complementary color for #hex is #583233.


I love getcolorcode.com

Triadic colors

1 #CCA7CD and #CDCCA7 with #A7CDCC are triadic colors.

2 #CCCDA7 and #CDA7CC with #A7CDCC are triadic colors.