COLOR #C2BEF4

HEX: #C2BEF4
RGB: (194,190,244)

Color info

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

RGB color model

#C2BEF4 color RGB value is (194,190,244).

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

RGB channels and saturation

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

194
190
244

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

Portions of RGB colors in percentages

R + G + B =
194 + 190 + 244 = 628 (100%)
R 194 of 628 ~ 30.89%
G 190 of 628 ~ 30.25%
B 244 of 628 ~ 38.85%

%30.89
%30.25
%38.85

CMYK color model

#C2BEF4 color CMYK value is (20,22,0,4).

  • cyan value is 20.49%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(20,22,0,4)
C20M22Y0K4 
(20%,22%,0%,4%)
(0.20/0.22/0.00/0.04)	

CMYK percentages

%20.49
%22.13
%0
%4.31

Codes

Color #C2BEF4 in popluar color models

C2BEF4
RGB194190244
HSL244°71.05%85.10%
HSB/HSV244°22.13%95.69%
CMYK20.49%22.13%0.00%
4.31%

Color #C2BEF4 in popluar number systems.

HEXC2BEF4
Decimal194190244
Binary110000101011111011110100
Octal302276364

Shades and tints

Shades of #C2BEF4

#C2BEF4
(194,190,244)
#B1ADDE
(177,173,222)
#A09CC8
(160,156,200)
#8F8BB2
(143,139,178)
#7E7A9C
(126,122,156)
#6D6986
(109,105,134)
#5C5870
(92,88,112)
#4B475A
(75,71,90)
#3A3644
(58,54,68)
#29252E
(41,37,46)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #C2BEF4

#C2BEF4
(194,190,244)
#C7C3F5
(199,195,245)
#CCC8F6
(204,200,246)
#D1CDF7
(209,205,247)
#D6D2F8
(214,210,248)
#DBD7F9
(219,215,249)
#E0DCFA
(224,220,250)
#E5E1FB
(229,225,251)
#EAE6FC
(234,230,252)
#EFEBFD
(239,235,253)
#F4F0FE
(244,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BEF4; }

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

This text font color is #C2BEF4.


Background Color

.myBgColor { background-color: #C2BEF4; }

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

This div background color is #C2BEF4.


Border color

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

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

This div border color is #C2BEF4.


Opacity

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

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

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

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

This text has shadow with #C2BEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BEF4 on black background.


Color preview on white background

This text has color #C2BEF4 on white background.



Black color preview on #C2BEF4 background

This text has black color on #C2BEF4 background.


White color preview on #C2BEF4 background

This text has white color on #C2BEF4 background.