COLOR #C6BECA

HEX: #C6BECA
RGB: (198,190,202)

Color info

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

RGB color model

#C6BECA color RGB value is (198,190,202).

  • red value is 198;
  • green value is 190;
  • blue value is 202.
RGB:
(198,190,202)
(78%,75%,79%)

RGB channels and saturation

R 198 of 255 = 78%
G 190 of 255 = 75%
B 202 of 255 = 79%

198
190
202

R + G + B ~ 77%. #C6BECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 190 + 202 = 590 (100%)
R 198 of 590 ~ 33.56%
G 190 of 590 ~ 32.2%
B 202 of 590 ~ 34.24%

%33.56
%32.2
%34.24

CMYK color model

#C6BECA color CMYK value is (2,6,0,21).

  • cyan value is 1.98%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,6,0,21)
C2M6Y0K21 
(2%,6%,0%,21%)
(0.02/0.06/0.00/0.21)	

CMYK percentages

%1.98
%5.94
%0
%20.78

Codes

Color #C6BECA in popluar color models

C6BECA
RGB198190202
HSL280°10.17%76.86%
HSB/HSV280°5.94%79.22%
CMYK1.98%5.94%0.00%
20.78%

Color #C6BECA in popluar number systems.

HEXC6BECA
Decimal198190202
Binary110001101011111011001010
Octal306276312

Shades and tints

Shades of #C6BECA

#C6BECA
(198,190,202)
#B4ADB8
(180,173,184)
#A29CA6
(162,156,166)
#908B94
(144,139,148)
#7E7A82
(126,122,130)
#6C6970
(108,105,112)
#5A585E
(90,88,94)
#48474C
(72,71,76)
#36363A
(54,54,58)
#242528
(36,37,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6BECA

#C6BECA
(198,190,202)
#CBC3CE
(203,195,206)
#D0C8D2
(208,200,210)
#D5CDD6
(213,205,214)
#DAD2DA
(218,210,218)
#DFD7DE
(223,215,222)
#E4DCE2
(228,220,226)
#E9E1E6
(233,225,230)
#EEE6EA
(238,230,234)
#F3EBEE
(243,235,238)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BECA color. Also use rgb(198,190,202) instead hex code.

Text Font Color

.myTextColor { color: #C6BECA; }

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

This text font color is #C6BECA.


Background Color

.myBgColor { background-color: #C6BECA; }

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

This div background color is #C6BECA.


Border color

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

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

This div border color is #C6BECA.


Opacity

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

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

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

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

This text has shadow with #C6BECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BECA on black background.


Color preview on white background

This text has color #C6BECA on white background.



Black color preview on #C6BECA background

This text has black color on #C6BECA background.


White color preview on #C6BECA background

This text has white color on #C6BECA background.