COLOR #C6BFE8

HEX: #C6BFE8 RGB: (198,191,232)

Color info

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

RGB color model

#C6BFE8 color RGB value is (198,191,232).

RGB: (198,191,232) (78%, 75%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 232 of 255 = 91%

198
191
232

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

Portions of RGB colors in percentages

R + G + B = 198 + 191 + 232 = 621 (100%)
R 198 of 621 ~ 31.88%
G 191 of 621 ~ 30.76%
B 232 of 621 ~ 37.36'%

%31.88
%30.76
%37.36

CMYK color model

#C6BFE8 color CMYK value is (15,18,0,9).

  • cyan value is 14.66%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (15,18,0,9)
C15M18Y0K9 (15%, 18%, 0%, 9%)
(0.15 / 0.18 / 0.00 / 0.09)

CMYK percentages

%14.66
%17.67
%0
%9.02

Codes

Color #C6BFE8 in popluar color models

C6 BF E8
RGB 198 191 232
HSL 250° 47.13% 82.94%
HSB/HSV 250° 17.67% 90.98%
CMYK 14.66% 17.67% 0.00%
9.02%

Color #C6BFE8 in popluar number systems.

HEX C6 BF E8
Decimal 198 191 232
Binary 11000110 10111111 11101000
Octal 306 277 350

Shades and tints

Shades of #C6BFE8

#C6BFE8
(198,191,232)
#B4AED3
(180,174,211)
#A29DBE
(162,157,190)
#908CA9
(144,140,169)
#7E7B94
(126,123,148)
#6C6A7F
(108,106,127)
#5A596A
(90,89,106)
#484855
(72,72,85)
#363740
(54,55,64)
#24262B
(36,38,43)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6BFE8

#C6BFE8
(198,191,232)
#CBC4EA
(203,196,234)
#D0C9EC
(208,201,236)
#D5CEEE
(213,206,238)
#DAD3F0
(218,211,240)
#DFD8F2
(223,216,242)
#E4DDF4
(228,221,244)
#E9E2F6
(233,226,246)
#EEE7F8
(238,231,248)
#F3ECFA
(243,236,250)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFE8; }

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

This text font color is #C6BFE8.

Background Color

.myBgColor { background-color: #C6BFE8; }

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

This div background color is #C6BFE8.

Border color

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

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

This div border color is #C6BFE8.

Opacity

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

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

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

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

This text has shadow with #C6BFE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BFE8.

Preview

Color preview on black background

This text has color #C6BFE8 on black background.


Color preview on white background

This text has color #C6BFE8 on white background.


Black color preview on #C6BFE8 background

This text has black color on #C6BFE8 background.


White color preview on #C6BFE8 background

This text has white color on #C6BFE8 background.


Related colors

Complementary color

Complementary color for #hex is #394017.


I love getcolorcode.com

Triadic colors

1 #E8C6BF and #BFE8C6 with #C6BFE8 are triadic colors.

2 #E8BFC6 and #BFC6E8 with #C6BFE8 are triadic colors.