COLOR #C9BFE9

HEX: #C9BFE9 RGB: (201,191,233)

Color info

#C9BFE9 contains red, green and blue colors in about the same proportion. Web safe color of #C9BFE9 is #CCCCFF (or #CCF).

RGB color model

#C9BFE9 color RGB value is (201,191,233).

RGB: (201,191,233) (79%, 75%, 91%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 233 of 255 = 91%

201
191
233

R + G + B ~ 82%. #C9BFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 233 = 625 (100%)
R 201 of 625 ~ 32.16%
G 191 of 625 ~ 30.56%
B 233 of 625 ~ 37.28'%

%32.16
%30.56
%37.28

CMYK color model

#C9BFE9 color CMYK value is (14,18,0,9).

  • cyan value is 13.73%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (14,18,0,9) C14M18Y0K9 (14%,18%,0%,9%) (0.14/0.18/0.00/0.09) 

CMYK percentages

%13.73
%18.03
%0
%8.63

Codes

Color #C9BFE9 in popluar color models

C9 BF E9
RGB 201 191 233
HSL 254° 48.84% 83.14%
HSB/HSV 254° 18.03% 91.37%
CMYK 13.73% 18.03% 0.00%
8.63%

Color #C9BFE9 in popluar number systems.

HEX C9 BF E9
Decimal 201 191 233
Binary 11001001 10111111 11101001
Octal 311 277 351

Shades and tints

Shades of #C9BFE9

#C9BFE9
(201,191,233)
#B7AED4
(183,174,212)
#A59DBF
(165,157,191)
#938CAA
(147,140,170)
#817B95
(129,123,149)
#6F6A80
(111,106,128)
#5D596B
(93,89,107)
#4B4856
(75,72,86)
#393741
(57,55,65)
#27262C
(39,38,44)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #C9BFE9

#C9BFE9
(201,191,233)
#CDC4EB
(205,196,235)
#D1C9ED
(209,201,237)
#D5CEEF
(213,206,239)
#D9D3F1
(217,211,241)
#DDD8F3
(221,216,243)
#E1DDF5
(225,221,245)
#E5E2F7
(229,226,247)
#E9E7F9
(233,231,249)
#EDECFB
(237,236,251)
#F1F1FD
(241,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFE9; }

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

This text font color is #C9BFE9.

Background Color

.myBgColor { background-color: #C9BFE9; }

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

This div background color is #C9BFE9.

Border color

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

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

This div border color is #C9BFE9.

Opacity

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

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

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

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

This text has shadow with #C9BFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFE9.

Preview

Color preview on black background

This text has color #C9BFE9 on black background.


Color preview on white background

This text has color #C9BFE9 on white background.


Black color preview on #C9BFE9 background

This text has black color on #C9BFE9 background.


White color preview on #C9BFE9 background

This text has white color on #C9BFE9 background.


Related colors

Complementary color

Complementary color for #hex is #364016.


I love getcolorcode.com

Triadic colors

1 #E9C9BF and #BFE9C9 with #C9BFE9 are triadic colors.

2 #E9BFC9 and #BFC9E9 with #C9BFE9 are triadic colors.