COLOR #A7C8DB

HEX: #A7C8DB RGB: (167,200,219)

Color info

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

RGB color model

#A7C8DB color RGB value is (167,200,219).

RGB: (167,200,219) (65%, 78%, 86%)

RGB channels and saturation

R 167 of 255 = 65%
G 200 of 255 = 78%
B 219 of 255 = 86%

167
200
219

R + G + B ~ 76%. #A7C8DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 200 + 219 = 586 (100%)
R 167 of 586 ~ 28.5%
G 200 of 586 ~ 34.13%
B 219 of 586 ~ 37.37'%

%28.5
%34.13
%37.37

CMYK color model

#A7C8DB color CMYK value is (24,9,0,14).

  • cyan value is 23.74%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (24,9,0,14)
C24M9Y0K14 (24%, 9%, 0%, 14%)
(0.24 / 0.09 / 0.00 / 0.14)

CMYK percentages

%23.74
%8.68
%0
%14.12

Codes

Color #A7C8DB in popluar color models

A7 C8 DB
RGB 167 200 219
HSL 202° 41.94% 75.69%
HSB/HSV 202° 23.74% 85.88%
CMYK 23.74% 8.68% 0.00%
14.12%

Color #A7C8DB in popluar number systems.

HEX A7 C8 DB
Decimal 167 200 219
Binary 10100111 11001000 11011011
Octal 247 310 333

Shades and tints

Shades of #A7C8DB

#A7C8DB
(167,200,219)
#98B6C8
(152,182,200)
#89A4B5
(137,164,181)
#7A92A2
(122,146,162)
#6B808F
(107,128,143)
#5C6E7C
(92,110,124)
#4D5C69
(77,92,105)
#3E4A56
(62,74,86)
#2F3843
(47,56,67)
#202630
(32,38,48)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #A7C8DB

#A7C8DB
(167,200,219)
#AFCDDE
(175,205,222)
#B7D2E1
(183,210,225)
#BFD7E4
(191,215,228)
#C7DCE7
(199,220,231)
#CFE1EA
(207,225,234)
#D7E6ED
(215,230,237)
#DFEBF0
(223,235,240)
#E7F0F3
(231,240,243)
#EFF5F6
(239,245,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C8DB color. Also use rgb(167,200,219) instead hex code.

Text Font Color

.myTextColor { color: #A7C8DB; }

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

This text font color is #A7C8DB.

Background Color

.myBgColor { background-color: #A7C8DB; }

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

This div background color is #A7C8DB.

Border color

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

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

This div border color is #A7C8DB.

Opacity

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

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

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

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

This text has shadow with #A7C8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C8DB.

Preview

Color preview on black background

This text has color #A7C8DB on black background.


Color preview on white background

This text has color #A7C8DB on white background.


Black color preview on #A7C8DB background

This text has black color on #A7C8DB background.


White color preview on #A7C8DB background

This text has white color on #A7C8DB background.


Related colors

Complementary color

Complementary color for #hex is #583724.


I love getcolorcode.com

Triadic colors

1 #DBA7C8 and #C8DBA7 with #A7C8DB are triadic colors.

2 #DBC8A7 and #C8A7DB with #A7C8DB are triadic colors.