COLOR #A4BCEB

HEX: #A4BCEB RGB: (164,188,235)

Color info

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

RGB color model

#A4BCEB color RGB value is (164,188,235).

RGB: (164,188,235) (64%, 74%, 92%)

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 235 of 255 = 92%

164
188
235

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

Portions of RGB colors in percentages

R + G + B = 164 + 188 + 235 = 587 (100%)
R 164 of 587 ~ 27.94%
G 188 of 587 ~ 32.03%
B 235 of 587 ~ 40.03'%

%27.94
%32.03
%40.03

CMYK color model

#A4BCEB color CMYK value is (30,20,0,8).

  • cyan value is 30.21%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (30,20,0,8)
C30M20Y0K8 (30%, 20%, 0%, 8%)
(0.30 / 0.20 / 0.00 / 0.08)

CMYK percentages

%30.21
%20
%0
%7.84

Codes

Color #A4BCEB in popluar color models

A4 BC EB
RGB 164 188 235
HSL 220° 63.96% 78.24%
HSB/HSV 220° 30.21% 92.16%
CMYK 30.21% 20.00% 0.00%
7.84%

Color #A4BCEB in popluar number systems.

HEX A4 BC EB
Decimal 164 188 235
Binary 10100100 10111100 11101011
Octal 244 274 353

Shades and tints

Shades of #A4BCEB

#A4BCEB
(164,188,235)
#96ABD6
(150,171,214)
#889AC1
(136,154,193)
#7A89AC
(122,137,172)
#6C7897
(108,120,151)
#5E6782
(94,103,130)
#50566D
(80,86,109)
#424558
(66,69,88)
#343443
(52,52,67)
#26232E
(38,35,46)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #A4BCEB

#A4BCEB
(164,188,235)
#ACC2EC
(172,194,236)
#B4C8ED
(180,200,237)
#BCCEEE
(188,206,238)
#C4D4EF
(196,212,239)
#CCDAF0
(204,218,240)
#D4E0F1
(212,224,241)
#DCE6F2
(220,230,242)
#E4ECF3
(228,236,243)
#ECF2F4
(236,242,244)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BCEB color. Also use rgb(164,188,235) instead hex code.

Text Font Color

.myTextColor { color: #A4BCEB; }

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

This text font color is #A4BCEB.

Background Color

.myBgColor { background-color: #A4BCEB; }

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

This div background color is #A4BCEB.

Border color

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

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

This div border color is #A4BCEB.

Opacity

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

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

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

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

This text has shadow with #A4BCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BCEB.

Preview

Color preview on black background

This text has color #A4BCEB on black background.


Color preview on white background

This text has color #A4BCEB on white background.


Black color preview on #A4BCEB background

This text has black color on #A4BCEB background.


White color preview on #A4BCEB background

This text has white color on #A4BCEB background.


Related colors

Complementary color

Complementary color for #hex is #5B4314.


I love getcolorcode.com

Triadic colors

1 #EBA4BC and #BCEBA4 with #A4BCEB are triadic colors.

2 #EBBCA4 and #BCA4EB with #A4BCEB are triadic colors.