COLOR #C6BFE4

HEX: #C6BFE4
RGB: (198,191,228)

Color info

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

RGB color model

#C6BFE4 color RGB value is (198,191,228).

  • red value is 198;
  • green value is 191;
  • blue value is 228.
RGB:
(198,191,228)
(78%,75%,89%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 228 of 255 = 89%

198
191
228

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

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 228 = 617 (100%)
R 198 of 617 ~ 32.09%
G 191 of 617 ~ 30.96%
B 228 of 617 ~ 36.95%

%32.09
%30.96
%36.95

CMYK color model

#C6BFE4 color CMYK value is (13,16,0,11).

  • cyan value is 13.16%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(13,16,0,11)
C13M16Y0K11 
(13%,16%,0%,11%)
(0.13/0.16/0.00/0.11)	

CMYK percentages

%13.16
%16.23
%0
%10.59

Codes

Color #C6BFE4 in popluar color models

C6BFE4
RGB198191228
HSL251°40.66%82.16%
HSB/HSV251°16.23%89.41%
CMYK13.16%16.23%0.00%
10.59%

Color #C6BFE4 in popluar number systems.

HEXC6BFE4
Decimal198191228
Binary110001101011111111100100
Octal306277344

Shades and tints

Shades of #C6BFE4

#C6BFE4
(198,191,228)
#B4AED0
(180,174,208)
#A29DBC
(162,157,188)
#908CA8
(144,140,168)
#7E7B94
(126,123,148)
#6C6A80
(108,106,128)
#5A596C
(90,89,108)
#484858
(72,72,88)
#363744
(54,55,68)
#242630
(36,38,48)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #C6BFE4

#C6BFE4
(198,191,228)
#CBC4E6
(203,196,230)
#D0C9E8
(208,201,232)
#D5CEEA
(213,206,234)
#DAD3EC
(218,211,236)
#DFD8EE
(223,216,238)
#E4DDF0
(228,221,240)
#E9E2F2
(233,226,242)
#EEE7F4
(238,231,244)
#F3ECF6
(243,236,246)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BFE4 color. Also use rgb(198,191,228) instead hex code.

Text Font Color

.myTextColor { color: #C6BFE4; }

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

This text font color is #C6BFE4.


Background Color

.myBgColor { background-color: #C6BFE4; }

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

This div background color is #C6BFE4.


Border color

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

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

This div border color is #C6BFE4.


Opacity

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

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

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

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

This text has shadow with #C6BFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFE4 on black background.


Color preview on white background

This text has color #C6BFE4 on white background.



Black color preview on #C6BFE4 background

This text has black color on #C6BFE4 background.


White color preview on #C6BFE4 background

This text has white color on #C6BFE4 background.