COLOR #A7BDEF

HEX: #A7BDEF
RGB: (167,189,239)

Color info

#A7BDEF contains mainly green and blue colors. Web safe color of #A7BDEF is #99CCFF (or #9CF).

RGB color model

#A7BDEF color RGB value is (167,189,239).

  • red value is 167;
  • green value is 189;
  • blue value is 239.
RGB:
(167,189,239)
(65%,74%,94%)

RGB channels and saturation

R 167 of 255 = 65%
G 189 of 255 = 74%
B 239 of 255 = 94%

167
189
239

R + G + B ~ 78%. #A7BDEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 189 + 239 = 595 (100%)
R 167 of 595 ~ 28.07%
G 189 of 595 ~ 31.76%
B 239 of 595 ~ 40.17%

%28.07
%31.76
%40.17

CMYK color model

#A7BDEF color CMYK value is (30,21,0,6).

  • cyan value is 30.13%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(30,21,0,6)
C30M21Y0K6 
(30%,21%,0%,6%)
(0.30/0.21/0.00/0.06)	

CMYK percentages

%30.13
%20.92
%0
%6.27

Codes

Color #A7BDEF in popluar color models

A7BDEF
RGB167189239
HSL222°69.23%79.61%
HSB/HSV222°30.13%93.73%
CMYK30.13%20.92%0.00%
6.27%

Color #A7BDEF in popluar number systems.

HEXA7BDEF
Decimal167189239
Binary101001111011110111101111
Octal247275357

Shades and tints

Shades of #A7BDEF

#A7BDEF
(167,189,239)
#98ACDA
(152,172,218)
#899BC5
(137,155,197)
#7A8AB0
(122,138,176)
#6B799B
(107,121,155)
#5C6886
(92,104,134)
#4D5771
(77,87,113)
#3E465C
(62,70,92)
#2F3547
(47,53,71)
#202432
(32,36,50)
#11131D
(17,19,29)
#000000
(0,0,0)

Tints of #A7BDEF

#A7BDEF
(167,189,239)
#AFC3F0
(175,195,240)
#B7C9F1
(183,201,241)
#BFCFF2
(191,207,242)
#C7D5F3
(199,213,243)
#CFDBF4
(207,219,244)
#D7E1F5
(215,225,245)
#DFE7F6
(223,231,246)
#E7EDF7
(231,237,247)
#EFF3F8
(239,243,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BDEF color. Also use rgb(167,189,239) instead hex code.

Text Font Color

.myTextColor { color: #A7BDEF; }

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

This text font color is #A7BDEF.


Background Color

.myBgColor { background-color: #A7BDEF; }

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

This div background color is #A7BDEF.


Border color

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

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

This div border color is #A7BDEF.


Opacity

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

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

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

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

This text has shadow with #A7BDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BDEF on black background.


Color preview on white background

This text has color #A7BDEF on white background.



Black color preview on #A7BDEF background

This text has black color on #A7BDEF background.


White color preview on #A7BDEF background

This text has white color on #A7BDEF background.