COLOR #A3CBE7

HEX: #A3CBE7
RGB: (163,203,231)

Color info

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

RGB color model

#A3CBE7 color RGB value is (163,203,231).

  • red value is 163;
  • green value is 203;
  • blue value is 231.
RGB:
(163,203,231)
(64%,80%,91%)

RGB channels and saturation

R 163 of 255 = 64%
G 203 of 255 = 80%
B 231 of 255 = 91%

163
203
231

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

Portions of RGB colors in percentages

R + G + B =
163 + 203 + 231 = 597 (100%)
R 163 of 597 ~ 27.3%
G 203 of 597 ~ 34%
B 231 of 597 ~ 38.69%

%27.3
%34
%38.69

CMYK color model

#A3CBE7 color CMYK value is (29,12,0,9).

  • cyan value is 29.44%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,12,0,9)
C29M12Y0K9 
(29%,12%,0%,9%)
(0.29/0.12/0.00/0.09)	

CMYK percentages

%29.44
%12.12
%0
%9.41

Codes

Color #A3CBE7 in popluar color models

A3CBE7
RGB163203231
HSL205°58.62%77.25%
HSB/HSV205°29.44%90.59%
CMYK29.44%12.12%0.00%
9.41%

Color #A3CBE7 in popluar number systems.

HEXA3CBE7
Decimal163203231
Binary101000111100101111100111
Octal243313347

Shades and tints

Shades of #A3CBE7

#A3CBE7
(163,203,231)
#95B9D2
(149,185,210)
#87A7BD
(135,167,189)
#7995A8
(121,149,168)
#6B8393
(107,131,147)
#5D717E
(93,113,126)
#4F5F69
(79,95,105)
#414D54
(65,77,84)
#333B3F
(51,59,63)
#25292A
(37,41,42)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #A3CBE7

#A3CBE7
(163,203,231)
#ABCFE9
(171,207,233)
#B3D3EB
(179,211,235)
#BBD7ED
(187,215,237)
#C3DBEF
(195,219,239)
#CBDFF1
(203,223,241)
#D3E3F3
(211,227,243)
#DBE7F5
(219,231,245)
#E3EBF7
(227,235,247)
#EBEFF9
(235,239,249)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CBE7; }

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

This text font color is #A3CBE7.


Background Color

.myBgColor { background-color: #A3CBE7; }

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

This div background color is #A3CBE7.


Border color

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

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

This div border color is #A3CBE7.


Opacity

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

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

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

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

This text has shadow with #A3CBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CBE7 on black background.


Color preview on white background

This text has color #A3CBE7 on white background.



Black color preview on #A3CBE7 background

This text has black color on #A3CBE7 background.


White color preview on #A3CBE7 background

This text has white color on #A3CBE7 background.