COLOR #A7CBC2

HEX: #A7CBC2
RGB: (167,203,194)

Color info

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

RGB color model

#A7CBC2 color RGB value is (167,203,194).

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

RGB channels and saturation

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

167
203
194

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

Portions of RGB colors in percentages

R + G + B =
167 + 203 + 194 = 564 (100%)
R 167 of 564 ~ 29.61%
G 203 of 564 ~ 35.99%
B 194 of 564 ~ 34.4%

%29.61
%35.99
%34.4

CMYK color model

#A7CBC2 color CMYK value is (18,0,4,20).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 4.43%
  • key color value is 20.39%
CMYK:
(18,0,4,20)
C18M0Y4K20 
(18%,0%,4%,20%)
(0.18/0.00/0.04/0.20)	

CMYK percentages

%17.73
%0
%4.43
%20.39

Codes

Color #A7CBC2 in popluar color models

A7CBC2
RGB167203194
HSL165°25.71%72.55%
HSB/HSV165°17.73%79.61%
CMYK17.73%0.00%4.43%
20.39%

Color #A7CBC2 in popluar number systems.

HEXA7CBC2
Decimal167203194
Binary101001111100101111000010
Octal247313302

Shades and tints

Shades of #A7CBC2

#A7CBC2
(167,203,194)
#98B9B1
(152,185,177)
#89A7A0
(137,167,160)
#7A958F
(122,149,143)
#6B837E
(107,131,126)
#5C716D
(92,113,109)
#4D5F5C
(77,95,92)
#3E4D4B
(62,77,75)
#2F3B3A
(47,59,58)
#202929
(32,41,41)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #A7CBC2

#A7CBC2
(167,203,194)
#AFCFC7
(175,207,199)
#B7D3CC
(183,211,204)
#BFD7D1
(191,215,209)
#C7DBD6
(199,219,214)
#CFDFDB
(207,223,219)
#D7E3E0
(215,227,224)
#DFE7E5
(223,231,229)
#E7EBEA
(231,235,234)
#EFEFEF
(239,239,239)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CBC2; }

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

This text font color is #A7CBC2.


Background Color

.myBgColor { background-color: #A7CBC2; }

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

This div background color is #A7CBC2.


Border color

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

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

This div border color is #A7CBC2.


Opacity

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

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

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

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

This text has shadow with #A7CBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CBC2 on black background.


Color preview on white background

This text has color #A7CBC2 on white background.



Black color preview on #A7CBC2 background

This text has black color on #A7CBC2 background.


White color preview on #A7CBC2 background

This text has white color on #A7CBC2 background.