COLOR #A1CEC5

HEX: #A1CEC5
RGB: (161,206,197)

Color info

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

RGB color model

#A1CEC5 color RGB value is (161,206,197).

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

RGB channels and saturation

R 161 of 255 = 63%
G 206 of 255 = 81%
B 197 of 255 = 77%

161
206
197

R + G + B ~ 74%. #A1CEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 206 + 197 = 564 (100%)
R 161 of 564 ~ 28.55%
G 206 of 564 ~ 36.52%
B 197 of 564 ~ 34.93%

%28.55
%36.52
%34.93

CMYK color model

#A1CEC5 color CMYK value is (22,0,4,19).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 19.22%
CMYK:
(22,0,4,19)
C22M0Y4K19 
(22%,0%,4%,19%)
(0.22/0.00/0.04/0.19)	

CMYK percentages

%21.84
%0
%4.37
%19.22

Codes

Color #A1CEC5 in popluar color models

A1CEC5
RGB161206197
HSL168°31.47%71.96%
HSB/HSV168°21.84%80.78%
CMYK21.84%0.00%4.37%
19.22%

Color #A1CEC5 in popluar number systems.

HEXA1CEC5
Decimal161206197
Binary101000011100111011000101
Octal241316305

Shades and tints

Shades of #A1CEC5

#A1CEC5
(161,206,197)
#93BCB4
(147,188,180)
#85AAA3
(133,170,163)
#779892
(119,152,146)
#698681
(105,134,129)
#5B7470
(91,116,112)
#4D625F
(77,98,95)
#3F504E
(63,80,78)
#313E3D
(49,62,61)
#232C2C
(35,44,44)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #A1CEC5

#A1CEC5
(161,206,197)
#A9D2CA
(169,210,202)
#B1D6CF
(177,214,207)
#B9DAD4
(185,218,212)
#C1DED9
(193,222,217)
#C9E2DE
(201,226,222)
#D1E6E3
(209,230,227)
#D9EAE8
(217,234,232)
#E1EEED
(225,238,237)
#E9F2F2
(233,242,242)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CEC5; }

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

This text font color is #A1CEC5.


Background Color

.myBgColor { background-color: #A1CEC5; }

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

This div background color is #A1CEC5.


Border color

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

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

This div border color is #A1CEC5.


Opacity

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

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

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

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

This text has shadow with #A1CEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CEC5 on black background.


Color preview on white background

This text has color #A1CEC5 on white background.



Black color preview on #A1CEC5 background

This text has black color on #A1CEC5 background.


White color preview on #A1CEC5 background

This text has white color on #A1CEC5 background.