COLOR #C6ADBB

HEX: #C6ADBB RGB: (198,173,187)

Color info

#C6ADBB contains red, green and blue colors in about the same proportion. Web safe color of #C6ADBB is #CC99CC (or #C9C).

RGB color model

#C6ADBB color RGB value is (198,173,187).

RGB: (198,173,187) (78%, 68%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 187 of 255 = 73%

198
173
187

R + G + B ~ 73%. #C6ADBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 187 = 558 (100%)
R 198 of 558 ~ 35.48%
G 173 of 558 ~ 31%
B 187 of 558 ~ 33.51'%

%35.48
%31
%33.51

CMYK color model

#C6ADBB color CMYK value is (0,13,6,22).

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

CMYK: (0,13,6,22)
C0M13Y6K22 (0%, 13%, 6%, 22%)
(0.00 / 0.13 / 0.06 / 0.22)

CMYK percentages

%0
%12.63
%5.56
%22.35

Codes

Color #C6ADBB in popluar color models

C6 AD BB
RGB 198 173 187
HSL 326° 17.99% 72.75%
HSB/HSV 326° 12.63% 77.65%
CMYK 0.00% 12.63% 5.56%
22.35%

Color #C6ADBB in popluar number systems.

HEX C6 AD BB
Decimal 198 173 187
Binary 11000110 10101101 10111011
Octal 306 255 273

Shades and tints

Shades of #C6ADBB

#C6ADBB
(198,173,187)
#B49EAA
(180,158,170)
#A28F99
(162,143,153)
#908088
(144,128,136)
#7E7177
(126,113,119)
#6C6266
(108,98,102)
#5A5355
(90,83,85)
#484444
(72,68,68)
#363533
(54,53,51)
#242622
(36,38,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #C6ADBB

#C6ADBB
(198,173,187)
#CBB4C1
(203,180,193)
#D0BBC7
(208,187,199)
#D5C2CD
(213,194,205)
#DAC9D3
(218,201,211)
#DFD0D9
(223,208,217)
#E4D7DF
(228,215,223)
#E9DEE5
(233,222,229)
#EEE5EB
(238,229,235)
#F3ECF1
(243,236,241)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADBB; }

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

This text font color is #C6ADBB.

Background Color

.myBgColor { background-color: #C6ADBB; }

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

This div background color is #C6ADBB.

Border color

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

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

This div border color is #C6ADBB.

Opacity

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

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

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

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

This text has shadow with #C6ADBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADBB.

Preview

Color preview on black background

This text has color #C6ADBB on black background.


Color preview on white background

This text has color #C6ADBB on white background.


Black color preview on #C6ADBB background

This text has black color on #C6ADBB background.


White color preview on #C6ADBB background

This text has white color on #C6ADBB background.


Related colors

Complementary color

Complementary color for #hex is #395244.


I love getcolorcode.com

Triadic colors

1 #BBC6AD and #ADBBC6 with #C6ADBB are triadic colors.

2 #BBADC6 and #ADC6BB with #C6ADBB are triadic colors.