COLOR #CFBEF1

HEX: #CFBEF1
RGB: (207,190,241)

Color info

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

RGB color model

#CFBEF1 color RGB value is (207,190,241).

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

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 241 of 255 = 95%

207
190
241

R + G + B ~ 84%. #CFBEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 241 = 638 (100%)
R 207 of 638 ~ 32.45%
G 190 of 638 ~ 29.78%
B 241 of 638 ~ 37.77%

%32.45
%29.78
%37.77

CMYK color model

#CFBEF1 color CMYK value is (14,21,0,5).

  • cyan value is 14.11%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(14,21,0,5)
C14M21Y0K5 
(14%,21%,0%,5%)
(0.14/0.21/0.00/0.05)	

CMYK percentages

%14.11
%21.16
%0
%5.49

Codes

Color #CFBEF1 in popluar color models

CFBEF1
RGB207190241
HSL260°64.56%84.51%
HSB/HSV260°21.16%94.51%
CMYK14.11%21.16%0.00%
5.49%

Color #CFBEF1 in popluar number systems.

HEXCFBEF1
Decimal207190241
Binary110011111011111011110001
Octal317276361

Shades and tints

Shades of #CFBEF1

#CFBEF1
(207,190,241)
#BDADDC
(189,173,220)
#AB9CC7
(171,156,199)
#998BB2
(153,139,178)
#877A9D
(135,122,157)
#756988
(117,105,136)
#635873
(99,88,115)
#51475E
(81,71,94)
#3F3649
(63,54,73)
#2D2534
(45,37,52)
#1B141F
(27,20,31)
#000000
(0,0,0)

Tints of #CFBEF1

#CFBEF1
(207,190,241)
#D3C3F2
(211,195,242)
#D7C8F3
(215,200,243)
#DBCDF4
(219,205,244)
#DFD2F5
(223,210,245)
#E3D7F6
(227,215,246)
#E7DCF7
(231,220,247)
#EBE1F8
(235,225,248)
#EFE6F9
(239,230,249)
#F3EBFA
(243,235,250)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBEF1; }

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

This text font color is #CFBEF1.


Background Color

.myBgColor { background-color: #CFBEF1; }

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

This div background color is #CFBEF1.


Border color

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

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

This div border color is #CFBEF1.


Opacity

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

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

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

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

This text has shadow with #CFBEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBEF1 on black background.


Color preview on white background

This text has color #CFBEF1 on white background.



Black color preview on #CFBEF1 background

This text has black color on #CFBEF1 background.


White color preview on #CFBEF1 background

This text has white color on #CFBEF1 background.