COLOR #A0CDCC

HEX: #A0CDCC
RGB: (160,205,204)

Color info

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

RGB color model

#A0CDCC color RGB value is (160,205,204).

  • red value is 160;
  • green value is 205;
  • blue value is 204.
RGB: (160,205,204) (63%,80%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 205 of 255 = 80%
B 204 of 255 = 80%

160
205
204

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

Portions of RGB colors in percentages

R + G + B =
160 + 205 + 204 = 569 (100%)
R 160 of 569 ~ 28.12%
G 205 of 569 ~ 36.03%
B 204 of 569 ~ 35.85%

%28.12
%36.03
%35.85

CMYK color model

#A0CDCC color CMYK value is (22,0,0,20).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 19.61%
CMYK: (22,0,0,20) C22M0Y0K20 (22%,0%,0%,20%) (0.22/0.00/0.00/0.20)

CMYK percentages

%21.95
%0
%0.49
%19.61

Codes

Color #A0CDCC in popluar color models

A0CDCC
RGB160205204
HSL179°31.03%71.57%
HSB/HSV179°21.95%80.39%
CMYK21.95%0.00%0.49%
19.61%

Color #A0CDCC in popluar number systems.

HEXA0CDCC
Decimal160205204
Binary101000001100110111001100
Octal240315314

Shades and tints

Shades of #A0CDCC

#A0CDCC
(160,205,204)
#92BBBA
(146,187,186)
#84A9A8
(132,169,168)
#769796
(118,151,150)
#688584
(104,133,132)
#5A7372
(90,115,114)
#4C6160
(76,97,96)
#3E4F4E
(62,79,78)
#303D3C
(48,61,60)
#222B2A
(34,43,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #A0CDCC

#A0CDCC
(160,205,204)
#A8D1D0
(168,209,208)
#B0D5D4
(176,213,212)
#B8D9D8
(184,217,216)
#C0DDDC
(192,221,220)
#C8E1E0
(200,225,224)
#D0E5E4
(208,229,228)
#D8E9E8
(216,233,232)
#E0EDEC
(224,237,236)
#E8F1F0
(232,241,240)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CDCC color. Also use rgb(160,205,204) instead hex code.

Text Font Color

.myTextColor { color: #A0CDCC; }

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

This text font color is #A0CDCC.


Background Color

.myBgColor { background-color: #A0CDCC; }

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

This div background color is #A0CDCC.


Border color

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

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

This div border color is #A0CDCC.


Opacity

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

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

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

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

This text has shadow with #A0CDCC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A0CDCC on black background.


Color preview on white background

This text has color #A0CDCC on white background.



Black color preview on #A0CDCC background

This text has black color on #A0CDCC background.


White color preview on #A0CDCC background

This text has white color on #A0CDCC background.