COLOR #A4DBCD

HEX: #A4DBCD RGB: (164,219,205)

Color info

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

RGB color model

#A4DBCD color RGB value is (164,219,205).

RGB: (164,219,205) (64%, 86%, 80%)

RGB channels and saturation

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

164
219
205

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

Portions of RGB colors in percentages

R + G + B = 164 + 219 + 205 = 588 (100%)
R 164 of 588 ~ 27.89%
G 219 of 588 ~ 37.24%
B 205 of 588 ~ 34.86'%

%27.89
%37.24
%34.86

CMYK color model

#A4DBCD color CMYK value is (25,0,6,14).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 6.39%
  • key color value is 14.12%
CMYK: (25,0,6,14) C25M0Y6K14 (25%,0%,6%,14%) (0.25/0.00/0.06/0.14) 

CMYK percentages

%25.11
%0
%6.39
%14.12

Codes

Color #A4DBCD in popluar color models

A4 DB CD
RGB 164 219 205
HSL 165° 43.31% 75.10%
HSB/HSV 165° 25.11% 85.88%
CMYK 25.11% 0.00% 6.39%
14.12%

Color #A4DBCD in popluar number systems.

HEX A4 DB CD
Decimal 164 219 205
Binary 10100100 11011011 11001101
Octal 244 333 315

Shades and tints

Shades of #A4DBCD

#A4DBCD
(164,219,205)
#96C8BB
(150,200,187)
#88B5A9
(136,181,169)
#7AA297
(122,162,151)
#6C8F85
(108,143,133)
#5E7C73
(94,124,115)
#506961
(80,105,97)
#42564F
(66,86,79)
#34433D
(52,67,61)
#26302B
(38,48,43)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #A4DBCD

#A4DBCD
(164,219,205)
#ACDED1
(172,222,209)
#B4E1D5
(180,225,213)
#BCE4D9
(188,228,217)
#C4E7DD
(196,231,221)
#CCEAE1
(204,234,225)
#D4EDE5
(212,237,229)
#DCF0E9
(220,240,233)
#E4F3ED
(228,243,237)
#ECF6F1
(236,246,241)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DBCD; }

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

This text font color is #A4DBCD.

Background Color

.myBgColor { background-color: #A4DBCD; }

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

This div background color is #A4DBCD.

Border color

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

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

This div border color is #A4DBCD.

Opacity

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

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

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

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

This text has shadow with #A4DBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DBCD.

Preview

Color preview on black background

This text has color #A4DBCD on black background.


Color preview on white background

This text has color #A4DBCD on white background.


Black color preview on #A4DBCD background

This text has black color on #A4DBCD background.


White color preview on #A4DBCD background

This text has white color on #A4DBCD background.


Related colors

Complementary color

Complementary color for #hex is #5B2432.


I love getcolorcode.com

Triadic colors

1 #CDA4DB and #DBCDA4 with #A4DBCD are triadic colors.

2 #CDDBA4 and #DBA4CD with #A4DBCD are triadic colors.