COLOR #C0BEF1

HEX: #C0BEF1
RGB: (192,190,241)

Color info

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

RGB color model

#C0BEF1 color RGB value is (192,190,241).

  • red value is 192;
  • green value is 190;
  • blue value is 241.
RGB:
(192,190,241)
(75%,75%,95%)

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 241 of 255 = 95%

192
190
241

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

Portions of RGB colors in percentages

R + G + B =
192 + 190 + 241 = 623 (100%)
R 192 of 623 ~ 30.82%
G 190 of 623 ~ 30.5%
B 241 of 623 ~ 38.68%

%30.82
%30.5
%38.68

CMYK color model

#C0BEF1 color CMYK value is (20,21,0,5).

  • cyan value is 20.33%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(20,21,0,5)
C20M21Y0K5 
(20%,21%,0%,5%)
(0.20/0.21/0.00/0.05)	

CMYK percentages

%20.33
%21.16
%0
%5.49

Codes

Color #C0BEF1 in popluar color models

C0BEF1
RGB192190241
HSL242°64.56%84.51%
HSB/HSV242°21.16%94.51%
CMYK20.33%21.16%0.00%
5.49%

Color #C0BEF1 in popluar number systems.

HEXC0BEF1
Decimal192190241
Binary110000001011111011110001
Octal300276361

Shades and tints

Shades of #C0BEF1

#C0BEF1
(192,190,241)
#AFADDC
(175,173,220)
#9E9CC7
(158,156,199)
#8D8BB2
(141,139,178)
#7C7A9D
(124,122,157)
#6B6988
(107,105,136)
#5A5873
(90,88,115)
#49475E
(73,71,94)
#383649
(56,54,73)
#272534
(39,37,52)
#16141F
(22,20,31)
#000000
(0,0,0)

Tints of #C0BEF1

#C0BEF1
(192,190,241)
#C5C3F2
(197,195,242)
#CAC8F3
(202,200,243)
#CFCDF4
(207,205,244)
#D4D2F5
(212,210,245)
#D9D7F6
(217,215,246)
#DEDCF7
(222,220,247)
#E3E1F8
(227,225,248)
#E8E6F9
(232,230,249)
#EDEBFA
(237,235,250)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BEF1 color. Also use rgb(192,190,241) instead hex code.

Text Font Color

.myTextColor { color: #C0BEF1; }

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

This text font color is #C0BEF1.


Background Color

.myBgColor { background-color: #C0BEF1; }

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

This div background color is #C0BEF1.


Border color

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

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

This div border color is #C0BEF1.


Opacity

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

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

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

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

This text has shadow with #C0BEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BEF1 on black background.


Color preview on white background

This text has color #C0BEF1 on white background.



Black color preview on #C0BEF1 background

This text has black color on #C0BEF1 background.


White color preview on #C0BEF1 background

This text has white color on #C0BEF1 background.