COLOR #A4CBC7

HEX: #A4CBC7 RGB: (164,203,199)

Color info

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

RGB color model

#A4CBC7 color RGB value is (164,203,199).

RGB: (164,203,199) (64%, 80%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 199 of 255 = 78%

164
203
199

R + G + B ~ 74%. #A4CBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 203 + 199 = 566 (100%)
R 164 of 566 ~ 28.98%
G 203 of 566 ~ 35.87%
B 199 of 566 ~ 35.16'%

%28.98
%35.87
%35.16

CMYK color model

#A4CBC7 color CMYK value is (19,0,2,20).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 20.39%
CMYK: (19,0,2,20) C19M0Y2K20 (19%,0%,2%,20%) (0.19/0.00/0.02/0.20) 

CMYK percentages

%19.21
%0
%1.97
%20.39

Codes

Color #A4CBC7 in popluar color models

A4 CB C7
RGB 164 203 199
HSL 174° 27.27% 71.96%
HSB/HSV 174° 19.21% 79.61%
CMYK 19.21% 0.00% 1.97%
20.39%

Color #A4CBC7 in popluar number systems.

HEX A4 CB C7
Decimal 164 203 199
Binary 10100100 11001011 11000111
Octal 244 313 307

Shades and tints

Shades of #A4CBC7

#A4CBC7
(164,203,199)
#96B9B5
(150,185,181)
#88A7A3
(136,167,163)
#7A9591
(122,149,145)
#6C837F
(108,131,127)
#5E716D
(94,113,109)
#505F5B
(80,95,91)
#424D49
(66,77,73)
#343B37
(52,59,55)
#262925
(38,41,37)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4CBC7

#A4CBC7
(164,203,199)
#ACCFCC
(172,207,204)
#B4D3D1
(180,211,209)
#BCD7D6
(188,215,214)
#C4DBDB
(196,219,219)
#CCDFE0
(204,223,224)
#D4E3E5
(212,227,229)
#DCE7EA
(220,231,234)
#E4EBEF
(228,235,239)
#ECEFF4
(236,239,244)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CBC7 color. Also use rgb(164,203,199) instead hex code.

Text Font Color

.myTextColor { color: #A4CBC7; }

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

This text font color is #A4CBC7.

Background Color

.myBgColor { background-color: #A4CBC7; }

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

This div background color is #A4CBC7.

Border color

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

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

This div border color is #A4CBC7.

Opacity

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

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

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

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

This text has shadow with #A4CBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CBC7.

Preview

Color preview on black background

This text has color #A4CBC7 on black background.


Color preview on white background

This text has color #A4CBC7 on white background.


Black color preview on #A4CBC7 background

This text has black color on #A4CBC7 background.


White color preview on #A4CBC7 background

This text has white color on #A4CBC7 background.


Related colors

Complementary color

Complementary color for #hex is #5B3438.


I love getcolorcode.com

Triadic colors

1 #C7A4CB and #CBC7A4 with #A4CBC7 are triadic colors.

2 #C7CBA4 and #CBA4C7 with #A4CBC7 are triadic colors.