COLOR #A7BFD3

HEX: #A7BFD3
RGB: (167,191,211)

Color info

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

RGB color model

#A7BFD3 color RGB value is (167,191,211).

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

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 211 of 255 = 83%

167
191
211

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

Portions of RGB colors in percentages

R + G + B =
167 + 191 + 211 = 569 (100%)
R 167 of 569 ~ 29.35%
G 191 of 569 ~ 33.57%
B 211 of 569 ~ 37.08%

%29.35
%33.57
%37.08

CMYK color model

#A7BFD3 color CMYK value is (21,9,0,17).

  • cyan value is 20.85%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(21,9,0,17)
C21M9Y0K17 
(21%,9%,0%,17%)
(0.21/0.09/0.00/0.17)	

CMYK percentages

%20.85
%9.48
%0
%17.25

Codes

Color #A7BFD3 in popluar color models

A7BFD3
RGB167191211
HSL207°33.33%74.12%
HSB/HSV207°20.85%82.75%
CMYK20.85%9.48%0.00%
17.25%

Color #A7BFD3 in popluar number systems.

HEXA7BFD3
Decimal167191211
Binary101001111011111111010011
Octal247277323

Shades and tints

Shades of #A7BFD3

#A7BFD3
(167,191,211)
#98AEC0
(152,174,192)
#899DAD
(137,157,173)
#7A8C9A
(122,140,154)
#6B7B87
(107,123,135)
#5C6A74
(92,106,116)
#4D5961
(77,89,97)
#3E484E
(62,72,78)
#2F373B
(47,55,59)
#202628
(32,38,40)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A7BFD3

#A7BFD3
(167,191,211)
#AFC4D7
(175,196,215)
#B7C9DB
(183,201,219)
#BFCEDF
(191,206,223)
#C7D3E3
(199,211,227)
#CFD8E7
(207,216,231)
#D7DDEB
(215,221,235)
#DFE2EF
(223,226,239)
#E7E7F3
(231,231,243)
#EFECF7
(239,236,247)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BFD3; }

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

This text font color is #A7BFD3.


Background Color

.myBgColor { background-color: #A7BFD3; }

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

This div background color is #A7BFD3.


Border color

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

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

This div border color is #A7BFD3.


Opacity

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

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

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

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

This text has shadow with #A7BFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BFD3 on black background.


Color preview on white background

This text has color #A7BFD3 on white background.



Black color preview on #A7BFD3 background

This text has black color on #A7BFD3 background.


White color preview on #A7BFD3 background

This text has white color on #A7BFD3 background.