COLOR #A7BBCA

HEX: #A7BBCA RGB: (167,187,202)

Color info

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

RGB color model

#A7BBCA color RGB value is (167,187,202).

RGB: (167,187,202) (65%, 73%, 79%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 202 of 255 = 79%

167
187
202

R + G + B ~ 72%. #A7BBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 187 + 202 = 556 (100%)
R 167 of 556 ~ 30.04%
G 187 of 556 ~ 33.63%
B 202 of 556 ~ 36.33'%

%30.04
%33.63
%36.33

CMYK color model

#A7BBCA color CMYK value is (17,7,0,21).

  • cyan value is 17.33%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (17,7,0,21)
C17M7Y0K21 (17%, 7%, 0%, 21%)
(0.17 / 0.07 / 0.00 / 0.21)

CMYK percentages

%17.33
%7.43
%0
%20.78

Codes

Color #A7BBCA in popluar color models

A7 BB CA
RGB 167 187 202
HSL 206° 24.82% 72.35%
HSB/HSV 206° 17.33% 79.22%
CMYK 17.33% 7.43% 0.00%
20.78%

Color #A7BBCA in popluar number systems.

HEX A7 BB CA
Decimal 167 187 202
Binary 10100111 10111011 11001010
Octal 247 273 312

Shades and tints

Shades of #A7BBCA

#A7BBCA
(167,187,202)
#98AAB8
(152,170,184)
#8999A6
(137,153,166)
#7A8894
(122,136,148)
#6B7782
(107,119,130)
#5C6670
(92,102,112)
#4D555E
(77,85,94)
#3E444C
(62,68,76)
#2F333A
(47,51,58)
#202228
(32,34,40)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A7BBCA

#A7BBCA
(167,187,202)
#AFC1CE
(175,193,206)
#B7C7D2
(183,199,210)
#BFCDD6
(191,205,214)
#C7D3DA
(199,211,218)
#CFD9DE
(207,217,222)
#D7DFE2
(215,223,226)
#DFE5E6
(223,229,230)
#E7EBEA
(231,235,234)
#EFF1EE
(239,241,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BBCA; }

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

This text font color is #A7BBCA.

Background Color

.myBgColor { background-color: #A7BBCA; }

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

This div background color is #A7BBCA.

Border color

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

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

This div border color is #A7BBCA.

Opacity

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

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

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

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

This text has shadow with #A7BBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BBCA.

Preview

Color preview on black background

This text has color #A7BBCA on black background.


Color preview on white background

This text has color #A7BBCA on white background.


Black color preview on #A7BBCA background

This text has black color on #A7BBCA background.


White color preview on #A7BBCA background

This text has white color on #A7BBCA background.


Related colors

Complementary color

Complementary color for #hex is #584435.


I love getcolorcode.com

Triadic colors

1 #CAA7BB and #BBCAA7 with #A7BBCA are triadic colors.

2 #CABBA7 and #BBA7CA with #A7BBCA are triadic colors.