COLOR #C9BCF8

HEX: #C9BCF8 RGB: (201,188,248)

Color info

#C9BCF8 contains mainly red and blue colors. Web safe color of #C9BCF8 is #CCCCFF (or #CCF).

RGB color model

#C9BCF8 color RGB value is (201,188,248).

RGB: (201,188,248) (79%, 74%, 97%)

RGB channels and saturation

R 201 of 255 = 79%
G 188 of 255 = 74%
B 248 of 255 = 97%

201
188
248

R + G + B ~ 83%. #C9BCF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 188 + 248 = 637 (100%)
R 201 of 637 ~ 31.55%
G 188 of 637 ~ 29.51%
B 248 of 637 ~ 38.93'%

%31.55
%29.51
%38.93

CMYK color model

#C9BCF8 color CMYK value is (19,24,0,3).

  • cyan value is 18.95%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (19,24,0,3)
C19M24Y0K3 (19%, 24%, 0%, 3%)
(0.19 / 0.24 / 0.00 / 0.03)

CMYK percentages

%18.95
%24.19
%0
%2.75

Codes

Color #C9BCF8 in popluar color models

C9 BC F8
RGB 201 188 248
HSL 253° 81.08% 85.49%
HSB/HSV 253° 24.19% 97.25%
CMYK 18.95% 24.19% 0.00%
2.75%

Color #C9BCF8 in popluar number systems.

HEX C9 BC F8
Decimal 201 188 248
Binary 11001001 10111100 11111000
Octal 311 274 370

Shades and tints

Shades of #C9BCF8

#C9BCF8
(201,188,248)
#B7ABE2
(183,171,226)
#A59ACC
(165,154,204)
#9389B6
(147,137,182)
#8178A0
(129,120,160)
#6F678A
(111,103,138)
#5D5674
(93,86,116)
#4B455E
(75,69,94)
#393448
(57,52,72)
#272332
(39,35,50)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #C9BCF8

#C9BCF8
(201,188,248)
#CDC2F8
(205,194,248)
#D1C8F8
(209,200,248)
#D5CEF8
(213,206,248)
#D9D4F8
(217,212,248)
#DDDAF8
(221,218,248)
#E1E0F8
(225,224,248)
#E5E6F8
(229,230,248)
#E9ECF8
(233,236,248)
#EDF2F8
(237,242,248)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BCF8 color. Also use rgb(201,188,248) instead hex code.

Text Font Color

.myTextColor { color: #C9BCF8; }

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

This text font color is #C9BCF8.

Background Color

.myBgColor { background-color: #C9BCF8; }

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

This div background color is #C9BCF8.

Border color

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

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

This div border color is #C9BCF8.

Opacity

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

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

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

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

This text has shadow with #C9BCF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BCF8.

Preview

Color preview on black background

This text has color #C9BCF8 on black background.


Color preview on white background

This text has color #C9BCF8 on white background.


Black color preview on #C9BCF8 background

This text has black color on #C9BCF8 background.


White color preview on #C9BCF8 background

This text has white color on #C9BCF8 background.


Related colors

Complementary color

Complementary color for #hex is #364307.


I love getcolorcode.com

Triadic colors

1 #F8C9BC and #BCF8C9 with #C9BCF8 are triadic colors.

2 #F8BCC9 and #BCC9F8 with #C9BCF8 are triadic colors.