COLOR #A7BFDE

HEX: #A7BFDE
RGB: (167,191,222)

Color info

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

RGB color model

#A7BFDE color RGB value is (167,191,222).

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

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 222 of 255 = 87%

167
191
222

R + G + B ~ 76%. #A7BFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 191 + 222 = 580 (100%)
R 167 of 580 ~ 28.79%
G 191 of 580 ~ 32.93%
B 222 of 580 ~ 38.28%

%28.79
%32.93
%38.28

CMYK color model

#A7BFDE color CMYK value is (25,14,0,13).

  • cyan value is 24.77%
  • magenta value is 13.96%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(25,14,0,13)
C25M14Y0K13 
(25%,14%,0%,13%)
(0.25/0.14/0.00/0.13)	

CMYK percentages

%24.77
%13.96
%0
%12.94

Codes

Color #A7BFDE in popluar color models

A7BFDE
RGB167191222
HSL214°45.45%76.27%
HSB/HSV214°24.77%87.06%
CMYK24.77%13.96%0.00%
12.94%

Color #A7BFDE in popluar number systems.

HEXA7BFDE
Decimal167191222
Binary101001111011111111011110
Octal247277336

Shades and tints

Shades of #A7BFDE

#A7BFDE
(167,191,222)
#98AECA
(152,174,202)
#899DB6
(137,157,182)
#7A8CA2
(122,140,162)
#6B7B8E
(107,123,142)
#5C6A7A
(92,106,122)
#4D5966
(77,89,102)
#3E4852
(62,72,82)
#2F373E
(47,55,62)
#20262A
(32,38,42)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #A7BFDE

#A7BFDE
(167,191,222)
#AFC4E1
(175,196,225)
#B7C9E4
(183,201,228)
#BFCEE7
(191,206,231)
#C7D3EA
(199,211,234)
#CFD8ED
(207,216,237)
#D7DDF0
(215,221,240)
#DFE2F3
(223,226,243)
#E7E7F6
(231,231,246)
#EFECF9
(239,236,249)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BFDE; }

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

This text font color is #A7BFDE.


Background Color

.myBgColor { background-color: #A7BFDE; }

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

This div background color is #A7BFDE.


Border color

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

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

This div border color is #A7BFDE.


Opacity

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

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

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

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

This text has shadow with #A7BFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BFDE on black background.


Color preview on white background

This text has color #A7BFDE on white background.



Black color preview on #A7BFDE background

This text has black color on #A7BFDE background.


White color preview on #A7BFDE background

This text has white color on #A7BFDE background.