COLOR #C6ADB5

HEX: #C6ADB5 RGB: (198,173,181)

Color info

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

RGB color model

#C6ADB5 color RGB value is (198,173,181).

RGB: (198,173,181) (78%, 68%, 71%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 181 of 255 = 71%

198
173
181

R + G + B ~ 72%. #C6ADB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 181 = 552 (100%)
R 198 of 552 ~ 35.87%
G 173 of 552 ~ 31.34%
B 181 of 552 ~ 32.79'%

%35.87
%31.34
%32.79

CMYK color model

#C6ADB5 color CMYK value is (0,13,9,22).

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

CMYK: (0,13,9,22)
C0M13Y9K22 (0%, 13%, 9%, 22%)
(0.00 / 0.13 / 0.09 / 0.22)

CMYK percentages

%0
%12.63
%8.59
%22.35

Codes

Color #C6ADB5 in popluar color models

C6 AD B5
RGB 198 173 181
HSL 341° 17.99% 72.75%
HSB/HSV 341° 12.63% 77.65%
CMYK 0.00% 12.63% 8.59%
22.35%

Color #C6ADB5 in popluar number systems.

HEX C6 AD B5
Decimal 198 173 181
Binary 11000110 10101101 10110101
Octal 306 255 265

Shades and tints

Shades of #C6ADB5

#C6ADB5
(198,173,181)
#B49EA5
(180,158,165)
#A28F95
(162,143,149)
#908085
(144,128,133)
#7E7175
(126,113,117)
#6C6265
(108,98,101)
#5A5355
(90,83,85)
#484445
(72,68,69)
#363535
(54,53,53)
#242625
(36,38,37)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6ADB5

#C6ADB5
(198,173,181)
#CBB4BB
(203,180,187)
#D0BBC1
(208,187,193)
#D5C2C7
(213,194,199)
#DAC9CD
(218,201,205)
#DFD0D3
(223,208,211)
#E4D7D9
(228,215,217)
#E9DEDF
(233,222,223)
#EEE5E5
(238,229,229)
#F3ECEB
(243,236,235)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADB5; }

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

This text font color is #C6ADB5.

Background Color

.myBgColor { background-color: #C6ADB5; }

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

This div background color is #C6ADB5.

Border color

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

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

This div border color is #C6ADB5.

Opacity

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

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

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

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

This text has shadow with #C6ADB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADB5.

Preview

Color preview on black background

This text has color #C6ADB5 on black background.


Color preview on white background

This text has color #C6ADB5 on white background.


Black color preview on #C6ADB5 background

This text has black color on #C6ADB5 background.


White color preview on #C6ADB5 background

This text has white color on #C6ADB5 background.


Related colors

Complementary color

Complementary color for #hex is #39524A.


I love getcolorcode.com

Triadic colors

1 #B5C6AD and #ADB5C6 with #C6ADB5 are triadic colors.

2 #B5ADC6 and #ADC6B5 with #C6ADB5 are triadic colors.