COLOR #A7BFD0

HEX: #A7BFD0
RGB: (167,191,208)

Color info

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

RGB color model

#A7BFD0 color RGB value is (167,191,208).

  • red value is 167;
  • green value is 191;
  • blue value is 208.
RGB:
(167,191,208)
(65%,75%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 208 of 255 = 82%

167
191
208

R + G + B ~ 74%. #A7BFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 191 + 208 = 566 (100%)
R 167 of 566 ~ 29.51%
G 191 of 566 ~ 33.75%
B 208 of 566 ~ 36.75%

%29.51
%33.75
%36.75

CMYK color model

#A7BFD0 color CMYK value is (20,8,0,18).

  • cyan value is 19.71%
  • magenta value is 8.17%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(20,8,0,18)
C20M8Y0K18 
(20%,8%,0%,18%)
(0.20/0.08/0.00/0.18)	

CMYK percentages

%19.71
%8.17
%0
%18.43

Codes

Color #A7BFD0 in popluar color models

A7BFD0
RGB167191208
HSL205°30.37%73.53%
HSB/HSV205°19.71%81.57%
CMYK19.71%8.17%0.00%
18.43%

Color #A7BFD0 in popluar number systems.

HEXA7BFD0
Decimal167191208
Binary101001111011111111010000
Octal247277320

Shades and tints

Shades of #A7BFD0

#A7BFD0
(167,191,208)
#98AEBE
(152,174,190)
#899DAC
(137,157,172)
#7A8C9A
(122,140,154)
#6B7B88
(107,123,136)
#5C6A76
(92,106,118)
#4D5964
(77,89,100)
#3E4852
(62,72,82)
#2F3740
(47,55,64)
#20262E
(32,38,46)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #A7BFD0

#A7BFD0
(167,191,208)
#AFC4D4
(175,196,212)
#B7C9D8
(183,201,216)
#BFCEDC
(191,206,220)
#C7D3E0
(199,211,224)
#CFD8E4
(207,216,228)
#D7DDE8
(215,221,232)
#DFE2EC
(223,226,236)
#E7E7F0
(231,231,240)
#EFECF4
(239,236,244)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BFD0 color. Also use rgb(167,191,208) instead hex code.

Text Font Color

.myTextColor { color: #A7BFD0; }

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

This text font color is #A7BFD0.


Background Color

.myBgColor { background-color: #A7BFD0; }

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

This div background color is #A7BFD0.


Border color

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

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

This div border color is #A7BFD0.


Opacity

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

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

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

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

This text has shadow with #A7BFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BFD0 on black background.


Color preview on white background

This text has color #A7BFD0 on white background.



Black color preview on #A7BFD0 background

This text has black color on #A7BFD0 background.


White color preview on #A7BFD0 background

This text has white color on #A7BFD0 background.