COLOR #C2BFE7

HEX: #C2BFE7
RGB: (194,191,231)

Color info

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

RGB color model

#C2BFE7 color RGB value is (194,191,231).

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

RGB channels and saturation

R 194 of 255 = 76%
G 191 of 255 = 75%
B 231 of 255 = 91%

194
191
231

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

Portions of RGB colors in percentages

R + G + B =
194 + 191 + 231 = 616 (100%)
R 194 of 616 ~ 31.49%
G 191 of 616 ~ 31.01%
B 231 of 616 ~ 37.5%

%31.49
%31.01
%37.5

CMYK color model

#C2BFE7 color CMYK value is (16,17,0,9).

  • cyan value is 16.02%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,17,0,9)
C16M17Y0K9 
(16%,17%,0%,9%)
(0.16/0.17/0.00/0.09)	

CMYK percentages

%16.02
%17.32
%0
%9.41

Codes

Color #C2BFE7 in popluar color models

C2BFE7
RGB194191231
HSL245°45.45%82.75%
HSB/HSV245°17.32%90.59%
CMYK16.02%17.32%0.00%
9.41%

Color #C2BFE7 in popluar number systems.

HEXC2BFE7
Decimal194191231
Binary110000101011111111100111
Octal302277347

Shades and tints

Shades of #C2BFE7

#C2BFE7
(194,191,231)
#B1AED2
(177,174,210)
#A09DBD
(160,157,189)
#8F8CA8
(143,140,168)
#7E7B93
(126,123,147)
#6D6A7E
(109,106,126)
#5C5969
(92,89,105)
#4B4854
(75,72,84)
#3A373F
(58,55,63)
#29262A
(41,38,42)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #C2BFE7

#C2BFE7
(194,191,231)
#C7C4E9
(199,196,233)
#CCC9EB
(204,201,235)
#D1CEED
(209,206,237)
#D6D3EF
(214,211,239)
#DBD8F1
(219,216,241)
#E0DDF3
(224,221,243)
#E5E2F5
(229,226,245)
#EAE7F7
(234,231,247)
#EFECF9
(239,236,249)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BFE7; }

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

This text font color is #C2BFE7.


Background Color

.myBgColor { background-color: #C2BFE7; }

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

This div background color is #C2BFE7.


Border color

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

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

This div border color is #C2BFE7.


Opacity

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

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

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

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

This text has shadow with #C2BFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BFE7 on black background.


Color preview on white background

This text has color #C2BFE7 on white background.



Black color preview on #C2BFE7 background

This text has black color on #C2BFE7 background.


White color preview on #C2BFE7 background

This text has white color on #C2BFE7 background.