COLOR #C6ADBF

HEX: #C6ADBF RGB: (198,173,191)

Color info

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

RGB color model

#C6ADBF color RGB value is (198,173,191).

RGB: (198,173,191) (78%, 68%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 191 of 255 = 75%

198
173
191

R + G + B ~ 74%. #C6ADBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 191 = 562 (100%)
R 198 of 562 ~ 35.23%
G 173 of 562 ~ 30.78%
B 191 of 562 ~ 33.99'%

%35.23
%30.78
%33.99

CMYK color model

#C6ADBF color CMYK value is (0,13,4,22).

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

CMYK: (0,13,4,22)
C0M13Y4K22 (0%, 13%, 4%, 22%)
(0.00 / 0.13 / 0.04 / 0.22)

CMYK percentages

%0
%12.63
%3.54
%22.35

Codes

Color #C6ADBF in popluar color models

C6 AD BF
RGB 198 173 191
HSL 317° 17.99% 72.75%
HSB/HSV 317° 12.63% 77.65%
CMYK 0.00% 12.63% 3.54%
22.35%

Color #C6ADBF in popluar number systems.

HEX C6 AD BF
Decimal 198 173 191
Binary 11000110 10101101 10111111
Octal 306 255 277

Shades and tints

Shades of #C6ADBF

#C6ADBF
(198,173,191)
#B49EAE
(180,158,174)
#A28F9D
(162,143,157)
#90808C
(144,128,140)
#7E717B
(126,113,123)
#6C626A
(108,98,106)
#5A5359
(90,83,89)
#484448
(72,68,72)
#363537
(54,53,55)
#242626
(36,38,38)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6ADBF

#C6ADBF
(198,173,191)
#CBB4C4
(203,180,196)
#D0BBC9
(208,187,201)
#D5C2CE
(213,194,206)
#DAC9D3
(218,201,211)
#DFD0D8
(223,208,216)
#E4D7DD
(228,215,221)
#E9DEE2
(233,222,226)
#EEE5E7
(238,229,231)
#F3ECEC
(243,236,236)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADBF; }

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

This text font color is #C6ADBF.

Background Color

.myBgColor { background-color: #C6ADBF; }

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

This div background color is #C6ADBF.

Border color

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

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

This div border color is #C6ADBF.

Opacity

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

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

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

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

This text has shadow with #C6ADBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADBF.

Preview

Color preview on black background

This text has color #C6ADBF on black background.


Color preview on white background

This text has color #C6ADBF on white background.


Black color preview on #C6ADBF background

This text has black color on #C6ADBF background.


White color preview on #C6ADBF background

This text has white color on #C6ADBF background.


Related colors

Complementary color

Complementary color for #hex is #395240.


I love getcolorcode.com

Triadic colors

1 #BFC6AD and #ADBFC6 with #C6ADBF are triadic colors.

2 #BFADC6 and #ADC6BF with #C6ADBF are triadic colors.