COLOR #A4BECF

HEX: #A4BECF RGB: (164,190,207)

Color info

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

RGB color model

#A4BECF color RGB value is (164,190,207).

RGB: (164,190,207) (64%, 75%, 81%)

RGB channels and saturation

R 164 of 255 = 64%
G 190 of 255 = 75%
B 207 of 255 = 81%

164
190
207

R + G + B ~ 73%. #A4BECF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 190 + 207 = 561 (100%)
R 164 of 561 ~ 29.23%
G 190 of 561 ~ 33.87%
B 207 of 561 ~ 36.9'%

%29.23
%33.87
%36.9

CMYK color model

#A4BECF color CMYK value is (21,8,0,19).

  • cyan value is 20.77%
  • magenta value is 8.21%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (21,8,0,19)
C21M8Y0K19 (21%, 8%, 0%, 19%)
(0.21 / 0.08 / 0.00 / 0.19)

CMYK percentages

%20.77
%8.21
%0
%18.82

Codes

Color #A4BECF in popluar color models

A4 BE CF
RGB 164 190 207
HSL 204° 30.94% 72.75%
HSB/HSV 204° 20.77% 81.18%
CMYK 20.77% 8.21% 0.00%
18.82%

Color #A4BECF in popluar number systems.

HEX A4 BE CF
Decimal 164 190 207
Binary 10100100 10111110 11001111
Octal 244 276 317

Shades and tints

Shades of #A4BECF

#A4BECF
(164,190,207)
#96ADBD
(150,173,189)
#889CAB
(136,156,171)
#7A8B99
(122,139,153)
#6C7A87
(108,122,135)
#5E6975
(94,105,117)
#505863
(80,88,99)
#424751
(66,71,81)
#34363F
(52,54,63)
#26252D
(38,37,45)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #A4BECF

#A4BECF
(164,190,207)
#ACC3D3
(172,195,211)
#B4C8D7
(180,200,215)
#BCCDDB
(188,205,219)
#C4D2DF
(196,210,223)
#CCD7E3
(204,215,227)
#D4DCE7
(212,220,231)
#DCE1EB
(220,225,235)
#E4E6EF
(228,230,239)
#ECEBF3
(236,235,243)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BECF color. Also use rgb(164,190,207) instead hex code.

Text Font Color

.myTextColor { color: #A4BECF; }

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

This text font color is #A4BECF.

Background Color

.myBgColor { background-color: #A4BECF; }

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

This div background color is #A4BECF.

Border color

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

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

This div border color is #A4BECF.

Opacity

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

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

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

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

This text has shadow with #A4BECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BECF.

Preview

Color preview on black background

This text has color #A4BECF on black background.


Color preview on white background

This text has color #A4BECF on white background.


Black color preview on #A4BECF background

This text has black color on #A4BECF background.


White color preview on #A4BECF background

This text has white color on #A4BECF background.


Related colors

Complementary color

Complementary color for #hex is #5B4130.


I love getcolorcode.com

Triadic colors

1 #CFA4BE and #BECFA4 with #A4BECF are triadic colors.

2 #CFBEA4 and #BEA4CF with #A4BECF are triadic colors.