COLOR #A0D4C1

HEX: #A0D4C1
RGB: (160,212,193)

Color info

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

RGB color model

#A0D4C1 color RGB value is (160,212,193).

  • red value is 160;
  • green value is 212;
  • blue value is 193.
RGB:
(160,212,193)
(63%,83%,76%)

RGB channels and saturation

R 160 of 255 = 63%
G 212 of 255 = 83%
B 193 of 255 = 76%

160
212
193

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

Portions of RGB colors in percentages

R + G + B =
160 + 212 + 193 = 565 (100%)
R 160 of 565 ~ 28.32%
G 212 of 565 ~ 37.52%
B 193 of 565 ~ 34.16%

%28.32
%37.52
%34.16

CMYK color model

#A0D4C1 color CMYK value is (25,0,9,17).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 16.86%
CMYK:
(25,0,9,17)
C25M0Y9K17 
(25%,0%,9%,17%)
(0.25/0.00/0.09/0.17)	

CMYK percentages

%24.53
%0
%8.96
%16.86

Codes

Color #A0D4C1 in popluar color models

A0D4C1
RGB160212193
HSL158°37.68%72.94%
HSB/HSV158°24.53%83.14%
CMYK24.53%0.00%8.96%
16.86%

Color #A0D4C1 in popluar number systems.

HEXA0D4C1
Decimal160212193
Binary101000001101010011000001
Octal240324301

Shades and tints

Shades of #A0D4C1

#A0D4C1
(160,212,193)
#92C1B0
(146,193,176)
#84AE9F
(132,174,159)
#769B8E
(118,155,142)
#68887D
(104,136,125)
#5A756C
(90,117,108)
#4C625B
(76,98,91)
#3E4F4A
(62,79,74)
#303C39
(48,60,57)
#222928
(34,41,40)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #A0D4C1

#A0D4C1
(160,212,193)
#A8D7C6
(168,215,198)
#B0DACB
(176,218,203)
#B8DDD0
(184,221,208)
#C0E0D5
(192,224,213)
#C8E3DA
(200,227,218)
#D0E6DF
(208,230,223)
#D8E9E4
(216,233,228)
#E0ECE9
(224,236,233)
#E8EFEE
(232,239,238)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D4C1 color. Also use rgb(160,212,193) instead hex code.

Text Font Color

.myTextColor { color: #A0D4C1; }

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

This text font color is #A0D4C1.


Background Color

.myBgColor { background-color: #A0D4C1; }

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

This div background color is #A0D4C1.


Border color

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

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

This div border color is #A0D4C1.


Opacity

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

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

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

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

This text has shadow with #A0D4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D4C1 on black background.


Color preview on white background

This text has color #A0D4C1 on white background.



Black color preview on #A0D4C1 background

This text has black color on #A0D4C1 background.


White color preview on #A0D4C1 background

This text has white color on #A0D4C1 background.