COLOR #C9BFDF

HEX: #C9BFDF RGB: (201,191,223)

Color info

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

RGB color model

#C9BFDF color RGB value is (201,191,223).

RGB: (201,191,223) (79%, 75%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 223 of 255 = 87%

201
191
223

R + G + B ~ 80%. #C9BFDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 223 = 615 (100%)
R 201 of 615 ~ 32.68%
G 191 of 615 ~ 31.06%
B 223 of 615 ~ 36.26'%

%32.68
%31.06
%36.26

CMYK color model

#C9BFDF color CMYK value is (10,14,0,13).

  • cyan value is 9.87%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (10,14,0,13) C10M14Y0K13 (10%,14%,0%,13%) (0.10/0.14/0.00/0.13) 

CMYK percentages

%9.87
%14.35
%0
%12.55

Codes

Color #C9BFDF in popluar color models

C9 BF DF
RGB 201 191 223
HSL 259° 33.33% 81.18%
HSB/HSV 259° 14.35% 87.45%
CMYK 9.87% 14.35% 0.00%
12.55%

Color #C9BFDF in popluar number systems.

HEX C9 BF DF
Decimal 201 191 223
Binary 11001001 10111111 11011111
Octal 311 277 337

Shades and tints

Shades of #C9BFDF

#C9BFDF
(201,191,223)
#B7AECB
(183,174,203)
#A59DB7
(165,157,183)
#938CA3
(147,140,163)
#817B8F
(129,123,143)
#6F6A7B
(111,106,123)
#5D5967
(93,89,103)
#4B4853
(75,72,83)
#39373F
(57,55,63)
#27262B
(39,38,43)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #C9BFDF

#C9BFDF
(201,191,223)
#CDC4E1
(205,196,225)
#D1C9E3
(209,201,227)
#D5CEE5
(213,206,229)
#D9D3E7
(217,211,231)
#DDD8E9
(221,216,233)
#E1DDEB
(225,221,235)
#E5E2ED
(229,226,237)
#E9E7EF
(233,231,239)
#EDECF1
(237,236,241)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFDF; }

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

This text font color is #C9BFDF.

Background Color

.myBgColor { background-color: #C9BFDF; }

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

This div background color is #C9BFDF.

Border color

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

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

This div border color is #C9BFDF.

Opacity

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

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

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

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

This text has shadow with #C9BFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFDF.

Preview

Color preview on black background

This text has color #C9BFDF on black background.


Color preview on white background

This text has color #C9BFDF on white background.


Black color preview on #C9BFDF background

This text has black color on #C9BFDF background.


White color preview on #C9BFDF background

This text has white color on #C9BFDF background.


Related colors

Complementary color

Complementary color for #hex is #364020.


I love getcolorcode.com

Triadic colors

1 #DFC9BF and #BFDFC9 with #C9BFDF are triadic colors.

2 #DFBFC9 and #BFC9DF with #C9BFDF are triadic colors.