COLOR #A4BFE7

HEX: #A4BFE7 RGB: (164,191,231)

Color info

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

RGB color model

#A4BFE7 color RGB value is (164,191,231).

RGB: (164,191,231) (64%, 75%, 91%)

RGB channels and saturation

R 164 of 255 = 64%
G 191 of 255 = 75%
B 231 of 255 = 91%

164
191
231

R + G + B ~ 77%. #A4BFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 191 + 231 = 586 (100%)
R 164 of 586 ~ 27.99%
G 191 of 586 ~ 32.59%
B 231 of 586 ~ 39.42'%

%27.99
%32.59
%39.42

CMYK color model

#A4BFE7 color CMYK value is (29,17,0,9).

  • cyan value is 29.00%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (29,17,0,9)
C29M17Y0K9 (29%, 17%, 0%, 9%)
(0.29 / 0.17 / 0.00 / 0.09)

CMYK percentages

%29
%17.32
%0
%9.41

Codes

Color #A4BFE7 in popluar color models

A4 BF E7
RGB 164 191 231
HSL 216° 58.26% 77.45%
HSB/HSV 216° 29.00% 90.59%
CMYK 29.00% 17.32% 0.00%
9.41%

Color #A4BFE7 in popluar number systems.

HEX A4 BF E7
Decimal 164 191 231
Binary 10100100 10111111 11100111
Octal 244 277 347

Shades and tints

Shades of #A4BFE7

#A4BFE7
(164,191,231)
#96AED2
(150,174,210)
#889DBD
(136,157,189)
#7A8CA8
(122,140,168)
#6C7B93
(108,123,147)
#5E6A7E
(94,106,126)
#505969
(80,89,105)
#424854
(66,72,84)
#34373F
(52,55,63)
#26262A
(38,38,42)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A4BFE7

#A4BFE7
(164,191,231)
#ACC4E9
(172,196,233)
#B4C9EB
(180,201,235)
#BCCEED
(188,206,237)
#C4D3EF
(196,211,239)
#CCD8F1
(204,216,241)
#D4DDF3
(212,221,243)
#DCE2F5
(220,226,245)
#E4E7F7
(228,231,247)
#ECECF9
(236,236,249)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BFE7 color. Also use rgb(164,191,231) instead hex code.

Text Font Color

.myTextColor { color: #A4BFE7; }

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

This text font color is #A4BFE7.

Background Color

.myBgColor { background-color: #A4BFE7; }

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

This div background color is #A4BFE7.

Border color

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

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

This div border color is #A4BFE7.

Opacity

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

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

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

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

This text has shadow with #A4BFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BFE7.

Preview

Color preview on black background

This text has color #A4BFE7 on black background.


Color preview on white background

This text has color #A4BFE7 on white background.


Black color preview on #A4BFE7 background

This text has black color on #A4BFE7 background.


White color preview on #A4BFE7 background

This text has white color on #A4BFE7 background.


Related colors

Complementary color

Complementary color for #hex is #5B4018.


I love getcolorcode.com

Triadic colors

1 #E7A4BF and #BFE7A4 with #A4BFE7 are triadic colors.

2 #E7BFA4 and #BFA4E7 with #A4BFE7 are triadic colors.