COLOR #C9BFDA

HEX: #C9BFDA RGB: (201,191,218)

Color info

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

RGB color model

#C9BFDA color RGB value is (201,191,218).

RGB: (201,191,218) (79%, 75%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 218 of 255 = 85%

201
191
218

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

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 218 = 610 (100%)
R 201 of 610 ~ 32.95%
G 191 of 610 ~ 31.31%
B 218 of 610 ~ 35.74'%

%32.95
%31.31
%35.74

CMYK color model

#C9BFDA color CMYK value is (8,12,0,15).

  • cyan value is 7.80%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (8,12,0,15)
C8M12Y0K15 (8%, 12%, 0%, 15%)
(0.08 / 0.12 / 0.00 / 0.15)

CMYK percentages

%7.8
%12.39
%0
%14.51

Codes

Color #C9BFDA in popluar color models

C9 BF DA
RGB 201 191 218
HSL 262° 26.73% 80.20%
HSB/HSV 262° 12.39% 85.49%
CMYK 7.80% 12.39% 0.00%
14.51%

Color #C9BFDA in popluar number systems.

HEX C9 BF DA
Decimal 201 191 218
Binary 11001001 10111111 11011010
Octal 311 277 332

Shades and tints

Shades of #C9BFDA

#C9BFDA
(201,191,218)
#B7AEC7
(183,174,199)
#A59DB4
(165,157,180)
#938CA1
(147,140,161)
#817B8E
(129,123,142)
#6F6A7B
(111,106,123)
#5D5968
(93,89,104)
#4B4855
(75,72,85)
#393742
(57,55,66)
#27262F
(39,38,47)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #C9BFDA

#C9BFDA
(201,191,218)
#CDC4DD
(205,196,221)
#D1C9E0
(209,201,224)
#D5CEE3
(213,206,227)
#D9D3E6
(217,211,230)
#DDD8E9
(221,216,233)
#E1DDEC
(225,221,236)
#E5E2EF
(229,226,239)
#E9E7F2
(233,231,242)
#EDECF5
(237,236,245)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFDA; }

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

This text font color is #C9BFDA.

Background Color

.myBgColor { background-color: #C9BFDA; }

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

This div background color is #C9BFDA.

Border color

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

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

This div border color is #C9BFDA.

Opacity

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

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

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

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

This text has shadow with #C9BFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFDA.

Preview

Color preview on black background

This text has color #C9BFDA on black background.


Color preview on white background

This text has color #C9BFDA on white background.


Black color preview on #C9BFDA background

This text has black color on #C9BFDA background.


White color preview on #C9BFDA background

This text has white color on #C9BFDA background.


Related colors

Complementary color

Complementary color for #hex is #364025.


I love getcolorcode.com

Triadic colors

1 #DAC9BF and #BFDAC9 with #C9BFDA are triadic colors.

2 #DABFC9 and #BFC9DA with #C9BFDA are triadic colors.