COLOR #C6ADBD

HEX: #C6ADBD RGB: (198,173,189)

Color info

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

RGB color model

#C6ADBD color RGB value is (198,173,189).

RGB: (198,173,189) (78%, 68%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 189 of 255 = 74%

198
173
189

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

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 189 = 560 (100%)
R 198 of 560 ~ 35.36%
G 173 of 560 ~ 30.89%
B 189 of 560 ~ 33.75'%

%35.36
%30.89
%33.75

CMYK color model

#C6ADBD color CMYK value is (0,13,5,22).

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

CMYK: (0,13,5,22)
C0M13Y5K22 (0%, 13%, 5%, 22%)
(0.00 / 0.13 / 0.05 / 0.22)

CMYK percentages

%0
%12.63
%4.55
%22.35

Codes

Color #C6ADBD in popluar color models

C6 AD BD
RGB 198 173 189
HSL 322° 17.99% 72.75%
HSB/HSV 322° 12.63% 77.65%
CMYK 0.00% 12.63% 4.55%
22.35%

Color #C6ADBD in popluar number systems.

HEX C6 AD BD
Decimal 198 173 189
Binary 11000110 10101101 10111101
Octal 306 255 275

Shades and tints

Shades of #C6ADBD

#C6ADBD
(198,173,189)
#B49EAC
(180,158,172)
#A28F9B
(162,143,155)
#90808A
(144,128,138)
#7E7179
(126,113,121)
#6C6268
(108,98,104)
#5A5357
(90,83,87)
#484446
(72,68,70)
#363535
(54,53,53)
#242624
(36,38,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6ADBD

#C6ADBD
(198,173,189)
#CBB4C3
(203,180,195)
#D0BBC9
(208,187,201)
#D5C2CF
(213,194,207)
#DAC9D5
(218,201,213)
#DFD0DB
(223,208,219)
#E4D7E1
(228,215,225)
#E9DEE7
(233,222,231)
#EEE5ED
(238,229,237)
#F3ECF3
(243,236,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADBD; }

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

This text font color is #C6ADBD.

Background Color

.myBgColor { background-color: #C6ADBD; }

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

This div background color is #C6ADBD.

Border color

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

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

This div border color is #C6ADBD.

Opacity

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

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

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

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

This text has shadow with #C6ADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADBD.

Preview

Color preview on black background

This text has color #C6ADBD on black background.


Color preview on white background

This text has color #C6ADBD on white background.


Black color preview on #C6ADBD background

This text has black color on #C6ADBD background.


White color preview on #C6ADBD background

This text has white color on #C6ADBD background.


Related colors

Complementary color

Complementary color for #hex is #395242.


I love getcolorcode.com

Triadic colors

1 #BDC6AD and #ADBDC6 with #C6ADBD are triadic colors.

2 #BDADC6 and #ADC6BD with #C6ADBD are triadic colors.