COLOR #A1CEB2

HEX: #A1CEB2
RGB: (161,206,178)

Color info

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

RGB color model

#A1CEB2 color RGB value is (161,206,178).

  • red value is 161;
  • green value is 206;
  • blue value is 178.
RGB:
(161,206,178)
(63%,81%,70%)

RGB channels and saturation

R 161 of 255 = 63%
G 206 of 255 = 81%
B 178 of 255 = 70%

161
206
178

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

Portions of RGB colors in percentages

R + G + B =
161 + 206 + 178 = 545 (100%)
R 161 of 545 ~ 29.54%
G 206 of 545 ~ 37.8%
B 178 of 545 ~ 32.66%

%29.54
%37.8
%32.66

CMYK color model

#A1CEB2 color CMYK value is (22,0,14,19).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 19.22%
CMYK:
(22,0,14,19)
C22M0Y14K19 
(22%,0%,14%,19%)
(0.22/0.00/0.14/0.19)	

CMYK percentages

%21.84
%0
%13.59
%19.22

Codes

Color #A1CEB2 in popluar color models

A1CEB2
RGB161206178
HSL143°31.47%71.96%
HSB/HSV143°21.84%80.78%
CMYK21.84%0.00%13.59%
19.22%

Color #A1CEB2 in popluar number systems.

HEXA1CEB2
Decimal161206178
Binary101000011100111010110010
Octal241316262

Shades and tints

Shades of #A1CEB2

#A1CEB2
(161,206,178)
#93BCA2
(147,188,162)
#85AA92
(133,170,146)
#779882
(119,152,130)
#698672
(105,134,114)
#5B7462
(91,116,98)
#4D6252
(77,98,82)
#3F5042
(63,80,66)
#313E32
(49,62,50)
#232C22
(35,44,34)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #A1CEB2

#A1CEB2
(161,206,178)
#A9D2B9
(169,210,185)
#B1D6C0
(177,214,192)
#B9DAC7
(185,218,199)
#C1DECE
(193,222,206)
#C9E2D5
(201,226,213)
#D1E6DC
(209,230,220)
#D9EAE3
(217,234,227)
#E1EEEA
(225,238,234)
#E9F2F1
(233,242,241)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CEB2 color. Also use rgb(161,206,178) instead hex code.

Text Font Color

.myTextColor { color: #A1CEB2; }

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

This text font color is #A1CEB2.


Background Color

.myBgColor { background-color: #A1CEB2; }

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

This div background color is #A1CEB2.


Border color

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

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

This div border color is #A1CEB2.


Opacity

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

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

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

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

This text has shadow with #A1CEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CEB2 on black background.


Color preview on white background

This text has color #A1CEB2 on white background.



Black color preview on #A1CEB2 background

This text has black color on #A1CEB2 background.


White color preview on #A1CEB2 background

This text has white color on #A1CEB2 background.