COLOR #A4DEBF

HEX: #A4DEBF
RGB: (164,222,191)

Color info

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

RGB color model

#A4DEBF color RGB value is (164,222,191).

  • red value is 164;
  • green value is 222;
  • blue value is 191.
RGB:
(164,222,191)
(64%,87%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 222 of 255 = 87%
B 191 of 255 = 75%

164
222
191

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

Portions of RGB colors in percentages

R + G + B =
164 + 222 + 191 = 577 (100%)
R 164 of 577 ~ 28.42%
G 222 of 577 ~ 38.47%
B 191 of 577 ~ 33.1%

%28.42
%38.47
%33.1

CMYK color model

#A4DEBF color CMYK value is (26,0,14,13).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 13.96%
  • key color value is 12.94%
CMYK:
(26,0,14,13)
C26M0Y14K13 
(26%,0%,14%,13%)
(0.26/0.00/0.14/0.13)	

CMYK percentages

%26.13
%0
%13.96
%12.94

Codes

Color #A4DEBF in popluar color models

A4DEBF
RGB164222191
HSL148°46.77%75.69%
HSB/HSV148°26.13%87.06%
CMYK26.13%0.00%13.96%
12.94%

Color #A4DEBF in popluar number systems.

HEXA4DEBF
Decimal164222191
Binary101001001101111010111111
Octal244336277

Shades and tints

Shades of #A4DEBF

#A4DEBF
(164,222,191)
#96CAAE
(150,202,174)
#88B69D
(136,182,157)
#7AA28C
(122,162,140)
#6C8E7B
(108,142,123)
#5E7A6A
(94,122,106)
#506659
(80,102,89)
#425248
(66,82,72)
#343E37
(52,62,55)
#262A26
(38,42,38)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A4DEBF

#A4DEBF
(164,222,191)
#ACE1C4
(172,225,196)
#B4E4C9
(180,228,201)
#BCE7CE
(188,231,206)
#C4EAD3
(196,234,211)
#CCEDD8
(204,237,216)
#D4F0DD
(212,240,221)
#DCF3E2
(220,243,226)
#E4F6E7
(228,246,231)
#ECF9EC
(236,249,236)
#F4FCF1
(244,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DEBF color. Also use rgb(164,222,191) instead hex code.

Text Font Color

.myTextColor { color: #A4DEBF; }

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

This text font color is #A4DEBF.


Background Color

.myBgColor { background-color: #A4DEBF; }

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

This div background color is #A4DEBF.


Border color

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

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

This div border color is #A4DEBF.


Opacity

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

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

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

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

This text has shadow with #A4DEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DEBF on black background.


Color preview on white background

This text has color #A4DEBF on white background.



Black color preview on #A4DEBF background

This text has black color on #A4DEBF background.


White color preview on #A4DEBF background

This text has white color on #A4DEBF background.