COLOR #C6BBE1

HEX: #C6BBE1 RGB: (198,187,225)

Color info

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

RGB color model

#C6BBE1 color RGB value is (198,187,225).

RGB: (198,187,225) (78%, 73%, 88%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 225 of 255 = 88%

198
187
225

R + G + B ~ 80%. #C6BBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 187 + 225 = 610 (100%)
R 198 of 610 ~ 32.46%
G 187 of 610 ~ 30.66%
B 225 of 610 ~ 36.89'%

%32.46
%30.66
%36.89

CMYK color model

#C6BBE1 color CMYK value is (12,17,0,12).

  • cyan value is 12.00%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (12,17,0,12) C12M17Y0K12 (12%,17%,0%,12%) (0.12/0.17/0.00/0.12) 

CMYK percentages

%12
%16.89
%0
%11.76

Codes

Color #C6BBE1 in popluar color models

C6 BB E1
RGB 198 187 225
HSL 257° 38.78% 80.78%
HSB/HSV 257° 16.89% 88.24%
CMYK 12.00% 16.89% 0.00%
11.76%

Color #C6BBE1 in popluar number systems.

HEX C6 BB E1
Decimal 198 187 225
Binary 11000110 10111011 11100001
Octal 306 273 341

Shades and tints

Shades of #C6BBE1

#C6BBE1
(198,187,225)
#B4AACD
(180,170,205)
#A299B9
(162,153,185)
#9088A5
(144,136,165)
#7E7791
(126,119,145)
#6C667D
(108,102,125)
#5A5569
(90,85,105)
#484455
(72,68,85)
#363341
(54,51,65)
#24222D
(36,34,45)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C6BBE1

#C6BBE1
(198,187,225)
#CBC1E3
(203,193,227)
#D0C7E5
(208,199,229)
#D5CDE7
(213,205,231)
#DAD3E9
(218,211,233)
#DFD9EB
(223,217,235)
#E4DFED
(228,223,237)
#E9E5EF
(233,229,239)
#EEEBF1
(238,235,241)
#F3F1F3
(243,241,243)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BBE1 color. Also use rgb(198,187,225) instead hex code.

Text Font Color

.myTextColor { color: #C6BBE1; }

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

This text font color is #C6BBE1.

Background Color

.myBgColor { background-color: #C6BBE1; }

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

This div background color is #C6BBE1.

Border color

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

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

This div border color is #C6BBE1.

Opacity

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

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

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

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

This text has shadow with #C6BBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BBE1.

Preview

Color preview on black background

This text has color #C6BBE1 on black background.


Color preview on white background

This text has color #C6BBE1 on white background.


Black color preview on #C6BBE1 background

This text has black color on #C6BBE1 background.


White color preview on #C6BBE1 background

This text has white color on #C6BBE1 background.


Related colors

Complementary color

Complementary color for #hex is #39441E.


I love getcolorcode.com

Triadic colors

1 #E1C6BB and #BBE1C6 with #C6BBE1 are triadic colors.

2 #E1BBC6 and #BBC6E1 with #C6BBE1 are triadic colors.