COLOR #C9BAFD

HEX: #C9BAFD
RGB: (201,186,253)

Color info

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

RGB color model

#C9BAFD color RGB value is (201,186,253).

  • red value is 201;
  • green value is 186;
  • blue value is 253.
RGB:
(201,186,253)
(79%,73%,99%)

RGB channels and saturation

R 201 of 255 = 79%
G 186 of 255 = 73%
B 253 of 255 = 99%

201
186
253

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

Portions of RGB colors in percentages

R + G + B =
201 + 186 + 253 = 640 (100%)
R 201 of 640 ~ 31.41%
G 186 of 640 ~ 29.06%
B 253 of 640 ~ 39.53%

%31.41
%29.06
%39.53

CMYK color model

#C9BAFD color CMYK value is (21,26,0,1).

  • cyan value is 20.55%
  • magenta value is 26.48%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(21,26,0,1)
C21M26Y0K1 
(21%,26%,0%,1%)
(0.21/0.26/0.00/0.01)	

CMYK percentages

%20.55
%26.48
%0
%0.78

Codes

Color #C9BAFD in popluar color models

C9BAFD
RGB201186253
HSL253°94.37%86.08%
HSB/HSV253°26.48%99.22%
CMYK20.55%26.48%0.00%
0.78%

Color #C9BAFD in popluar number systems.

HEXC9BAFD
Decimal201186253
Binary110010011011101011111101
Octal311272375

Shades and tints

Shades of #C9BAFD

#C9BAFD
(201,186,253)
#B7AAE6
(183,170,230)
#A59ACF
(165,154,207)
#938AB8
(147,138,184)
#817AA1
(129,122,161)
#6F6A8A
(111,106,138)
#5D5A73
(93,90,115)
#4B4A5C
(75,74,92)
#393A45
(57,58,69)
#272A2E
(39,42,46)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9BAFD

#C9BAFD
(201,186,253)
#CDC0FD
(205,192,253)
#D1C6FD
(209,198,253)
#D5CCFD
(213,204,253)
#D9D2FD
(217,210,253)
#DDD8FD
(221,216,253)
#E1DEFD
(225,222,253)
#E5E4FD
(229,228,253)
#E9EAFD
(233,234,253)
#EDF0FD
(237,240,253)
#F1F6FD
(241,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BAFD color. Also use rgb(201,186,253) instead hex code.

Text Font Color

.myTextColor { color: #C9BAFD; }

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

This text font color is #C9BAFD.


Background Color

.myBgColor { background-color: #C9BAFD; }

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

This div background color is #C9BAFD.


Border color

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

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

This div border color is #C9BAFD.


Opacity

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

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

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

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

This text has shadow with #C9BAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BAFD on black background.


Color preview on white background

This text has color #C9BAFD on white background.



Black color preview on #C9BAFD background

This text has black color on #C9BAFD background.


White color preview on #C9BAFD background

This text has white color on #C9BAFD background.