COLOR #CFBEE8

HEX: #CFBEE8
RGB: (207,190,232)

Color info

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

RGB color model

#CFBEE8 color RGB value is (207,190,232).

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

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 232 of 255 = 91%

207
190
232

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

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 232 = 629 (100%)
R 207 of 629 ~ 32.91%
G 190 of 629 ~ 30.21%
B 232 of 629 ~ 36.88%

%32.91
%30.21
%36.88

CMYK color model

#CFBEE8 color CMYK value is (11,18,0,9).

  • cyan value is 10.78%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (11,18,0,9) C11M18Y0K9 (11%,18%,0%,9%) (0.11/0.18/0.00/0.09)

CMYK percentages

%10.78
%18.1
%0
%9.02

Codes

Color #CFBEE8 in popluar color models

CFBEE8
RGB207190232
HSL264°47.73%82.75%
HSB/HSV264°18.10%90.98%
CMYK10.78%18.10%0.00%
9.02%

Color #CFBEE8 in popluar number systems.

HEXCFBEE8
Decimal207190232
Binary110011111011111011101000
Octal317276350

Shades and tints

Shades of #CFBEE8

#CFBEE8
(207,190,232)
#BDADD3
(189,173,211)
#AB9CBE
(171,156,190)
#998BA9
(153,139,169)
#877A94
(135,122,148)
#75697F
(117,105,127)
#63586A
(99,88,106)
#514755
(81,71,85)
#3F3640
(63,54,64)
#2D252B
(45,37,43)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #CFBEE8

#CFBEE8
(207,190,232)
#D3C3EA
(211,195,234)
#D7C8EC
(215,200,236)
#DBCDEE
(219,205,238)
#DFD2F0
(223,210,240)
#E3D7F2
(227,215,242)
#E7DCF4
(231,220,244)
#EBE1F6
(235,225,246)
#EFE6F8
(239,230,248)
#F3EBFA
(243,235,250)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFBEE8; }

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

This text font color is #CFBEE8.


Background Color

.myBgColor { background-color: #CFBEE8; }

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

This div background color is #CFBEE8.


Border color

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

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

This div border color is #CFBEE8.


Opacity

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

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

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

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

This text has shadow with #CFBEE8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CFBEE8 on black background.


Color preview on white background

This text has color #CFBEE8 on white background.



Black color preview on #CFBEE8 background

This text has black color on #CFBEE8 background.


White color preview on #CFBEE8 background

This text has white color on #CFBEE8 background.