COLOR #A1DCC4

HEX: #A1DCC4
RGB: (161,220,196)

Color info

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

RGB color model

#A1DCC4 color RGB value is (161,220,196).

  • red value is 161;
  • green value is 220;
  • blue value is 196.
RGB:
(161,220,196)
(63%,86%,77%)

RGB channels and saturation

R 161 of 255 = 63%
G 220 of 255 = 86%
B 196 of 255 = 77%

161
220
196

R + G + B ~ 75%. #A1DCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 220 + 196 = 577 (100%)
R 161 of 577 ~ 27.9%
G 220 of 577 ~ 38.13%
B 196 of 577 ~ 33.97%

%27.9
%38.13
%33.97

CMYK color model

#A1DCC4 color CMYK value is (27,0,11,14).

  • cyan value is 26.82%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 13.73%
CMYK:
(27,0,11,14)
C27M0Y11K14 
(27%,0%,11%,14%)
(0.27/0.00/0.11/0.14)	

CMYK percentages

%26.82
%0
%10.91
%13.73

Codes

Color #A1DCC4 in popluar color models

A1DCC4
RGB161220196
HSL156°45.74%74.71%
HSB/HSV156°26.82%86.27%
CMYK26.82%0.00%10.91%
13.73%

Color #A1DCC4 in popluar number systems.

HEXA1DCC4
Decimal161220196
Binary101000011101110011000100
Octal241334304

Shades and tints

Shades of #A1DCC4

#A1DCC4
(161,220,196)
#93C8B3
(147,200,179)
#85B4A2
(133,180,162)
#77A091
(119,160,145)
#698C80
(105,140,128)
#5B786F
(91,120,111)
#4D645E
(77,100,94)
#3F504D
(63,80,77)
#313C3C
(49,60,60)
#23282B
(35,40,43)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #A1DCC4

#A1DCC4
(161,220,196)
#A9DFC9
(169,223,201)
#B1E2CE
(177,226,206)
#B9E5D3
(185,229,211)
#C1E8D8
(193,232,216)
#C9EBDD
(201,235,221)
#D1EEE2
(209,238,226)
#D9F1E7
(217,241,231)
#E1F4EC
(225,244,236)
#E9F7F1
(233,247,241)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DCC4 color. Also use rgb(161,220,196) instead hex code.

Text Font Color

.myTextColor { color: #A1DCC4; }

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

This text font color is #A1DCC4.


Background Color

.myBgColor { background-color: #A1DCC4; }

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

This div background color is #A1DCC4.


Border color

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

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

This div border color is #A1DCC4.


Opacity

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

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

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

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

This text has shadow with #A1DCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DCC4 on black background.


Color preview on white background

This text has color #A1DCC4 on white background.



Black color preview on #A1DCC4 background

This text has black color on #A1DCC4 background.


White color preview on #A1DCC4 background

This text has white color on #A1DCC4 background.