COLOR #A4CEBB

HEX: #A4CEBB RGB: (164,206,187)

Color info

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

RGB color model

#A4CEBB color RGB value is (164,206,187).

RGB: (164,206,187) (64%, 81%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 187 of 255 = 73%

164
206
187

R + G + B ~ 73%. #A4CEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 206 + 187 = 557 (100%)
R 164 of 557 ~ 29.44%
G 206 of 557 ~ 36.98%
B 187 of 557 ~ 33.57'%

%29.44
%36.98
%33.57

CMYK color model

#A4CEBB color CMYK value is (20,0,9,19).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK: (20,0,9,19) C20M0Y9K19 (20%,0%,9%,19%) (0.20/0.00/0.09/0.19) 

CMYK percentages

%20.39
%0
%9.22
%19.22

Codes

Color #A4CEBB in popluar color models

A4 CE BB
RGB 164 206 187
HSL 153° 30.00% 72.55%
HSB/HSV 153° 20.39% 80.78%
CMYK 20.39% 0.00% 9.22%
19.22%

Color #A4CEBB in popluar number systems.

HEX A4 CE BB
Decimal 164 206 187
Binary 10100100 11001110 10111011
Octal 244 316 273

Shades and tints

Shades of #A4CEBB

#A4CEBB
(164,206,187)
#96BCAA
(150,188,170)
#88AA99
(136,170,153)
#7A9888
(122,152,136)
#6C8677
(108,134,119)
#5E7466
(94,116,102)
#506255
(80,98,85)
#425044
(66,80,68)
#343E33
(52,62,51)
#262C22
(38,44,34)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #A4CEBB

#A4CEBB
(164,206,187)
#ACD2C1
(172,210,193)
#B4D6C7
(180,214,199)
#BCDACD
(188,218,205)
#C4DED3
(196,222,211)
#CCE2D9
(204,226,217)
#D4E6DF
(212,230,223)
#DCEAE5
(220,234,229)
#E4EEEB
(228,238,235)
#ECF2F1
(236,242,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CEBB color. Also use rgb(164,206,187) instead hex code.

Text Font Color

.myTextColor { color: #A4CEBB; }

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

This text font color is #A4CEBB.

Background Color

.myBgColor { background-color: #A4CEBB; }

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

This div background color is #A4CEBB.

Border color

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

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

This div border color is #A4CEBB.

Opacity

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

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

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

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

This text has shadow with #A4CEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CEBB.

Preview

Color preview on black background

This text has color #A4CEBB on black background.


Color preview on white background

This text has color #A4CEBB on white background.


Black color preview on #A4CEBB background

This text has black color on #A4CEBB background.


White color preview on #A4CEBB background

This text has white color on #A4CEBB background.


Related colors

Complementary color

Complementary color for #hex is #5B3144.


I love getcolorcode.com

Triadic colors

1 #BBA4CE and #CEBBA4 with #A4CEBB are triadic colors.

2 #BBCEA4 and #CEA4BB with #A4CEBB are triadic colors.