COLOR #A7BBCD

HEX: #A7BBCD RGB: (167,187,205)

Color info

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

RGB color model

#A7BBCD color RGB value is (167,187,205).

RGB: (167,187,205) (65%, 73%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 205 of 255 = 80%

167
187
205

R + G + B ~ 73%. #A7BBCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 187 + 205 = 559 (100%)
R 167 of 559 ~ 29.87%
G 187 of 559 ~ 33.45%
B 205 of 559 ~ 36.67'%

%29.87
%33.45
%36.67

CMYK color model

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

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

CMYK: (19,9,0,20)
C19M9Y0K20 (19%, 9%, 0%, 20%)
(0.19 / 0.09 / 0.00 / 0.20)

CMYK percentages

%18.54
%8.78
%0
%19.61

Codes

Color #A7BBCD in popluar color models

A7 BB CD
RGB 167 187 205
HSL 208° 27.54% 72.94%
HSB/HSV 208° 18.54% 80.39%
CMYK 18.54% 8.78% 0.00%
19.61%

Color #A7BBCD in popluar number systems.

HEX A7 BB CD
Decimal 167 187 205
Binary 10100111 10111011 11001101
Octal 247 273 315

Shades and tints

Shades of #A7BBCD

#A7BBCD
(167,187,205)
#98AABB
(152,170,187)
#8999A9
(137,153,169)
#7A8897
(122,136,151)
#6B7785
(107,119,133)
#5C6673
(92,102,115)
#4D5561
(77,85,97)
#3E444F
(62,68,79)
#2F333D
(47,51,61)
#20222B
(32,34,43)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #A7BBCD

#A7BBCD
(167,187,205)
#AFC1D1
(175,193,209)
#B7C7D5
(183,199,213)
#BFCDD9
(191,205,217)
#C7D3DD
(199,211,221)
#CFD9E1
(207,217,225)
#D7DFE5
(215,223,229)
#DFE5E9
(223,229,233)
#E7EBED
(231,235,237)
#EFF1F1
(239,241,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BBCD; }

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

This text font color is #A7BBCD.

Background Color

.myBgColor { background-color: #A7BBCD; }

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

This div background color is #A7BBCD.

Border color

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

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

This div border color is #A7BBCD.

Opacity

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

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

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

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

This text has shadow with #A7BBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BBCD.

Preview

Color preview on black background

This text has color #A7BBCD on black background.


Color preview on white background

This text has color #A7BBCD on white background.


Black color preview on #A7BBCD background

This text has black color on #A7BBCD background.


White color preview on #A7BBCD background

This text has white color on #A7BBCD background.


Related colors

Complementary color

Complementary color for #hex is #584432.


I love getcolorcode.com

Triadic colors

1 #CDA7BB and #BBCDA7 with #A7BBCD are triadic colors.

2 #CDBBA7 and #BBA7CD with #A7BBCD are triadic colors.