COLOR #A3CEAB

HEX: #A3CEAB
RGB: (163,206,171)

Color info

#A3CEAB contains red, green and blue colors in about the same proportion. Web safe color of #A3CEAB is #99CC99 (or #9C9).

RGB color model

#A3CEAB color RGB value is (163,206,171).

  • red value is 163;
  • green value is 206;
  • blue value is 171.
RGB:
(163,206,171)
(64%,81%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 206 of 255 = 81%
B 171 of 255 = 67%

163
206
171

R + G + B ~ 71%. #A3CEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 206 + 171 = 540 (100%)
R 163 of 540 ~ 30.19%
G 206 of 540 ~ 38.15%
B 171 of 540 ~ 31.67%

%30.19
%38.15
%31.67

CMYK color model

#A3CEAB color CMYK value is (21,0,17,19).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 19.22%
CMYK:
(21,0,17,19)
C21M0Y17K19 
(21%,0%,17%,19%)
(0.21/0.00/0.17/0.19)	

CMYK percentages

%20.87
%0
%16.99
%19.22

Codes

Color #A3CEAB in popluar color models

A3CEAB
RGB163206171
HSL131°30.50%72.35%
HSB/HSV131°20.87%80.78%
CMYK20.87%0.00%16.99%
19.22%

Color #A3CEAB in popluar number systems.

HEXA3CEAB
Decimal163206171
Binary101000111100111010101011
Octal243316253

Shades and tints

Shades of #A3CEAB

#A3CEAB
(163,206,171)
#95BC9C
(149,188,156)
#87AA8D
(135,170,141)
#79987E
(121,152,126)
#6B866F
(107,134,111)
#5D7460
(93,116,96)
#4F6251
(79,98,81)
#415042
(65,80,66)
#333E33
(51,62,51)
#252C24
(37,44,36)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #A3CEAB

#A3CEAB
(163,206,171)
#ABD2B2
(171,210,178)
#B3D6B9
(179,214,185)
#BBDAC0
(187,218,192)
#C3DEC7
(195,222,199)
#CBE2CE
(203,226,206)
#D3E6D5
(211,230,213)
#DBEADC
(219,234,220)
#E3EEE3
(227,238,227)
#EBF2EA
(235,242,234)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CEAB color. Also use rgb(163,206,171) instead hex code.

Text Font Color

.myTextColor { color: #A3CEAB; }

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

This text font color is #A3CEAB.


Background Color

.myBgColor { background-color: #A3CEAB; }

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

This div background color is #A3CEAB.


Border color

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

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

This div border color is #A3CEAB.


Opacity

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

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

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

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

This text has shadow with #A3CEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CEAB on black background.


Color preview on white background

This text has color #A3CEAB on white background.



Black color preview on #A3CEAB background

This text has black color on #A3CEAB background.


White color preview on #A3CEAB background

This text has white color on #A3CEAB background.