COLOR #A4BFD4

HEX: #A4BFD4 RGB: (164,191,212)

Color info

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

RGB color model

#A4BFD4 color RGB value is (164,191,212).

RGB: (164,191,212) (64%, 75%, 83%)

RGB channels and saturation

R 164 of 255 = 64%
G 191 of 255 = 75%
B 212 of 255 = 83%

164
191
212

R + G + B ~ 74%. #A4BFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 191 + 212 = 567 (100%)
R 164 of 567 ~ 28.92%
G 191 of 567 ~ 33.69%
B 212 of 567 ~ 37.39'%

%28.92
%33.69
%37.39

CMYK color model

#A4BFD4 color CMYK value is (23,10,0,17).

  • cyan value is 22.64%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (23,10,0,17)
C23M10Y0K17 (23%, 10%, 0%, 17%)
(0.23 / 0.10 / 0.00 / 0.17)

CMYK percentages

%22.64
%9.91
%0
%16.86

Codes

Color #A4BFD4 in popluar color models

A4 BF D4
RGB 164 191 212
HSL 206° 35.82% 73.73%
HSB/HSV 206° 22.64% 83.14%
CMYK 22.64% 9.91% 0.00%
16.86%

Color #A4BFD4 in popluar number systems.

HEX A4 BF D4
Decimal 164 191 212
Binary 10100100 10111111 11010100
Octal 244 277 324

Shades and tints

Shades of #A4BFD4

#A4BFD4
(164,191,212)
#96AEC1
(150,174,193)
#889DAE
(136,157,174)
#7A8C9B
(122,140,155)
#6C7B88
(108,123,136)
#5E6A75
(94,106,117)
#505962
(80,89,98)
#42484F
(66,72,79)
#34373C
(52,55,60)
#262629
(38,38,41)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #A4BFD4

#A4BFD4
(164,191,212)
#ACC4D7
(172,196,215)
#B4C9DA
(180,201,218)
#BCCEDD
(188,206,221)
#C4D3E0
(196,211,224)
#CCD8E3
(204,216,227)
#D4DDE6
(212,221,230)
#DCE2E9
(220,226,233)
#E4E7EC
(228,231,236)
#ECECEF
(236,236,239)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BFD4; }

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

This text font color is #A4BFD4.

Background Color

.myBgColor { background-color: #A4BFD4; }

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

This div background color is #A4BFD4.

Border color

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

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

This div border color is #A4BFD4.

Opacity

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

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

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

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

This text has shadow with #A4BFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BFD4.

Preview

Color preview on black background

This text has color #A4BFD4 on black background.


Color preview on white background

This text has color #A4BFD4 on white background.


Black color preview on #A4BFD4 background

This text has black color on #A4BFD4 background.


White color preview on #A4BFD4 background

This text has white color on #A4BFD4 background.


Related colors

Complementary color

Complementary color for #hex is #5B402B.


I love getcolorcode.com

Triadic colors

1 #D4A4BF and #BFD4A4 with #A4BFD4 are triadic colors.

2 #D4BFA4 and #BFA4D4 with #A4BFD4 are triadic colors.