COLOR #A7CBD2

HEX: #A7CBD2 RGB: (167,203,210)

Color info

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

RGB color model

#A7CBD2 color RGB value is (167,203,210).

RGB: (167,203,210) (65%, 80%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 203 of 255 = 80%
B 210 of 255 = 82%

167
203
210

R + G + B ~ 76%. #A7CBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 203 + 210 = 580 (100%)
R 167 of 580 ~ 28.79%
G 203 of 580 ~ 35%
B 210 of 580 ~ 36.21'%

%28.79
%35
%36.21

CMYK color model

#A7CBD2 color CMYK value is (20,3,0,18).

  • cyan value is 20.48%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (20,3,0,18)
C20M3Y0K18 (20%, 3%, 0%, 18%)
(0.20 / 0.03 / 0.00 / 0.18)

CMYK percentages

%20.48
%3.33
%0
%17.65

Codes

Color #A7CBD2 in popluar color models

A7 CB D2
RGB 167 203 210
HSL 190° 32.33% 73.92%
HSB/HSV 190° 20.48% 82.35%
CMYK 20.48% 3.33% 0.00%
17.65%

Color #A7CBD2 in popluar number systems.

HEX A7 CB D2
Decimal 167 203 210
Binary 10100111 11001011 11010010
Octal 247 313 322

Shades and tints

Shades of #A7CBD2

#A7CBD2
(167,203,210)
#98B9BF
(152,185,191)
#89A7AC
(137,167,172)
#7A9599
(122,149,153)
#6B8386
(107,131,134)
#5C7173
(92,113,115)
#4D5F60
(77,95,96)
#3E4D4D
(62,77,77)
#2F3B3A
(47,59,58)
#202927
(32,41,39)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #A7CBD2

#A7CBD2
(167,203,210)
#AFCFD6
(175,207,214)
#B7D3DA
(183,211,218)
#BFD7DE
(191,215,222)
#C7DBE2
(199,219,226)
#CFDFE6
(207,223,230)
#D7E3EA
(215,227,234)
#DFE7EE
(223,231,238)
#E7EBF2
(231,235,242)
#EFEFF6
(239,239,246)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CBD2; }

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

This text font color is #A7CBD2.

Background Color

.myBgColor { background-color: #A7CBD2; }

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

This div background color is #A7CBD2.

Border color

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

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

This div border color is #A7CBD2.

Opacity

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

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

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

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

This text has shadow with #A7CBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CBD2.

Preview

Color preview on black background

This text has color #A7CBD2 on black background.


Color preview on white background

This text has color #A7CBD2 on white background.


Black color preview on #A7CBD2 background

This text has black color on #A7CBD2 background.


White color preview on #A7CBD2 background

This text has white color on #A7CBD2 background.


Related colors

Complementary color

Complementary color for #hex is #58342D.


I love getcolorcode.com

Triadic colors

1 #D2A7CB and #CBD2A7 with #A7CBD2 are triadic colors.

2 #D2CBA7 and #CBA7D2 with #A7CBD2 are triadic colors.