COLOR #CFBCE6

HEX: #CFBCE6
RGB: (207,188,230)

Color info

#CFBCE6 contains red, green and blue colors in about the same proportion. Web safe color of #CFBCE6 is #CCCCCC (or #CCC).

RGB color model

#CFBCE6 color RGB value is (207,188,230).

  • red value is 207;
  • green value is 188;
  • blue value is 230.
RGB:
(207,188,230)
(81%,74%,90%)

RGB channels and saturation

R 207 of 255 = 81%
G 188 of 255 = 74%
B 230 of 255 = 90%

207
188
230

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

Portions of RGB colors in percentages

R + G + B =
207 + 188 + 230 = 625 (100%)
R 207 of 625 ~ 33.12%
G 188 of 625 ~ 30.08%
B 230 of 625 ~ 36.8%

%33.12
%30.08
%36.8

CMYK color model

#CFBCE6 color CMYK value is (10,18,0,10).

  • cyan value is 10.00%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,18,0,10)
C10M18Y0K10 
(10%,18%,0%,10%)
(0.10/0.18/0.00/0.10)	

CMYK percentages

%10
%18.26
%0
%9.8

Codes

Color #CFBCE6 in popluar color models

CFBCE6
RGB207188230
HSL267°45.65%81.96%
HSB/HSV267°18.26%90.20%
CMYK10.00%18.26%0.00%
9.80%

Color #CFBCE6 in popluar number systems.

HEXCFBCE6
Decimal207188230
Binary110011111011110011100110
Octal317274346

Shades and tints

Shades of #CFBCE6

#CFBCE6
(207,188,230)
#BDABD2
(189,171,210)
#AB9ABE
(171,154,190)
#9989AA
(153,137,170)
#877896
(135,120,150)
#756782
(117,103,130)
#63566E
(99,86,110)
#51455A
(81,69,90)
#3F3446
(63,52,70)
#2D2332
(45,35,50)
#1B121E
(27,18,30)
#000000
(0,0,0)

Tints of #CFBCE6

#CFBCE6
(207,188,230)
#D3C2E8
(211,194,232)
#D7C8EA
(215,200,234)
#DBCEEC
(219,206,236)
#DFD4EE
(223,212,238)
#E3DAF0
(227,218,240)
#E7E0F2
(231,224,242)
#EBE6F4
(235,230,244)
#EFECF6
(239,236,246)
#F3F2F8
(243,242,248)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBCE6 color. Also use rgb(207,188,230) instead hex code.

Text Font Color

.myTextColor { color: #CFBCE6; }

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

This text font color is #CFBCE6.


Background Color

.myBgColor { background-color: #CFBCE6; }

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

This div background color is #CFBCE6.


Border color

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

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

This div border color is #CFBCE6.


Opacity

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

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

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

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

This text has shadow with #CFBCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBCE6 on black background.


Color preview on white background

This text has color #CFBCE6 on white background.



Black color preview on #CFBCE6 background

This text has black color on #CFBCE6 background.


White color preview on #CFBCE6 background

This text has white color on #CFBCE6 background.