COLOR #A7DDCC

HEX: #A7DDCC RGB: (167,221,204)

Color info

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

RGB color model

#A7DDCC color RGB value is (167,221,204).

RGB: (167,221,204) (65%, 87%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 221 of 255 = 87%
B 204 of 255 = 80%

167
221
204

R + G + B ~ 77%. #A7DDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 221 + 204 = 592 (100%)
R 167 of 592 ~ 28.21%
G 221 of 592 ~ 37.33%
B 204 of 592 ~ 34.46'%

%28.21
%37.33
%34.46

CMYK color model

#A7DDCC color CMYK value is (24,0,8,13).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 13.33%

CMYK: (24,0,8,13)
C24M0Y8K13 (24%, 0%, 8%, 13%)
(0.24 / 0.00 / 0.08 / 0.13)

CMYK percentages

%24.43
%0
%7.69
%13.33

Codes

Color #A7DDCC in popluar color models

A7 DD CC
RGB 167 221 204
HSL 161° 44.26% 76.08%
HSB/HSV 161° 24.43% 86.67%
CMYK 24.43% 0.00% 7.69%
13.33%

Color #A7DDCC in popluar number systems.

HEX A7 DD CC
Decimal 167 221 204
Binary 10100111 11011101 11001100
Octal 247 335 314

Shades and tints

Shades of #A7DDCC

#A7DDCC
(167,221,204)
#98C9BA
(152,201,186)
#89B5A8
(137,181,168)
#7AA196
(122,161,150)
#6B8D84
(107,141,132)
#5C7972
(92,121,114)
#4D6560
(77,101,96)
#3E514E
(62,81,78)
#2F3D3C
(47,61,60)
#20292A
(32,41,42)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #A7DDCC

#A7DDCC
(167,221,204)
#AFE0D0
(175,224,208)
#B7E3D4
(183,227,212)
#BFE6D8
(191,230,216)
#C7E9DC
(199,233,220)
#CFECE0
(207,236,224)
#D7EFE4
(215,239,228)
#DFF2E8
(223,242,232)
#E7F5EC
(231,245,236)
#EFF8F0
(239,248,240)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DDCC; }

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

This text font color is #A7DDCC.

Background Color

.myBgColor { background-color: #A7DDCC; }

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

This div background color is #A7DDCC.

Border color

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

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

This div border color is #A7DDCC.

Opacity

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

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

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

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

This text has shadow with #A7DDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DDCC.

Preview

Color preview on black background

This text has color #A7DDCC on black background.


Color preview on white background

This text has color #A7DDCC on white background.


Black color preview on #A7DDCC background

This text has black color on #A7DDCC background.


White color preview on #A7DDCC background

This text has white color on #A7DDCC background.


Related colors

Complementary color

Complementary color for #hex is #582233.


I love getcolorcode.com

Triadic colors

1 #CCA7DD and #DDCCA7 with #A7DDCC are triadic colors.

2 #CCDDA7 and #DDA7CC with #A7DDCC are triadic colors.