COLOR #A4D5F3

HEX: #A4D5F3
RGB: (164,213,243)

Color info

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

RGB color model

#A4D5F3 color RGB value is (164,213,243).

  • red value is 164;
  • green value is 213;
  • blue value is 243.
RGB:
(164,213,243)
(64%,84%,95%)

RGB channels and saturation

R 164 of 255 = 64%
G 213 of 255 = 84%
B 243 of 255 = 95%

164
213
243

R + G + B ~ 81%. #A4D5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 213 + 243 = 620 (100%)
R 164 of 620 ~ 26.45%
G 213 of 620 ~ 34.35%
B 243 of 620 ~ 39.19%

%26.45
%34.35
%39.19

CMYK color model

#A4D5F3 color CMYK value is (33,12,0,5).

  • cyan value is 32.51%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(33,12,0,5)
C33M12Y0K5 
(33%,12%,0%,5%)
(0.33/0.12/0.00/0.05)	

CMYK percentages

%32.51
%12.35
%0
%4.71

Codes

Color #A4D5F3 in popluar color models

A4D5F3
RGB164213243
HSL203°76.70%79.80%
HSB/HSV203°32.51%95.29%
CMYK32.51%12.35%0.00%
4.71%

Color #A4D5F3 in popluar number systems.

HEXA4D5F3
Decimal164213243
Binary101001001101010111110011
Octal244325363

Shades and tints

Shades of #A4D5F3

#A4D5F3
(164,213,243)
#96C2DD
(150,194,221)
#88AFC7
(136,175,199)
#7A9CB1
(122,156,177)
#6C899B
(108,137,155)
#5E7685
(94,118,133)
#50636F
(80,99,111)
#425059
(66,80,89)
#343D43
(52,61,67)
#262A2D
(38,42,45)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4D5F3

#A4D5F3
(164,213,243)
#ACD8F4
(172,216,244)
#B4DBF5
(180,219,245)
#BCDEF6
(188,222,246)
#C4E1F7
(196,225,247)
#CCE4F8
(204,228,248)
#D4E7F9
(212,231,249)
#DCEAFA
(220,234,250)
#E4EDFB
(228,237,251)
#ECF0FC
(236,240,252)
#F4F3FD
(244,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D5F3 color. Also use rgb(164,213,243) instead hex code.

Text Font Color

.myTextColor { color: #A4D5F3; }

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

This text font color is #A4D5F3.


Background Color

.myBgColor { background-color: #A4D5F3; }

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

This div background color is #A4D5F3.


Border color

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

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

This div border color is #A4D5F3.


Opacity

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

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

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

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

This text has shadow with #A4D5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D5F3 on black background.


Color preview on white background

This text has color #A4D5F3 on white background.



Black color preview on #A4D5F3 background

This text has black color on #A4D5F3 background.


White color preview on #A4D5F3 background

This text has white color on #A4D5F3 background.