COLOR #CFBCEA

HEX: #CFBCEA
RGB: (207,188,234)

Color info

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

RGB color model

#CFBCEA color RGB value is (207,188,234).

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

RGB channels and saturation

R 207 of 255 = 81%
G 188 of 255 = 74%
B 234 of 255 = 92%

207
188
234

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

Portions of RGB colors in percentages

R + G + B =
207 + 188 + 234 = 629 (100%)
R 207 of 629 ~ 32.91%
G 188 of 629 ~ 29.89%
B 234 of 629 ~ 37.2%

%32.91
%29.89
%37.2

CMYK color model

#CFBCEA color CMYK value is (12,20,0,8).

  • cyan value is 11.54%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(12,20,0,8)
C12M20Y0K8 
(12%,20%,0%,8%)
(0.12/0.20/0.00/0.08)	

CMYK percentages

%11.54
%19.66
%0
%8.24

Codes

Color #CFBCEA in popluar color models

CFBCEA
RGB207188234
HSL265°52.27%82.75%
HSB/HSV265°19.66%91.76%
CMYK11.54%19.66%0.00%
8.24%

Color #CFBCEA in popluar number systems.

HEXCFBCEA
Decimal207188234
Binary110011111011110011101010
Octal317274352

Shades and tints

Shades of #CFBCEA

#CFBCEA
(207,188,234)
#BDABD5
(189,171,213)
#AB9AC0
(171,154,192)
#9989AB
(153,137,171)
#877896
(135,120,150)
#756781
(117,103,129)
#63566C
(99,86,108)
#514557
(81,69,87)
#3F3442
(63,52,66)
#2D232D
(45,35,45)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #CFBCEA

#CFBCEA
(207,188,234)
#D3C2EB
(211,194,235)
#D7C8EC
(215,200,236)
#DBCEED
(219,206,237)
#DFD4EE
(223,212,238)
#E3DAEF
(227,218,239)
#E7E0F0
(231,224,240)
#EBE6F1
(235,230,241)
#EFECF2
(239,236,242)
#F3F2F3
(243,242,243)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBCEA; }

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

This text font color is #CFBCEA.


Background Color

.myBgColor { background-color: #CFBCEA; }

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

This div background color is #CFBCEA.


Border color

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

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

This div border color is #CFBCEA.


Opacity

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

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

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

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

This text has shadow with #CFBCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBCEA on black background.


Color preview on white background

This text has color #CFBCEA on white background.



Black color preview on #CFBCEA background

This text has black color on #CFBCEA background.


White color preview on #CFBCEA background

This text has white color on #CFBCEA background.