COLOR #A7BEDB

HEX: #A7BEDB
RGB: (167,190,219)

Color info

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

RGB color model

#A7BEDB color RGB value is (167,190,219).

  • red value is 167;
  • green value is 190;
  • blue value is 219.
RGB:
(167,190,219)
(65%,75%,86%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 219 of 255 = 86%

167
190
219

R + G + B ~ 75%. #A7BEDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 219 = 576 (100%)
R 167 of 576 ~ 28.99%
G 190 of 576 ~ 32.99%
B 219 of 576 ~ 38.02%

%28.99
%32.99
%38.02

CMYK color model

#A7BEDB color CMYK value is (24,13,0,14).

  • cyan value is 23.74%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(24,13,0,14)
C24M13Y0K14 
(24%,13%,0%,14%)
(0.24/0.13/0.00/0.14)	

CMYK percentages

%23.74
%13.24
%0
%14.12

Codes

Color #A7BEDB in popluar color models

A7BEDB
RGB167190219
HSL213°41.94%75.69%
HSB/HSV213°23.74%85.88%
CMYK23.74%13.24%0.00%
14.12%

Color #A7BEDB in popluar number systems.

HEXA7BEDB
Decimal167190219
Binary101001111011111011011011
Octal247276333

Shades and tints

Shades of #A7BEDB

#A7BEDB
(167,190,219)
#98ADC8
(152,173,200)
#899CB5
(137,156,181)
#7A8BA2
(122,139,162)
#6B7A8F
(107,122,143)
#5C697C
(92,105,124)
#4D5869
(77,88,105)
#3E4756
(62,71,86)
#2F3643
(47,54,67)
#202530
(32,37,48)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #A7BEDB

#A7BEDB
(167,190,219)
#AFC3DE
(175,195,222)
#B7C8E1
(183,200,225)
#BFCDE4
(191,205,228)
#C7D2E7
(199,210,231)
#CFD7EA
(207,215,234)
#D7DCED
(215,220,237)
#DFE1F0
(223,225,240)
#E7E6F3
(231,230,243)
#EFEBF6
(239,235,246)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BEDB color. Also use rgb(167,190,219) instead hex code.

Text Font Color

.myTextColor { color: #A7BEDB; }

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

This text font color is #A7BEDB.


Background Color

.myBgColor { background-color: #A7BEDB; }

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

This div background color is #A7BEDB.


Border color

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

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

This div border color is #A7BEDB.


Opacity

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

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

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

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

This text has shadow with #A7BEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BEDB on black background.


Color preview on white background

This text has color #A7BEDB on white background.



Black color preview on #A7BEDB background

This text has black color on #A7BEDB background.


White color preview on #A7BEDB background

This text has white color on #A7BEDB background.