COLOR #A7CBC1

HEX: #A7CBC1
RGB: (167,203,193)

Color info

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

RGB color model

#A7CBC1 color RGB value is (167,203,193).

  • red value is 167;
  • green value is 203;
  • blue value is 193.
RGB:
(167,203,193)
(65%,80%,76%)

RGB channels and saturation

R 167 of 255 = 65%
G 203 of 255 = 80%
B 193 of 255 = 76%

167
203
193

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

Portions of RGB colors in percentages

R + G + B =
167 + 203 + 193 = 563 (100%)
R 167 of 563 ~ 29.66%
G 203 of 563 ~ 36.06%
B 193 of 563 ~ 34.28%

%29.66
%36.06
%34.28

CMYK color model

#A7CBC1 color CMYK value is (18,0,5,20).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 20.39%
CMYK:
(18,0,5,20)
C18M0Y5K20 
(18%,0%,5%,20%)
(0.18/0.00/0.05/0.20)	

CMYK percentages

%17.73
%0
%4.93
%20.39

Codes

Color #A7CBC1 in popluar color models

A7CBC1
RGB167203193
HSL163°25.71%72.55%
HSB/HSV163°17.73%79.61%
CMYK17.73%0.00%4.93%
20.39%

Color #A7CBC1 in popluar number systems.

HEXA7CBC1
Decimal167203193
Binary101001111100101111000001
Octal247313301

Shades and tints

Shades of #A7CBC1

#A7CBC1
(167,203,193)
#98B9B0
(152,185,176)
#89A79F
(137,167,159)
#7A958E
(122,149,142)
#6B837D
(107,131,125)
#5C716C
(92,113,108)
#4D5F5B
(77,95,91)
#3E4D4A
(62,77,74)
#2F3B39
(47,59,57)
#202928
(32,41,40)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #A7CBC1

#A7CBC1
(167,203,193)
#AFCFC6
(175,207,198)
#B7D3CB
(183,211,203)
#BFD7D0
(191,215,208)
#C7DBD5
(199,219,213)
#CFDFDA
(207,223,218)
#D7E3DF
(215,227,223)
#DFE7E4
(223,231,228)
#E7EBE9
(231,235,233)
#EFEFEE
(239,239,238)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CBC1 color. Also use rgb(167,203,193) instead hex code.

Text Font Color

.myTextColor { color: #A7CBC1; }

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

This text font color is #A7CBC1.


Background Color

.myBgColor { background-color: #A7CBC1; }

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

This div background color is #A7CBC1.


Border color

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

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

This div border color is #A7CBC1.


Opacity

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

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

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

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

This text has shadow with #A7CBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CBC1 on black background.


Color preview on white background

This text has color #A7CBC1 on white background.



Black color preview on #A7CBC1 background

This text has black color on #A7CBC1 background.


White color preview on #A7CBC1 background

This text has white color on #A7CBC1 background.