COLOR #C6BDFB

HEX: #C6BDFB
RGB: (198,189,251)

Color info

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

RGB color model

#C6BDFB color RGB value is (198,189,251).

  • red value is 198;
  • green value is 189;
  • blue value is 251.
RGB:
(198,189,251)
(78%,74%,98%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 251 of 255 = 98%

198
189
251

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

Portions of RGB colors in percentages

R + G + B =
198 + 189 + 251 = 638 (100%)
R 198 of 638 ~ 31.03%
G 189 of 638 ~ 29.62%
B 251 of 638 ~ 39.34%

%31.03
%29.62
%39.34

CMYK color model

#C6BDFB color CMYK value is (21,25,0,2).

  • cyan value is 21.12%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(21,25,0,2)
C21M25Y0K2 
(21%,25%,0%,2%)
(0.21/0.25/0.00/0.02)	

CMYK percentages

%21.12
%24.7
%0
%1.57

Codes

Color #C6BDFB in popluar color models

C6BDFB
RGB198189251
HSL249°88.57%86.27%
HSB/HSV249°24.70%98.43%
CMYK21.12%24.70%0.00%
1.57%

Color #C6BDFB in popluar number systems.

HEXC6BDFB
Decimal198189251
Binary110001101011110111111011
Octal306275373

Shades and tints

Shades of #C6BDFB

#C6BDFB
(198,189,251)
#B4ACE5
(180,172,229)
#A29BCF
(162,155,207)
#908AB9
(144,138,185)
#7E79A3
(126,121,163)
#6C688D
(108,104,141)
#5A5777
(90,87,119)
#484661
(72,70,97)
#36354B
(54,53,75)
#242435
(36,36,53)
#12131F
(18,19,31)
#000000
(0,0,0)

Tints of #C6BDFB

#C6BDFB
(198,189,251)
#CBC3FB
(203,195,251)
#D0C9FB
(208,201,251)
#D5CFFB
(213,207,251)
#DAD5FB
(218,213,251)
#DFDBFB
(223,219,251)
#E4E1FB
(228,225,251)
#E9E7FB
(233,231,251)
#EEEDFB
(238,237,251)
#F3F3FB
(243,243,251)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BDFB color. Also use rgb(198,189,251) instead hex code.

Text Font Color

.myTextColor { color: #C6BDFB; }

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

This text font color is #C6BDFB.


Background Color

.myBgColor { background-color: #C6BDFB; }

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

This div background color is #C6BDFB.


Border color

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

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

This div border color is #C6BDFB.


Opacity

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

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

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

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

This text has shadow with #C6BDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BDFB on black background.


Color preview on white background

This text has color #C6BDFB on white background.



Black color preview on #C6BDFB background

This text has black color on #C6BDFB background.


White color preview on #C6BDFB background

This text has white color on #C6BDFB background.