COLOR #C9BFD8

HEX: #C9BFD8 RGB: (201,191,216)

Color info

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

RGB color model

#C9BFD8 color RGB value is (201,191,216).

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

RGB channels and saturation

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

201
191
216

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

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 216 = 608 (100%)
R 201 of 608 ~ 33.06%
G 191 of 608 ~ 31.41%
B 216 of 608 ~ 35.53'%

%33.06
%31.41
%35.53

CMYK color model

#C9BFD8 color CMYK value is (7,12,0,15).

  • cyan value is 6.94%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (7,12,0,15)
C7M12Y0K15 (7%, 12%, 0%, 15%)
(0.07 / 0.12 / 0.00 / 0.15)

CMYK percentages

%6.94
%11.57
%0
%15.29

Codes

Color #C9BFD8 in popluar color models

C9 BF D8
RGB 201 191 216
HSL 264° 24.27% 79.80%
HSB/HSV 264° 11.57% 84.71%
CMYK 6.94% 11.57% 0.00%
15.29%

Color #C9BFD8 in popluar number systems.

HEX C9 BF D8
Decimal 201 191 216
Binary 11001001 10111111 11011000
Octal 311 277 330

Shades and tints

Shades of #C9BFD8

#C9BFD8
(201,191,216)
#B7AEC5
(183,174,197)
#A59DB2
(165,157,178)
#938C9F
(147,140,159)
#817B8C
(129,123,140)
#6F6A79
(111,106,121)
#5D5966
(93,89,102)
#4B4853
(75,72,83)
#393740
(57,55,64)
#27262D
(39,38,45)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #C9BFD8

#C9BFD8
(201,191,216)
#CDC4DB
(205,196,219)
#D1C9DE
(209,201,222)
#D5CEE1
(213,206,225)
#D9D3E4
(217,211,228)
#DDD8E7
(221,216,231)
#E1DDEA
(225,221,234)
#E5E2ED
(229,226,237)
#E9E7F0
(233,231,240)
#EDECF3
(237,236,243)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFD8; }

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

This text font color is #C9BFD8.

Background Color

.myBgColor { background-color: #C9BFD8; }

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

This div background color is #C9BFD8.

Border color

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

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

This div border color is #C9BFD8.

Opacity

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

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

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

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

This text has shadow with #C9BFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFD8.

Preview

Color preview on black background

This text has color #C9BFD8 on black background.


Color preview on white background

This text has color #C9BFD8 on white background.


Black color preview on #C9BFD8 background

This text has black color on #C9BFD8 background.


White color preview on #C9BFD8 background

This text has white color on #C9BFD8 background.


Related colors

Complementary color

Complementary color for #hex is #364027.


I love getcolorcode.com

Triadic colors

1 #D8C9BF and #BFD8C9 with #C9BFD8 are triadic colors.

2 #D8BFC9 and #BFC9D8 with #C9BFD8 are triadic colors.