COLOR #A2CDDB

HEX: #A2CDDB
RGB: (162,205,219)

Color info

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

RGB color model

#A2CDDB color RGB value is (162,205,219).

  • red value is 162;
  • green value is 205;
  • blue value is 219.
RGB:
(162,205,219)
(64%,80%,86%)

RGB channels and saturation

R 162 of 255 = 64%
G 205 of 255 = 80%
B 219 of 255 = 86%

162
205
219

R + G + B ~ 77%. #A2CDDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 205 + 219 = 586 (100%)
R 162 of 586 ~ 27.65%
G 205 of 586 ~ 34.98%
B 219 of 586 ~ 37.37%

%27.65
%34.98
%37.37

CMYK color model

#A2CDDB color CMYK value is (26,6,0,14).

  • cyan value is 26.03%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(26,6,0,14)
C26M6Y0K14 
(26%,6%,0%,14%)
(0.26/0.06/0.00/0.14)	

CMYK percentages

%26.03
%6.39
%0
%14.12

Codes

Color #A2CDDB in popluar color models

A2CDDB
RGB162205219
HSL195°44.19%74.71%
HSB/HSV195°26.03%85.88%
CMYK26.03%6.39%0.00%
14.12%

Color #A2CDDB in popluar number systems.

HEXA2CDDB
Decimal162205219
Binary101000101100110111011011
Octal242315333

Shades and tints

Shades of #A2CDDB

#A2CDDB
(162,205,219)
#94BBC8
(148,187,200)
#86A9B5
(134,169,181)
#7897A2
(120,151,162)
#6A858F
(106,133,143)
#5C737C
(92,115,124)
#4E6169
(78,97,105)
#404F56
(64,79,86)
#323D43
(50,61,67)
#242B30
(36,43,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #A2CDDB

#A2CDDB
(162,205,219)
#AAD1DE
(170,209,222)
#B2D5E1
(178,213,225)
#BAD9E4
(186,217,228)
#C2DDE7
(194,221,231)
#CAE1EA
(202,225,234)
#D2E5ED
(210,229,237)
#DAE9F0
(218,233,240)
#E2EDF3
(226,237,243)
#EAF1F6
(234,241,246)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CDDB color. Also use rgb(162,205,219) instead hex code.

Text Font Color

.myTextColor { color: #A2CDDB; }

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

This text font color is #A2CDDB.


Background Color

.myBgColor { background-color: #A2CDDB; }

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

This div background color is #A2CDDB.


Border color

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

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

This div border color is #A2CDDB.


Opacity

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

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

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

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

This text has shadow with #A2CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CDDB on black background.


Color preview on white background

This text has color #A2CDDB on white background.



Black color preview on #A2CDDB background

This text has black color on #A2CDDB background.


White color preview on #A2CDDB background

This text has white color on #A2CDDB background.