COLOR #A7CDCB

HEX: #A7CDCB RGB: (167,205,203)

Color info

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

RGB color model

#A7CDCB color RGB value is (167,205,203).

RGB: (167,205,203) (65%, 80%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 205 of 255 = 80%
B 203 of 255 = 80%

167
205
203

R + G + B ~ 75%. #A7CDCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 205 + 203 = 575 (100%)
R 167 of 575 ~ 29.04%
G 205 of 575 ~ 35.65%
B 203 of 575 ~ 35.3'%

%29.04
%35.65
%35.3

CMYK color model

#A7CDCB color CMYK value is (19,0,1,20).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 19.61%

CMYK: (19,0,1,20)
C19M0Y1K20 (19%, 0%, 1%, 20%)
(0.19 / 0.00 / 0.01 / 0.20)

CMYK percentages

%18.54
%0
%0.98
%19.61

Codes

Color #A7CDCB in popluar color models

A7 CD CB
RGB 167 205 203
HSL 177° 27.54% 72.94%
HSB/HSV 177° 18.54% 80.39%
CMYK 18.54% 0.00% 0.98%
19.61%

Color #A7CDCB in popluar number systems.

HEX A7 CD CB
Decimal 167 205 203
Binary 10100111 11001101 11001011
Octal 247 315 313

Shades and tints

Shades of #A7CDCB

#A7CDCB
(167,205,203)
#98BBB9
(152,187,185)
#89A9A7
(137,169,167)
#7A9795
(122,151,149)
#6B8583
(107,133,131)
#5C7371
(92,115,113)
#4D615F
(77,97,95)
#3E4F4D
(62,79,77)
#2F3D3B
(47,61,59)
#202B29
(32,43,41)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #A7CDCB

#A7CDCB
(167,205,203)
#AFD1CF
(175,209,207)
#B7D5D3
(183,213,211)
#BFD9D7
(191,217,215)
#C7DDDB
(199,221,219)
#CFE1DF
(207,225,223)
#D7E5E3
(215,229,227)
#DFE9E7
(223,233,231)
#E7EDEB
(231,237,235)
#EFF1EF
(239,241,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7CDCB; }

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

This text font color is #A7CDCB.

Background Color

.myBgColor { background-color: #A7CDCB; }

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

This div background color is #A7CDCB.

Border color

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

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

This div border color is #A7CDCB.

Opacity

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

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

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

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

This text has shadow with #A7CDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CDCB.

Preview

Color preview on black background

This text has color #A7CDCB on black background.


Color preview on white background

This text has color #A7CDCB on white background.


Black color preview on #A7CDCB background

This text has black color on #A7CDCB background.


White color preview on #A7CDCB background

This text has white color on #A7CDCB background.


Related colors

Complementary color

Complementary color for #hex is #583234.


I love getcolorcode.com

Triadic colors

1 #CBA7CD and #CDCBA7 with #A7CDCB are triadic colors.

2 #CBCDA7 and #CDA7CB with #A7CDCB are triadic colors.