COLOR #C2BEF6

HEX: #C2BEF6
RGB: (194,190,246)

Color info

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

RGB color model

#C2BEF6 color RGB value is (194,190,246).

  • red value is 194;
  • green value is 190;
  • blue value is 246.
RGB:
(194,190,246)
(76%,75%,96%)

RGB channels and saturation

R 194 of 255 = 76%
G 190 of 255 = 75%
B 246 of 255 = 96%

194
190
246

R + G + B ~ 82%. #C2BEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 190 + 246 = 630 (100%)
R 194 of 630 ~ 30.79%
G 190 of 630 ~ 30.16%
B 246 of 630 ~ 39.05%

%30.79
%30.16
%39.05

CMYK color model

#C2BEF6 color CMYK value is (21,23,0,4).

  • cyan value is 21.14%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(21,23,0,4)
C21M23Y0K4 
(21%,23%,0%,4%)
(0.21/0.23/0.00/0.04)	

CMYK percentages

%21.14
%22.76
%0
%3.53

Codes

Color #C2BEF6 in popluar color models

C2BEF6
RGB194190246
HSL244°75.68%85.49%
HSB/HSV244°22.76%96.47%
CMYK21.14%22.76%0.00%
3.53%

Color #C2BEF6 in popluar number systems.

HEXC2BEF6
Decimal194190246
Binary110000101011111011110110
Octal302276366

Shades and tints

Shades of #C2BEF6

#C2BEF6
(194,190,246)
#B1ADE0
(177,173,224)
#A09CCA
(160,156,202)
#8F8BB4
(143,139,180)
#7E7A9E
(126,122,158)
#6D6988
(109,105,136)
#5C5872
(92,88,114)
#4B475C
(75,71,92)
#3A3646
(58,54,70)
#292530
(41,37,48)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #C2BEF6

#C2BEF6
(194,190,246)
#C7C3F6
(199,195,246)
#CCC8F6
(204,200,246)
#D1CDF6
(209,205,246)
#D6D2F6
(214,210,246)
#DBD7F6
(219,215,246)
#E0DCF6
(224,220,246)
#E5E1F6
(229,225,246)
#EAE6F6
(234,230,246)
#EFEBF6
(239,235,246)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BEF6 color. Also use rgb(194,190,246) instead hex code.

Text Font Color

.myTextColor { color: #C2BEF6; }

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

This text font color is #C2BEF6.


Background Color

.myBgColor { background-color: #C2BEF6; }

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

This div background color is #C2BEF6.


Border color

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

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

This div border color is #C2BEF6.


Opacity

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

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

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

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

This text has shadow with #C2BEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BEF6 on black background.


Color preview on white background

This text has color #C2BEF6 on white background.



Black color preview on #C2BEF6 background

This text has black color on #C2BEF6 background.


White color preview on #C2BEF6 background

This text has white color on #C2BEF6 background.