COLOR #A4CFDB

HEX: #A4CFDB RGB: (164,207,219)

Color info

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

RGB color model

#A4CFDB color RGB value is (164,207,219).

RGB: (164,207,219) (64%, 81%, 86%)

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 219 of 255 = 86%

164
207
219

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

Portions of RGB colors in percentages

R + G + B = 164 + 207 + 219 = 590 (100%)
R 164 of 590 ~ 27.8%
G 207 of 590 ~ 35.08%
B 219 of 590 ~ 37.12'%

%27.8
%35.08
%37.12

CMYK color model

#A4CFDB color CMYK value is (25,5,0,14).

  • cyan value is 25.11%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (25,5,0,14)
C25M5Y0K14 (25%, 5%, 0%, 14%)
(0.25 / 0.05 / 0.00 / 0.14)

CMYK percentages

%25.11
%5.48
%0
%14.12

Codes

Color #A4CFDB in popluar color models

A4 CF DB
RGB 164 207 219
HSL 193° 43.31% 75.10%
HSB/HSV 193° 25.11% 85.88%
CMYK 25.11% 5.48% 0.00%
14.12%

Color #A4CFDB in popluar number systems.

HEX A4 CF DB
Decimal 164 207 219
Binary 10100100 11001111 11011011
Octal 244 317 333

Shades and tints

Shades of #A4CFDB

#A4CFDB
(164,207,219)
#96BDC8
(150,189,200)
#88ABB5
(136,171,181)
#7A99A2
(122,153,162)
#6C878F
(108,135,143)
#5E757C
(94,117,124)
#506369
(80,99,105)
#425156
(66,81,86)
#343F43
(52,63,67)
#262D30
(38,45,48)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #A4CFDB

#A4CFDB
(164,207,219)
#ACD3DE
(172,211,222)
#B4D7E1
(180,215,225)
#BCDBE4
(188,219,228)
#C4DFE7
(196,223,231)
#CCE3EA
(204,227,234)
#D4E7ED
(212,231,237)
#DCEBF0
(220,235,240)
#E4EFF3
(228,239,243)
#ECF3F6
(236,243,246)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CFDB; }

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

This text font color is #A4CFDB.

Background Color

.myBgColor { background-color: #A4CFDB; }

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

This div background color is #A4CFDB.

Border color

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

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

This div border color is #A4CFDB.

Opacity

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

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

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

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

This text has shadow with #A4CFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CFDB.

Preview

Color preview on black background

This text has color #A4CFDB on black background.


Color preview on white background

This text has color #A4CFDB on white background.


Black color preview on #A4CFDB background

This text has black color on #A4CFDB background.


White color preview on #A4CFDB background

This text has white color on #A4CFDB background.


Related colors

Complementary color

Complementary color for #hex is #5B3024.


I love getcolorcode.com

Triadic colors

1 #DBA4CF and #CFDBA4 with #A4CFDB are triadic colors.

2 #DBCFA4 and #CFA4DB with #A4CFDB are triadic colors.