COLOR #A7C7DD

HEX: #A7C7DD RGB: (167,199,221)

Color info

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

RGB color model

#A7C7DD color RGB value is (167,199,221).

RGB: (167,199,221) (65%, 78%, 87%)

RGB channels and saturation

R 167 of 255 = 65%
G 199 of 255 = 78%
B 221 of 255 = 87%

167
199
221

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

Portions of RGB colors in percentages

R + G + B = 167 + 199 + 221 = 587 (100%)
R 167 of 587 ~ 28.45%
G 199 of 587 ~ 33.9%
B 221 of 587 ~ 37.65'%

%28.45
%33.9
%37.65

CMYK color model

#A7C7DD color CMYK value is (24,10,0,13).

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

CMYK: (24,10,0,13)
C24M10Y0K13 (24%, 10%, 0%, 13%)
(0.24 / 0.10 / 0.00 / 0.13)

CMYK percentages

%24.43
%9.95
%0
%13.33

Codes

Color #A7C7DD in popluar color models

A7 C7 DD
RGB 167 199 221
HSL 204° 44.26% 76.08%
HSB/HSV 204° 24.43% 86.67%
CMYK 24.43% 9.95% 0.00%
13.33%

Color #A7C7DD in popluar number systems.

HEX A7 C7 DD
Decimal 167 199 221
Binary 10100111 11000111 11011101
Octal 247 307 335

Shades and tints

Shades of #A7C7DD

#A7C7DD
(167,199,221)
#98B5C9
(152,181,201)
#89A3B5
(137,163,181)
#7A91A1
(122,145,161)
#6B7F8D
(107,127,141)
#5C6D79
(92,109,121)
#4D5B65
(77,91,101)
#3E4951
(62,73,81)
#2F373D
(47,55,61)
#202529
(32,37,41)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #A7C7DD

#A7C7DD
(167,199,221)
#AFCCE0
(175,204,224)
#B7D1E3
(183,209,227)
#BFD6E6
(191,214,230)
#C7DBE9
(199,219,233)
#CFE0EC
(207,224,236)
#D7E5EF
(215,229,239)
#DFEAF2
(223,234,242)
#E7EFF5
(231,239,245)
#EFF4F8
(239,244,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C7DD; }

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

This text font color is #A7C7DD.

Background Color

.myBgColor { background-color: #A7C7DD; }

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

This div background color is #A7C7DD.

Border color

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

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

This div border color is #A7C7DD.

Opacity

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

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

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

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

This text has shadow with #A7C7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C7DD.

Preview

Color preview on black background

This text has color #A7C7DD on black background.


Color preview on white background

This text has color #A7C7DD on white background.


Black color preview on #A7C7DD background

This text has black color on #A7C7DD background.


White color preview on #A7C7DD background

This text has white color on #A7C7DD background.


Related colors

Complementary color

Complementary color for #hex is #583822.


I love getcolorcode.com

Triadic colors

1 #DDA7C7 and #C7DDA7 with #A7C7DD are triadic colors.

2 #DDC7A7 and #C7A7DD with #A7C7DD are triadic colors.