COLOR #C2BAEF

HEX: #C2BAEF
RGB: (194,186,239)

Color info

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

RGB color model

#C2BAEF color RGB value is (194,186,239).

  • red value is 194;
  • green value is 186;
  • blue value is 239.
RGB:
(194,186,239)
(76%,73%,94%)

RGB channels and saturation

R 194 of 255 = 76%
G 186 of 255 = 73%
B 239 of 255 = 94%

194
186
239

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

Portions of RGB colors in percentages

R + G + B =
194 + 186 + 239 = 619 (100%)
R 194 of 619 ~ 31.34%
G 186 of 619 ~ 30.05%
B 239 of 619 ~ 38.61%

%31.34
%30.05
%38.61

CMYK color model

#C2BAEF color CMYK value is (19,22,0,6).

  • cyan value is 18.83%
  • magenta value is 22.18%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(19,22,0,6)
C19M22Y0K6 
(19%,22%,0%,6%)
(0.19/0.22/0.00/0.06)	

CMYK percentages

%18.83
%22.18
%0
%6.27

Codes

Color #C2BAEF in popluar color models

C2BAEF
RGB194186239
HSL249°62.35%83.33%
HSB/HSV249°22.18%93.73%
CMYK18.83%22.18%0.00%
6.27%

Color #C2BAEF in popluar number systems.

HEXC2BAEF
Decimal194186239
Binary110000101011101011101111
Octal302272357

Shades and tints

Shades of #C2BAEF

#C2BAEF
(194,186,239)
#B1AADA
(177,170,218)
#A09AC5
(160,154,197)
#8F8AB0
(143,138,176)
#7E7A9B
(126,122,155)
#6D6A86
(109,106,134)
#5C5A71
(92,90,113)
#4B4A5C
(75,74,92)
#3A3A47
(58,58,71)
#292A32
(41,42,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #C2BAEF

#C2BAEF
(194,186,239)
#C7C0F0
(199,192,240)
#CCC6F1
(204,198,241)
#D1CCF2
(209,204,242)
#D6D2F3
(214,210,243)
#DBD8F4
(219,216,244)
#E0DEF5
(224,222,245)
#E5E4F6
(229,228,246)
#EAEAF7
(234,234,247)
#EFF0F8
(239,240,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BAEF color. Also use rgb(194,186,239) instead hex code.

Text Font Color

.myTextColor { color: #C2BAEF; }

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

This text font color is #C2BAEF.


Background Color

.myBgColor { background-color: #C2BAEF; }

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

This div background color is #C2BAEF.


Border color

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

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

This div border color is #C2BAEF.


Opacity

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

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

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

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

This text has shadow with #C2BAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BAEF on black background.


Color preview on white background

This text has color #C2BAEF on white background.



Black color preview on #C2BAEF background

This text has black color on #C2BAEF background.


White color preview on #C2BAEF background

This text has white color on #C2BAEF background.