COLOR #C9B6DF

HEX: #C9B6DF RGB: (201,182,223)

Color info

#C9B6DF contains red, green and blue colors in about the same proportion. Web safe color of #C9B6DF is #CCCCCC (or #CCC).

RGB color model

#C9B6DF color RGB value is (201,182,223).

RGB: (201,182,223) (79%, 71%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 182 of 255 = 71%
B 223 of 255 = 87%

201
182
223

R + G + B ~ 79%. #C9B6DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 182 + 223 = 606 (100%)
R 201 of 606 ~ 33.17%
G 182 of 606 ~ 30.03%
B 223 of 606 ~ 36.8'%

%33.17
%30.03
%36.8

CMYK color model

#C9B6DF color CMYK value is (10,18,0,13).

  • cyan value is 9.87%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (10,18,0,13)
C10M18Y0K13 (10%, 18%, 0%, 13%)
(0.10 / 0.18 / 0.00 / 0.13)

CMYK percentages

%9.87
%18.39
%0
%12.55

Codes

Color #C9B6DF in popluar color models

C9 B6 DF
RGB 201 182 223
HSL 268° 39.05% 79.41%
HSB/HSV 268° 18.39% 87.45%
CMYK 9.87% 18.39% 0.00%
12.55%

Color #C9B6DF in popluar number systems.

HEX C9 B6 DF
Decimal 201 182 223
Binary 11001001 10110110 11011111
Octal 311 266 337

Shades and tints

Shades of #C9B6DF

#C9B6DF
(201,182,223)
#B7A6CB
(183,166,203)
#A596B7
(165,150,183)
#9386A3
(147,134,163)
#81768F
(129,118,143)
#6F667B
(111,102,123)
#5D5667
(93,86,103)
#4B4653
(75,70,83)
#39363F
(57,54,63)
#27262B
(39,38,43)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #C9B6DF

#C9B6DF
(201,182,223)
#CDBCE1
(205,188,225)
#D1C2E3
(209,194,227)
#D5C8E5
(213,200,229)
#D9CEE7
(217,206,231)
#DDD4E9
(221,212,233)
#E1DAEB
(225,218,235)
#E5E0ED
(229,224,237)
#E9E6EF
(233,230,239)
#EDECF1
(237,236,241)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B6DF color. Also use rgb(201,182,223) instead hex code.

Text Font Color

.myTextColor { color: #C9B6DF; }

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

This text font color is #C9B6DF.

Background Color

.myBgColor { background-color: #C9B6DF; }

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

This div background color is #C9B6DF.

Border color

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

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

This div border color is #C9B6DF.

Opacity

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

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

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

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

This text has shadow with #C9B6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B6DF.

Preview

Color preview on black background

This text has color #C9B6DF on black background.


Color preview on white background

This text has color #C9B6DF on white background.


Black color preview on #C9B6DF background

This text has black color on #C9B6DF background.


White color preview on #C9B6DF background

This text has white color on #C9B6DF background.


Related colors

Complementary color

Complementary color for #hex is #364920.


I love getcolorcode.com

Triadic colors

1 #DFC9B6 and #B6DFC9 with #C9B6DF are triadic colors.

2 #DFB6C9 and #B6C9DF with #C9B6DF are triadic colors.