COLOR #A0CEC3

HEX: #A0CEC3
RGB: (160,206,195)

Color info

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

RGB color model

#A0CEC3 color RGB value is (160,206,195).

  • red value is 160;
  • green value is 206;
  • blue value is 195.
RGB:
(160,206,195)
(63%,81%,76%)

RGB channels and saturation

R 160 of 255 = 63%
G 206 of 255 = 81%
B 195 of 255 = 76%

160
206
195

R + G + B ~ 73%. #A0CEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 206 + 195 = 561 (100%)
R 160 of 561 ~ 28.52%
G 206 of 561 ~ 36.72%
B 195 of 561 ~ 34.76%

%28.52
%36.72
%34.76

CMYK color model

#A0CEC3 color CMYK value is (22,0,5,19).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 19.22%
CMYK:
(22,0,5,19)
C22M0Y5K19 
(22%,0%,5%,19%)
(0.22/0.00/0.05/0.19)	

CMYK percentages

%22.33
%0
%5.34
%19.22

Codes

Color #A0CEC3 in popluar color models

A0CEC3
RGB160206195
HSL166°31.94%71.76%
HSB/HSV166°22.33%80.78%
CMYK22.33%0.00%5.34%
19.22%

Color #A0CEC3 in popluar number systems.

HEXA0CEC3
Decimal160206195
Binary101000001100111011000011
Octal240316303

Shades and tints

Shades of #A0CEC3

#A0CEC3
(160,206,195)
#92BCB2
(146,188,178)
#84AAA1
(132,170,161)
#769890
(118,152,144)
#68867F
(104,134,127)
#5A746E
(90,116,110)
#4C625D
(76,98,93)
#3E504C
(62,80,76)
#303E3B
(48,62,59)
#222C2A
(34,44,42)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #A0CEC3

#A0CEC3
(160,206,195)
#A8D2C8
(168,210,200)
#B0D6CD
(176,214,205)
#B8DAD2
(184,218,210)
#C0DED7
(192,222,215)
#C8E2DC
(200,226,220)
#D0E6E1
(208,230,225)
#D8EAE6
(216,234,230)
#E0EEEB
(224,238,235)
#E8F2F0
(232,242,240)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CEC3 color. Also use rgb(160,206,195) instead hex code.

Text Font Color

.myTextColor { color: #A0CEC3; }

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

This text font color is #A0CEC3.


Background Color

.myBgColor { background-color: #A0CEC3; }

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

This div background color is #A0CEC3.


Border color

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

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

This div border color is #A0CEC3.


Opacity

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

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

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

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

This text has shadow with #A0CEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CEC3 on black background.


Color preview on white background

This text has color #A0CEC3 on white background.



Black color preview on #A0CEC3 background

This text has black color on #A0CEC3 background.


White color preview on #A0CEC3 background

This text has white color on #A0CEC3 background.