COLOR #A4D5F0

HEX: #A4D5F0
RGB: (164,213,240)

Color info

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

RGB color model

#A4D5F0 color RGB value is (164,213,240).

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

RGB channels and saturation

R 164 of 255 = 64%
G 213 of 255 = 84%
B 240 of 255 = 94%

164
213
240

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

Portions of RGB colors in percentages

R + G + B =
164 + 213 + 240 = 617 (100%)
R 164 of 617 ~ 26.58%
G 213 of 617 ~ 34.52%
B 240 of 617 ~ 38.9%

%26.58
%34.52
%38.9

CMYK color model

#A4D5F0 color CMYK value is (32,11,0,6).

  • cyan value is 31.67%
  • magenta value is 11.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(32,11,0,6)
C32M11Y0K6 
(32%,11%,0%,6%)
(0.32/0.11/0.00/0.06)	

CMYK percentages

%31.67
%11.25
%0
%5.88

Codes

Color #A4D5F0 in popluar color models

A4D5F0
RGB164213240
HSL201°71.70%79.22%
HSB/HSV201°31.67%94.12%
CMYK31.67%11.25%0.00%
5.88%

Color #A4D5F0 in popluar number systems.

HEXA4D5F0
Decimal164213240
Binary101001001101010111110000
Octal244325360

Shades and tints

Shades of #A4D5F0

#A4D5F0
(164,213,240)
#96C2DB
(150,194,219)
#88AFC6
(136,175,198)
#7A9CB1
(122,156,177)
#6C899C
(108,137,156)
#5E7687
(94,118,135)
#506372
(80,99,114)
#42505D
(66,80,93)
#343D48
(52,61,72)
#262A33
(38,42,51)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #A4D5F0

#A4D5F0
(164,213,240)
#ACD8F1
(172,216,241)
#B4DBF2
(180,219,242)
#BCDEF3
(188,222,243)
#C4E1F4
(196,225,244)
#CCE4F5
(204,228,245)
#D4E7F6
(212,231,246)
#DCEAF7
(220,234,247)
#E4EDF8
(228,237,248)
#ECF0F9
(236,240,249)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D5F0; }

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

This text font color is #A4D5F0.


Background Color

.myBgColor { background-color: #A4D5F0; }

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

This div background color is #A4D5F0.


Border color

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

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

This div border color is #A4D5F0.


Opacity

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

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

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

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

This text has shadow with #A4D5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D5F0 on black background.


Color preview on white background

This text has color #A4D5F0 on white background.



Black color preview on #A4D5F0 background

This text has black color on #A4D5F0 background.


White color preview on #A4D5F0 background

This text has white color on #A4D5F0 background.