COLOR #CFBAEB

HEX: #CFBAEB
RGB: (207,186,235)

Color info

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

RGB color model

#CFBAEB color RGB value is (207,186,235).

  • red value is 207;
  • green value is 186;
  • blue value is 235.
RGB:
(207,186,235)
(81%,73%,92%)

RGB channels and saturation

R 207 of 255 = 81%
G 186 of 255 = 73%
B 235 of 255 = 92%

207
186
235

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

Portions of RGB colors in percentages

R + G + B =
207 + 186 + 235 = 628 (100%)
R 207 of 628 ~ 32.96%
G 186 of 628 ~ 29.62%
B 235 of 628 ~ 37.42%

%32.96
%29.62
%37.42

CMYK color model

#CFBAEB color CMYK value is (12,21,0,8).

  • cyan value is 11.91%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,21,0,8)
C12M21Y0K8 
(12%,21%,0%,8%)
(0.12/0.21/0.00/0.08)	

CMYK percentages

%11.91
%20.85
%0
%7.84

Codes

Color #CFBAEB in popluar color models

CFBAEB
RGB207186235
HSL266°55.06%82.55%
HSB/HSV266°20.85%92.16%
CMYK11.91%20.85%0.00%
7.84%

Color #CFBAEB in popluar number systems.

HEXCFBAEB
Decimal207186235
Binary110011111011101011101011
Octal317272353

Shades and tints

Shades of #CFBAEB

#CFBAEB
(207,186,235)
#BDAAD6
(189,170,214)
#AB9AC1
(171,154,193)
#998AAC
(153,138,172)
#877A97
(135,122,151)
#756A82
(117,106,130)
#635A6D
(99,90,109)
#514A58
(81,74,88)
#3F3A43
(63,58,67)
#2D2A2E
(45,42,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #CFBAEB

#CFBAEB
(207,186,235)
#D3C0EC
(211,192,236)
#D7C6ED
(215,198,237)
#DBCCEE
(219,204,238)
#DFD2EF
(223,210,239)
#E3D8F0
(227,216,240)
#E7DEF1
(231,222,241)
#EBE4F2
(235,228,242)
#EFEAF3
(239,234,243)
#F3F0F4
(243,240,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBAEB color. Also use rgb(207,186,235) instead hex code.

Text Font Color

.myTextColor { color: #CFBAEB; }

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

This text font color is #CFBAEB.


Background Color

.myBgColor { background-color: #CFBAEB; }

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

This div background color is #CFBAEB.


Border color

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

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

This div border color is #CFBAEB.


Opacity

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

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

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

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

This text has shadow with #CFBAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBAEB on black background.


Color preview on white background

This text has color #CFBAEB on white background.



Black color preview on #CFBAEB background

This text has black color on #CFBAEB background.


White color preview on #CFBAEB background

This text has white color on #CFBAEB background.