COLOR #A7BBB2

HEX: #A7BBB2 RGB: (167,187,178)

Color info

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

RGB color model

#A7BBB2 color RGB value is (167,187,178).

RGB: (167,187,178) (65%, 73%, 70%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 178 of 255 = 70%

167
187
178

R + G + B ~ 69%. #A7BBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 187 + 178 = 532 (100%)
R 167 of 532 ~ 31.39%
G 187 of 532 ~ 35.15%
B 178 of 532 ~ 33.46'%

%31.39
%35.15
%33.46

CMYK color model

#A7BBB2 color CMYK value is (11,0,5,27).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 4.81%
  • key color value is 26.67%

CMYK: (11,0,5,27)
C11M0Y5K27 (11%, 0%, 5%, 27%)
(0.11 / 0.00 / 0.05 / 0.27)

CMYK percentages

%10.7
%0
%4.81
%26.67

Codes

Color #A7BBB2 in popluar color models

A7 BB B2
RGB 167 187 178
HSL 153° 12.82% 69.41%
HSB/HSV 153° 10.70% 73.33%
CMYK 10.70% 0.00% 4.81%
26.67%

Color #A7BBB2 in popluar number systems.

HEX A7 BB B2
Decimal 167 187 178
Binary 10100111 10111011 10110010
Octal 247 273 262

Shades and tints

Shades of #A7BBB2

#A7BBB2
(167,187,178)
#98AAA2
(152,170,162)
#899992
(137,153,146)
#7A8882
(122,136,130)
#6B7772
(107,119,114)
#5C6662
(92,102,98)
#4D5552
(77,85,82)
#3E4442
(62,68,66)
#2F3332
(47,51,50)
#202222
(32,34,34)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A7BBB2

#A7BBB2
(167,187,178)
#AFC1B9
(175,193,185)
#B7C7C0
(183,199,192)
#BFCDC7
(191,205,199)
#C7D3CE
(199,211,206)
#CFD9D5
(207,217,213)
#D7DFDC
(215,223,220)
#DFE5E3
(223,229,227)
#E7EBEA
(231,235,234)
#EFF1F1
(239,241,241)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BBB2; }

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

This text font color is #A7BBB2.

Background Color

.myBgColor { background-color: #A7BBB2; }

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

This div background color is #A7BBB2.

Border color

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

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

This div border color is #A7BBB2.

Opacity

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

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

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

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

This text has shadow with #A7BBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BBB2.

Preview

Color preview on black background

This text has color #A7BBB2 on black background.


Color preview on white background

This text has color #A7BBB2 on white background.


Black color preview on #A7BBB2 background

This text has black color on #A7BBB2 background.


White color preview on #A7BBB2 background

This text has white color on #A7BBB2 background.


Related colors

Complementary color

Complementary color for #hex is #58444D.


I love getcolorcode.com

Triadic colors

1 #B2A7BB and #BBB2A7 with #A7BBB2 are triadic colors.

2 #B2BBA7 and #BBA7B2 with #A7BBB2 are triadic colors.