COLOR #C9BFE2

HEX: #C9BFE2 RGB: (201,191,226)

Color info

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

RGB color model

#C9BFE2 color RGB value is (201,191,226).

RGB: (201,191,226) (79%, 75%, 89%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 226 of 255 = 89%

201
191
226

R + G + B ~ 81%. #C9BFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 191 + 226 = 618 (100%)
R 201 of 618 ~ 32.52%
G 191 of 618 ~ 30.91%
B 226 of 618 ~ 36.57'%

%32.52
%30.91
%36.57

CMYK color model

#C9BFE2 color CMYK value is (11,15,0,11).

  • cyan value is 11.06%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (11,15,0,11)
C11M15Y0K11 (11%, 15%, 0%, 11%)
(0.11 / 0.15 / 0.00 / 0.11)

CMYK percentages

%11.06
%15.49
%0
%11.37

Codes

Color #C9BFE2 in popluar color models

C9 BF E2
RGB 201 191 226
HSL 257° 37.63% 81.76%
HSB/HSV 257° 15.49% 88.63%
CMYK 11.06% 15.49% 0.00%
11.37%

Color #C9BFE2 in popluar number systems.

HEX C9 BF E2
Decimal 201 191 226
Binary 11001001 10111111 11100010
Octal 311 277 342

Shades and tints

Shades of #C9BFE2

#C9BFE2
(201,191,226)
#B7AECE
(183,174,206)
#A59DBA
(165,157,186)
#938CA6
(147,140,166)
#817B92
(129,123,146)
#6F6A7E
(111,106,126)
#5D596A
(93,89,106)
#4B4856
(75,72,86)
#393742
(57,55,66)
#27262E
(39,38,46)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #C9BFE2

#C9BFE2
(201,191,226)
#CDC4E4
(205,196,228)
#D1C9E6
(209,201,230)
#D5CEE8
(213,206,232)
#D9D3EA
(217,211,234)
#DDD8EC
(221,216,236)
#E1DDEE
(225,221,238)
#E5E2F0
(229,226,240)
#E9E7F2
(233,231,242)
#EDECF4
(237,236,244)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFE2; }

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

This text font color is #C9BFE2.

Background Color

.myBgColor { background-color: #C9BFE2; }

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

This div background color is #C9BFE2.

Border color

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

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

This div border color is #C9BFE2.

Opacity

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

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

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

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

This text has shadow with #C9BFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BFE2.

Preview

Color preview on black background

This text has color #C9BFE2 on black background.


Color preview on white background

This text has color #C9BFE2 on white background.


Black color preview on #C9BFE2 background

This text has black color on #C9BFE2 background.


White color preview on #C9BFE2 background

This text has white color on #C9BFE2 background.


Related colors

Complementary color

Complementary color for #hex is #36401D.


I love getcolorcode.com

Triadic colors

1 #E2C9BF and #BFE2C9 with #C9BFE2 are triadic colors.

2 #E2BFC9 and #BFC9E2 with #C9BFE2 are triadic colors.