COLOR #A4BFCA

HEX: #A4BFCA RGB: (164,191,202)

Color info

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

RGB color model

#A4BFCA color RGB value is (164,191,202).

RGB: (164,191,202) (64%, 75%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 191 of 255 = 75%
B 202 of 255 = 79%

164
191
202

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

Portions of RGB colors in percentages

R + G + B = 164 + 191 + 202 = 557 (100%)
R 164 of 557 ~ 29.44%
G 191 of 557 ~ 34.29%
B 202 of 557 ~ 36.27'%

%29.44
%34.29
%36.27

CMYK color model

#A4BFCA color CMYK value is (19,5,0,21).

  • cyan value is 18.81%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (19,5,0,21) C19M5Y0K21 (19%,5%,0%,21%) (0.19/0.05/0.00/0.21) 

CMYK percentages

%18.81
%5.45
%0
%20.78

Codes

Color #A4BFCA in popluar color models

A4 BF CA
RGB 164 191 202
HSL 197° 26.39% 71.76%
HSB/HSV 197° 18.81% 79.22%
CMYK 18.81% 5.45% 0.00%
20.78%

Color #A4BFCA in popluar number systems.

HEX A4 BF CA
Decimal 164 191 202
Binary 10100100 10111111 11001010
Octal 244 277 312

Shades and tints

Shades of #A4BFCA

#A4BFCA
(164,191,202)
#96AEB8
(150,174,184)
#889DA6
(136,157,166)
#7A8C94
(122,140,148)
#6C7B82
(108,123,130)
#5E6A70
(94,106,112)
#50595E
(80,89,94)
#42484C
(66,72,76)
#34373A
(52,55,58)
#262628
(38,38,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #A4BFCA

#A4BFCA
(164,191,202)
#ACC4CE
(172,196,206)
#B4C9D2
(180,201,210)
#BCCED6
(188,206,214)
#C4D3DA
(196,211,218)
#CCD8DE
(204,216,222)
#D4DDE2
(212,221,226)
#DCE2E6
(220,226,230)
#E4E7EA
(228,231,234)
#ECECEE
(236,236,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BFCA; }

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

This text font color is #A4BFCA.

Background Color

.myBgColor { background-color: #A4BFCA; }

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

This div background color is #A4BFCA.

Border color

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

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

This div border color is #A4BFCA.

Opacity

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

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

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

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

This text has shadow with #A4BFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BFCA.

Preview

Color preview on black background

This text has color #A4BFCA on black background.


Color preview on white background

This text has color #A4BFCA on white background.


Black color preview on #A4BFCA background

This text has black color on #A4BFCA background.


White color preview on #A4BFCA background

This text has white color on #A4BFCA background.


Related colors

Complementary color

Complementary color for #hex is #5B4035.


I love getcolorcode.com

Triadic colors

1 #CAA4BF and #BFCAA4 with #A4BFCA are triadic colors.

2 #CABFA4 and #BFA4CA with #A4BFCA are triadic colors.