COLOR #A3CBE5

HEX: #A3CBE5 RGB: (163,203,229)

Color info

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

RGB color model

#A3CBE5 color RGB value is (163,203,229).

RGB: (163,203,229) (64%, 80%, 90%)

RGB channels and saturation

R 163 of 255 = 64%
G 203 of 255 = 80%
B 229 of 255 = 90%

163
203
229

R + G + B ~ 78%. #A3CBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 203 + 229 = 595 (100%)
R 163 of 595 ~ 27.39%
G 203 of 595 ~ 34.12%
B 229 of 595 ~ 38.49'%

%27.39
%34.12
%38.49

CMYK color model

#A3CBE5 color CMYK value is (29,11,0,10).

  • cyan value is 28.82%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (29,11,0,10)
C29M11Y0K10 (29%, 11%, 0%, 10%)
(0.29 / 0.11 / 0.00 / 0.10)

CMYK percentages

%28.82
%11.35
%0
%10.2

Codes

Color #A3CBE5 in popluar color models

A3 CB E5
RGB 163 203 229
HSL 204° 55.93% 76.86%
HSB/HSV 204° 28.82% 89.80%
CMYK 28.82% 11.35% 0.00%
10.20%

Color #A3CBE5 in popluar number systems.

HEX A3 CB E5
Decimal 163 203 229
Binary 10100011 11001011 11100101
Octal 243 313 345

Shades and tints

Shades of #A3CBE5

#A3CBE5
(163,203,229)
#95B9D1
(149,185,209)
#87A7BD
(135,167,189)
#7995A9
(121,149,169)
#6B8395
(107,131,149)
#5D7181
(93,113,129)
#4F5F6D
(79,95,109)
#414D59
(65,77,89)
#333B45
(51,59,69)
#252931
(37,41,49)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #A3CBE5

#A3CBE5
(163,203,229)
#ABCFE7
(171,207,231)
#B3D3E9
(179,211,233)
#BBD7EB
(187,215,235)
#C3DBED
(195,219,237)
#CBDFEF
(203,223,239)
#D3E3F1
(211,227,241)
#DBE7F3
(219,231,243)
#E3EBF5
(227,235,245)
#EBEFF7
(235,239,247)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CBE5 color. Also use rgb(163,203,229) instead hex code.

Text Font Color

.myTextColor { color: #A3CBE5; }

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

This text font color is #A3CBE5.

Background Color

.myBgColor { background-color: #A3CBE5; }

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

This div background color is #A3CBE5.

Border color

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

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

This div border color is #A3CBE5.

Opacity

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

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

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

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

This text has shadow with #A3CBE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CBE5.

Preview

Color preview on black background

This text has color #A3CBE5 on black background.


Color preview on white background

This text has color #A3CBE5 on white background.


Black color preview on #A3CBE5 background

This text has black color on #A3CBE5 background.


White color preview on #A3CBE5 background

This text has white color on #A3CBE5 background.


Related colors

Complementary color

Complementary color for #hex is #5C341A.


I love getcolorcode.com

Triadic colors

1 #E5A3CB and #CBE5A3 with #A3CBE5 are triadic colors.

2 #E5CBA3 and #CBA3E5 with #A3CBE5 are triadic colors.