COLOR #C6ADAB

HEX: #C6ADAB RGB: (198,173,171)

Color info

#C6ADAB contains red, green and blue colors in about the same proportion. Web safe color of #C6ADAB is #CC9999 (or #C99).

RGB color model

#C6ADAB color RGB value is (198,173,171).

RGB: (198,173,171) (78%, 68%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 171 of 255 = 67%

198
173
171

R + G + B ~ 71%. #C6ADAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 171 = 542 (100%)
R 198 of 542 ~ 36.53%
G 173 of 542 ~ 31.92%
B 171 of 542 ~ 31.55'%

%36.53
%31.92
%31.55

CMYK color model

#C6ADAB color CMYK value is (0,13,14,22).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 13.64%
  • key color value is 22.35%

CMYK: (0,13,14,22)
C0M13Y14K22 (0%, 13%, 14%, 22%)
(0.00 / 0.13 / 0.14 / 0.22)

CMYK percentages

%0
%12.63
%13.64
%22.35

Codes

Color #C6ADAB in popluar color models

C6 AD AB
RGB 198 173 171
HSL 19.15% 72.35%
HSB/HSV 13.64% 77.65%
CMYK 0.00% 12.63% 13.64%
22.35%

Color #C6ADAB in popluar number systems.

HEX C6 AD AB
Decimal 198 173 171
Binary 11000110 10101101 10101011
Octal 306 255 253

Shades and tints

Shades of #C6ADAB

#C6ADAB
(198,173,171)
#B49E9C
(180,158,156)
#A28F8D
(162,143,141)
#90807E
(144,128,126)
#7E716F
(126,113,111)
#6C6260
(108,98,96)
#5A5351
(90,83,81)
#484442
(72,68,66)
#363533
(54,53,51)
#242624
(36,38,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6ADAB

#C6ADAB
(198,173,171)
#CBB4B2
(203,180,178)
#D0BBB9
(208,187,185)
#D5C2C0
(213,194,192)
#DAC9C7
(218,201,199)
#DFD0CE
(223,208,206)
#E4D7D5
(228,215,213)
#E9DEDC
(233,222,220)
#EEE5E3
(238,229,227)
#F3ECEA
(243,236,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6ADAB color. Also use rgb(198,173,171) instead hex code.

Text Font Color

.myTextColor { color: #C6ADAB; }

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

This text font color is #C6ADAB.

Background Color

.myBgColor { background-color: #C6ADAB; }

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

This div background color is #C6ADAB.

Border color

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

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

This div border color is #C6ADAB.

Opacity

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

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

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

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

This text has shadow with #C6ADAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADAB.

Preview

Color preview on black background

This text has color #C6ADAB on black background.


Color preview on white background

This text has color #C6ADAB on white background.


Black color preview on #C6ADAB background

This text has black color on #C6ADAB background.


White color preview on #C6ADAB background

This text has white color on #C6ADAB background.


Related colors

Complementary color

Complementary color for #hex is #395254.


I love getcolorcode.com

Triadic colors

1 #ABC6AD and #ADABC6 with #C6ADAB are triadic colors.

2 #ABADC6 and #ADC6AB with #C6ADAB are triadic colors.