COLOR #C2BFEB

HEX: #C2BFEB
RGB: (194,191,235)

Color info

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

RGB color model

#C2BFEB color RGB value is (194,191,235).

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

RGB channels and saturation

R 194 of 255 = 76%
G 191 of 255 = 75%
B 235 of 255 = 92%

194
191
235

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

Portions of RGB colors in percentages

R + G + B =
194 + 191 + 235 = 620 (100%)
R 194 of 620 ~ 31.29%
G 191 of 620 ~ 30.81%
B 235 of 620 ~ 37.9%

%31.29
%30.81
%37.9

CMYK color model

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

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

CMYK percentages

%17.45
%18.72
%0
%7.84

Codes

Color #C2BFEB in popluar color models

C2BFEB
RGB194191235
HSL244°52.38%83.53%
HSB/HSV244°18.72%92.16%
CMYK17.45%18.72%0.00%
7.84%

Color #C2BFEB in popluar number systems.

HEXC2BFEB
Decimal194191235
Binary110000101011111111101011
Octal302277353

Shades and tints

Shades of #C2BFEB

#C2BFEB
(194,191,235)
#B1AED6
(177,174,214)
#A09DC1
(160,157,193)
#8F8CAC
(143,140,172)
#7E7B97
(126,123,151)
#6D6A82
(109,106,130)
#5C596D
(92,89,109)
#4B4858
(75,72,88)
#3A3743
(58,55,67)
#29262E
(41,38,46)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #C2BFEB

#C2BFEB
(194,191,235)
#C7C4EC
(199,196,236)
#CCC9ED
(204,201,237)
#D1CEEE
(209,206,238)
#D6D3EF
(214,211,239)
#DBD8F0
(219,216,240)
#E0DDF1
(224,221,241)
#E5E2F2
(229,226,242)
#EAE7F3
(234,231,243)
#EFECF4
(239,236,244)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BFEB color. Also use rgb(194,191,235) instead hex code.

Text Font Color

.myTextColor { color: #C2BFEB; }

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

This text font color is #C2BFEB.


Background Color

.myBgColor { background-color: #C2BFEB; }

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

This div background color is #C2BFEB.


Border color

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

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

This div border color is #C2BFEB.


Opacity

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

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

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

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

This text has shadow with #C2BFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BFEB on black background.


Color preview on white background

This text has color #C2BFEB on white background.



Black color preview on #C2BFEB background

This text has black color on #C2BFEB background.


White color preview on #C2BFEB background

This text has white color on #C2BFEB background.