COLOR #A3EBBC

HEX: #A3EBBC RGB: (163,235,188)

Color info

#A3EBBC contains mainly green and blue colors. Web safe color of #A3EBBC is #99FFCC (or #9FC).

RGB color model

#A3EBBC color RGB value is (163,235,188).

RGB: (163,235,188) (64%, 92%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 235 of 255 = 92%
B 188 of 255 = 74%

163
235
188

R + G + B ~ 77%. #A3EBBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 235 + 188 = 586 (100%)
R 163 of 586 ~ 27.82%
G 235 of 586 ~ 40.1%
B 188 of 586 ~ 32.08'%

%27.82
%40.1
%32.08

CMYK color model

#A3EBBC color CMYK value is (31,0,20,8).

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 7.84%

CMYK: (31,0,20,8)
C31M0Y20K8 (31%, 0%, 20%, 8%)
(0.31 / 0.00 / 0.20 / 0.08)

CMYK percentages

%30.64
%0
%20
%7.84

Codes

Color #A3EBBC in popluar color models

A3 EB BC
RGB 163 235 188
HSL 141° 64.29% 78.04%
HSB/HSV 141° 30.64% 92.16%
CMYK 30.64% 0.00% 20.00%
7.84%

Color #A3EBBC in popluar number systems.

HEX A3 EB BC
Decimal 163 235 188
Binary 10100011 11101011 10111100
Octal 243 353 274

Shades and tints

Shades of #A3EBBC

#A3EBBC
(163,235,188)
#95D6AB
(149,214,171)
#87C19A
(135,193,154)
#79AC89
(121,172,137)
#6B9778
(107,151,120)
#5D8267
(93,130,103)
#4F6D56
(79,109,86)
#415845
(65,88,69)
#334334
(51,67,52)
#252E23
(37,46,35)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #A3EBBC

#A3EBBC
(163,235,188)
#ABECC2
(171,236,194)
#B3EDC8
(179,237,200)
#BBEECE
(187,238,206)
#C3EFD4
(195,239,212)
#CBF0DA
(203,240,218)
#D3F1E0
(211,241,224)
#DBF2E6
(219,242,230)
#E3F3EC
(227,243,236)
#EBF4F2
(235,244,242)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EBBC color. Also use rgb(163,235,188) instead hex code.

Text Font Color

.myTextColor { color: #A3EBBC; }

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

This text font color is #A3EBBC.

Background Color

.myBgColor { background-color: #A3EBBC; }

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

This div background color is #A3EBBC.

Border color

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

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

This div border color is #A3EBBC.

Opacity

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

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

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

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

This text has shadow with #A3EBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3EBBC.

Preview

Color preview on black background

This text has color #A3EBBC on black background.


Color preview on white background

This text has color #A3EBBC on white background.


Black color preview on #A3EBBC background

This text has black color on #A3EBBC background.


White color preview on #A3EBBC background

This text has white color on #A3EBBC background.


Related colors

Complementary color

Complementary color for #hex is #5C1443.


I love getcolorcode.com

Triadic colors

1 #BCA3EB and #EBBCA3 with #A3EBBC are triadic colors.

2 #BCEBA3 and #EBA3BC with #A3EBBC are triadic colors.