COLOR #A4BFD1

HEX: #A4BFD1 RGB: (164,191,209)

Color info

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

RGB color model

#A4BFD1 color RGB value is (164,191,209).

RGB: (164,191,209) (64%, 75%, 82%)

RGB channels and saturation

R 164 of 255 = 64%
G 191 of 255 = 75%
B 209 of 255 = 82%

164
191
209

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

Portions of RGB colors in percentages

R + G + B = 164 + 191 + 209 = 564 (100%)
R 164 of 564 ~ 29.08%
G 191 of 564 ~ 33.87%
B 209 of 564 ~ 37.06'%

%29.08
%33.87
%37.06

CMYK color model

#A4BFD1 color CMYK value is (22,9,0,18).

  • cyan value is 21.53%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (22,9,0,18)
C22M9Y0K18 (22%, 9%, 0%, 18%)
(0.22 / 0.09 / 0.00 / 0.18)

CMYK percentages

%21.53
%8.61
%0
%18.04

Codes

Color #A4BFD1 in popluar color models

A4 BF D1
RGB 164 191 209
HSL 204° 32.85% 73.14%
HSB/HSV 204° 21.53% 81.96%
CMYK 21.53% 8.61% 0.00%
18.04%

Color #A4BFD1 in popluar number systems.

HEX A4 BF D1
Decimal 164 191 209
Binary 10100100 10111111 11010001
Octal 244 277 321

Shades and tints

Shades of #A4BFD1

#A4BFD1
(164,191,209)
#96AEBE
(150,174,190)
#889DAB
(136,157,171)
#7A8C98
(122,140,152)
#6C7B85
(108,123,133)
#5E6A72
(94,106,114)
#50595F
(80,89,95)
#42484C
(66,72,76)
#343739
(52,55,57)
#262626
(38,38,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #A4BFD1

#A4BFD1
(164,191,209)
#ACC4D5
(172,196,213)
#B4C9D9
(180,201,217)
#BCCEDD
(188,206,221)
#C4D3E1
(196,211,225)
#CCD8E5
(204,216,229)
#D4DDE9
(212,221,233)
#DCE2ED
(220,226,237)
#E4E7F1
(228,231,241)
#ECECF5
(236,236,245)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BFD1; }

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

This text font color is #A4BFD1.

Background Color

.myBgColor { background-color: #A4BFD1; }

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

This div background color is #A4BFD1.

Border color

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

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

This div border color is #A4BFD1.

Opacity

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

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

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

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

This text has shadow with #A4BFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BFD1.

Preview

Color preview on black background

This text has color #A4BFD1 on black background.


Color preview on white background

This text has color #A4BFD1 on white background.


Black color preview on #A4BFD1 background

This text has black color on #A4BFD1 background.


White color preview on #A4BFD1 background

This text has white color on #A4BFD1 background.


Related colors

Complementary color

Complementary color for #hex is #5B402E.


I love getcolorcode.com

Triadic colors

1 #D1A4BF and #BFD1A4 with #A4BFD1 are triadic colors.

2 #D1BFA4 and #BFA4D1 with #A4BFD1 are triadic colors.