COLOR #A4D3E3

HEX: #A4D3E3 RGB: (164,211,227)

Color info

#A4D3E3 contains mainly green and blue colors. Web safe color of #A4D3E3 is #99CCCC (or #9CC).

RGB color model

#A4D3E3 color RGB value is (164,211,227).

RGB: (164,211,227) (64%, 83%, 89%)

RGB channels and saturation

R 164 of 255 = 64%
G 211 of 255 = 83%
B 227 of 255 = 89%

164
211
227

R + G + B ~ 79%. #A4D3E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 211 + 227 = 602 (100%)
R 164 of 602 ~ 27.24%
G 211 of 602 ~ 35.05%
B 227 of 602 ~ 37.71'%

%27.24
%35.05
%37.71

CMYK color model

#A4D3E3 color CMYK value is (28,7,0,11).

  • cyan value is 27.75%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (28,7,0,11)
C28M7Y0K11 (28%, 7%, 0%, 11%)
(0.28 / 0.07 / 0.00 / 0.11)

CMYK percentages

%27.75
%7.05
%0
%10.98

Codes

Color #A4D3E3 in popluar color models

A4 D3 E3
RGB 164 211 227
HSL 195° 52.94% 76.67%
HSB/HSV 195° 27.75% 89.02%
CMYK 27.75% 7.05% 0.00%
10.98%

Color #A4D3E3 in popluar number systems.

HEX A4 D3 E3
Decimal 164 211 227
Binary 10100100 11010011 11100011
Octal 244 323 343

Shades and tints

Shades of #A4D3E3

#A4D3E3
(164,211,227)
#96C0CF
(150,192,207)
#88ADBB
(136,173,187)
#7A9AA7
(122,154,167)
#6C8793
(108,135,147)
#5E747F
(94,116,127)
#50616B
(80,97,107)
#424E57
(66,78,87)
#343B43
(52,59,67)
#26282F
(38,40,47)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #A4D3E3

#A4D3E3
(164,211,227)
#ACD7E5
(172,215,229)
#B4DBE7
(180,219,231)
#BCDFE9
(188,223,233)
#C4E3EB
(196,227,235)
#CCE7ED
(204,231,237)
#D4EBEF
(212,235,239)
#DCEFF1
(220,239,241)
#E4F3F3
(228,243,243)
#ECF7F5
(236,247,245)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D3E3 color. Also use rgb(164,211,227) instead hex code.

Text Font Color

.myTextColor { color: #A4D3E3; }

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

This text font color is #A4D3E3.

Background Color

.myBgColor { background-color: #A4D3E3; }

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

This div background color is #A4D3E3.

Border color

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

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

This div border color is #A4D3E3.

Opacity

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

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

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

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

This text has shadow with #A4D3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D3E3.

Preview

Color preview on black background

This text has color #A4D3E3 on black background.


Color preview on white background

This text has color #A4D3E3 on white background.


Black color preview on #A4D3E3 background

This text has black color on #A4D3E3 background.


White color preview on #A4D3E3 background

This text has white color on #A4D3E3 background.


Related colors

Complementary color

Complementary color for #hex is #5B2C1C.


I love getcolorcode.com

Triadic colors

1 #E3A4D3 and #D3E3A4 with #A4D3E3 are triadic colors.

2 #E3D3A4 and #D3A4E3 with #A4D3E3 are triadic colors.