COLOR #CEBFE6

HEX: #CEBFE6
RGB: (206,191,230)

Color info

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

RGB color model

#CEBFE6 color RGB value is (206,191,230).

  • red value is 206;
  • green value is 191;
  • blue value is 230.
RGB:
(206,191,230)
(81%,75%,90%)

RGB channels and saturation

R 206 of 255 = 81%
G 191 of 255 = 75%
B 230 of 255 = 90%

206
191
230

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

Portions of RGB colors in percentages

R + G + B =
206 + 191 + 230 = 627 (100%)
R 206 of 627 ~ 32.85%
G 191 of 627 ~ 30.46%
B 230 of 627 ~ 36.68%

%32.85
%30.46
%36.68

CMYK color model

#CEBFE6 color CMYK value is (10,17,0,10).

  • cyan value is 10.43%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,17,0,10)
C10M17Y0K10 
(10%,17%,0%,10%)
(0.10/0.17/0.00/0.10)	

CMYK percentages

%10.43
%16.96
%0
%9.8

Codes

Color #CEBFE6 in popluar color models

CEBFE6
RGB206191230
HSL263°43.82%82.55%
HSB/HSV263°16.96%90.20%
CMYK10.43%16.96%0.00%
9.80%

Color #CEBFE6 in popluar number systems.

HEXCEBFE6
Decimal206191230
Binary110011101011111111100110
Octal316277346

Shades and tints

Shades of #CEBFE6

#CEBFE6
(206,191,230)
#BCAED2
(188,174,210)
#AA9DBE
(170,157,190)
#988CAA
(152,140,170)
#867B96
(134,123,150)
#746A82
(116,106,130)
#62596E
(98,89,110)
#50485A
(80,72,90)
#3E3746
(62,55,70)
#2C2632
(44,38,50)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #CEBFE6

#CEBFE6
(206,191,230)
#D2C4E8
(210,196,232)
#D6C9EA
(214,201,234)
#DACEEC
(218,206,236)
#DED3EE
(222,211,238)
#E2D8F0
(226,216,240)
#E6DDF2
(230,221,242)
#EAE2F4
(234,226,244)
#EEE7F6
(238,231,246)
#F2ECF8
(242,236,248)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBFE6 color. Also use rgb(206,191,230) instead hex code.

Text Font Color

.myTextColor { color: #CEBFE6; }

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

This text font color is #CEBFE6.


Background Color

.myBgColor { background-color: #CEBFE6; }

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

This div background color is #CEBFE6.


Border color

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

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

This div border color is #CEBFE6.


Opacity

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

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

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

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

This text has shadow with #CEBFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBFE6 on black background.


Color preview on white background

This text has color #CEBFE6 on white background.



Black color preview on #CEBFE6 background

This text has black color on #CEBFE6 background.


White color preview on #CEBFE6 background

This text has white color on #CEBFE6 background.