COLOR #C9BFFA

HEX: #C9BFFA
RGB: (201,191,250)

Color info

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

RGB color model

#C9BFFA color RGB value is (201,191,250).

  • red value is 201;
  • green value is 191;
  • blue value is 250.
RGB:
(201,191,250)
(79%,75%,98%)

RGB channels and saturation

R 201 of 255 = 79%
G 191 of 255 = 75%
B 250 of 255 = 98%

201
191
250

R + G + B ~ 84%. #C9BFFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 191 + 250 = 642 (100%)
R 201 of 642 ~ 31.31%
G 191 of 642 ~ 29.75%
B 250 of 642 ~ 38.94%

%31.31
%29.75
%38.94

CMYK color model

#C9BFFA color CMYK value is (20,24,0,2).

  • cyan value is 19.60%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(20,24,0,2)
C20M24Y0K2 
(20%,24%,0%,2%)
(0.20/0.24/0.00/0.02)	

CMYK percentages

%19.6
%23.6
%0
%1.96

Codes

Color #C9BFFA in popluar color models

C9BFFA
RGB201191250
HSL250°85.51%86.47%
HSB/HSV250°23.60%98.04%
CMYK19.60%23.60%0.00%
1.96%

Color #C9BFFA in popluar number systems.

HEXC9BFFA
Decimal201191250
Binary110010011011111111111010
Octal311277372

Shades and tints

Shades of #C9BFFA

#C9BFFA
(201,191,250)
#B7AEE4
(183,174,228)
#A59DCE
(165,157,206)
#938CB8
(147,140,184)
#817BA2
(129,123,162)
#6F6A8C
(111,106,140)
#5D5976
(93,89,118)
#4B4860
(75,72,96)
#39374A
(57,55,74)
#272634
(39,38,52)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #C9BFFA

#C9BFFA
(201,191,250)
#CDC4FA
(205,196,250)
#D1C9FA
(209,201,250)
#D5CEFA
(213,206,250)
#D9D3FA
(217,211,250)
#DDD8FA
(221,216,250)
#E1DDFA
(225,221,250)
#E5E2FA
(229,226,250)
#E9E7FA
(233,231,250)
#EDECFA
(237,236,250)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BFFA; }

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

This text font color is #C9BFFA.


Background Color

.myBgColor { background-color: #C9BFFA; }

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

This div background color is #C9BFFA.


Border color

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

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

This div border color is #C9BFFA.


Opacity

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

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

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

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

This text has shadow with #C9BFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BFFA on black background.


Color preview on white background

This text has color #C9BFFA on white background.



Black color preview on #C9BFFA background

This text has black color on #C9BFFA background.


White color preview on #C9BFFA background

This text has white color on #C9BFFA background.