COLOR #C2BEEA

HEX: #C2BEEA
RGB: (194,190,234)

Color info

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

RGB color model

#C2BEEA color RGB value is (194,190,234).

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

RGB channels and saturation

R 194 of 255 = 76%
G 190 of 255 = 75%
B 234 of 255 = 92%

194
190
234

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

Portions of RGB colors in percentages

R + G + B =
194 + 190 + 234 = 618 (100%)
R 194 of 618 ~ 31.39%
G 190 of 618 ~ 30.74%
B 234 of 618 ~ 37.86%

%31.39
%30.74
%37.86

CMYK color model

#C2BEEA color CMYK value is (17,19,0,8).

  • cyan value is 17.09%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(17,19,0,8)
C17M19Y0K8 
(17%,19%,0%,8%)
(0.17/0.19/0.00/0.08)	

CMYK percentages

%17.09
%18.8
%0
%8.24

Codes

Color #C2BEEA in popluar color models

C2BEEA
RGB194190234
HSL245°51.16%83.14%
HSB/HSV245°18.80%91.76%
CMYK17.09%18.80%0.00%
8.24%

Color #C2BEEA in popluar number systems.

HEXC2BEEA
Decimal194190234
Binary110000101011111011101010
Octal302276352

Shades and tints

Shades of #C2BEEA

#C2BEEA
(194,190,234)
#B1ADD5
(177,173,213)
#A09CC0
(160,156,192)
#8F8BAB
(143,139,171)
#7E7A96
(126,122,150)
#6D6981
(109,105,129)
#5C586C
(92,88,108)
#4B4757
(75,71,87)
#3A3642
(58,54,66)
#29252D
(41,37,45)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #C2BEEA

#C2BEEA
(194,190,234)
#C7C3EB
(199,195,235)
#CCC8EC
(204,200,236)
#D1CDED
(209,205,237)
#D6D2EE
(214,210,238)
#DBD7EF
(219,215,239)
#E0DCF0
(224,220,240)
#E5E1F1
(229,225,241)
#EAE6F2
(234,230,242)
#EFEBF3
(239,235,243)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BEEA; }

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

This text font color is #C2BEEA.


Background Color

.myBgColor { background-color: #C2BEEA; }

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

This div background color is #C2BEEA.


Border color

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

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

This div border color is #C2BEEA.


Opacity

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

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

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

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

This text has shadow with #C2BEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BEEA on black background.


Color preview on white background

This text has color #C2BEEA on white background.



Black color preview on #C2BEEA background

This text has black color on #C2BEEA background.


White color preview on #C2BEEA background

This text has white color on #C2BEEA background.