COLOR #A4CFF5

HEX: #A4CFF5
RGB: (164,207,245)

Color info

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

RGB color model

#A4CFF5 color RGB value is (164,207,245).

  • red value is 164;
  • green value is 207;
  • blue value is 245.
RGB:
(164,207,245)
(64%,81%,96%)

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 245 of 255 = 96%

164
207
245

R + G + B ~ 80%. #A4CFF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 207 + 245 = 616 (100%)
R 164 of 616 ~ 26.62%
G 207 of 616 ~ 33.6%
B 245 of 616 ~ 39.77%

%26.62
%33.6
%39.77

CMYK color model

#A4CFF5 color CMYK value is (33,16,0,4).

  • cyan value is 33.06%
  • magenta value is 15.51%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(33,16,0,4)
C33M16Y0K4 
(33%,16%,0%,4%)
(0.33/0.16/0.00/0.04)	

CMYK percentages

%33.06
%15.51
%0
%3.92

Codes

Color #A4CFF5 in popluar color models

A4CFF5
RGB164207245
HSL208°80.20%80.20%
HSB/HSV208°33.06%96.08%
CMYK33.06%15.51%0.00%
3.92%

Color #A4CFF5 in popluar number systems.

HEXA4CFF5
Decimal164207245
Binary101001001100111111110101
Octal244317365

Shades and tints

Shades of #A4CFF5

#A4CFF5
(164,207,245)
#96BDDF
(150,189,223)
#88ABC9
(136,171,201)
#7A99B3
(122,153,179)
#6C879D
(108,135,157)
#5E7587
(94,117,135)
#506371
(80,99,113)
#42515B
(66,81,91)
#343F45
(52,63,69)
#262D2F
(38,45,47)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #A4CFF5

#A4CFF5
(164,207,245)
#ACD3F5
(172,211,245)
#B4D7F5
(180,215,245)
#BCDBF5
(188,219,245)
#C4DFF5
(196,223,245)
#CCE3F5
(204,227,245)
#D4E7F5
(212,231,245)
#DCEBF5
(220,235,245)
#E4EFF5
(228,239,245)
#ECF3F5
(236,243,245)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CFF5; }

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

This text font color is #A4CFF5.


Background Color

.myBgColor { background-color: #A4CFF5; }

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

This div background color is #A4CFF5.


Border color

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

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

This div border color is #A4CFF5.


Opacity

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

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

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

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

This text has shadow with #A4CFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CFF5 on black background.


Color preview on white background

This text has color #A4CFF5 on white background.



Black color preview on #A4CFF5 background

This text has black color on #A4CFF5 background.


White color preview on #A4CFF5 background

This text has white color on #A4CFF5 background.