COLOR #CEBAE9

HEX: #CEBAE9
RGB: (206,186,233)

Color info

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

RGB color model

#CEBAE9 color RGB value is (206,186,233).

  • red value is 206;
  • green value is 186;
  • blue value is 233.
RGB:
(206,186,233)
(81%,73%,91%)

RGB channels and saturation

R 206 of 255 = 81%
G 186 of 255 = 73%
B 233 of 255 = 91%

206
186
233

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

Portions of RGB colors in percentages

R + G + B =
206 + 186 + 233 = 625 (100%)
R 206 of 625 ~ 32.96%
G 186 of 625 ~ 29.76%
B 233 of 625 ~ 37.28%

%32.96
%29.76
%37.28

CMYK color model

#CEBAE9 color CMYK value is (12,20,0,9).

  • cyan value is 11.59%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(12,20,0,9)
C12M20Y0K9 
(12%,20%,0%,9%)
(0.12/0.20/0.00/0.09)	

CMYK percentages

%11.59
%20.17
%0
%8.63

Codes

Color #CEBAE9 in popluar color models

CEBAE9
RGB206186233
HSL266°51.65%82.16%
HSB/HSV266°20.17%91.37%
CMYK11.59%20.17%0.00%
8.63%

Color #CEBAE9 in popluar number systems.

HEXCEBAE9
Decimal206186233
Binary110011101011101011101001
Octal316272351

Shades and tints

Shades of #CEBAE9

#CEBAE9
(206,186,233)
#BCAAD4
(188,170,212)
#AA9ABF
(170,154,191)
#988AAA
(152,138,170)
#867A95
(134,122,149)
#746A80
(116,106,128)
#625A6B
(98,90,107)
#504A56
(80,74,86)
#3E3A41
(62,58,65)
#2C2A2C
(44,42,44)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #CEBAE9

#CEBAE9
(206,186,233)
#D2C0EB
(210,192,235)
#D6C6ED
(214,198,237)
#DACCEF
(218,204,239)
#DED2F1
(222,210,241)
#E2D8F3
(226,216,243)
#E6DEF5
(230,222,245)
#EAE4F7
(234,228,247)
#EEEAF9
(238,234,249)
#F2F0FB
(242,240,251)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBAE9 color. Also use rgb(206,186,233) instead hex code.

Text Font Color

.myTextColor { color: #CEBAE9; }

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

This text font color is #CEBAE9.


Background Color

.myBgColor { background-color: #CEBAE9; }

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

This div background color is #CEBAE9.


Border color

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

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

This div border color is #CEBAE9.


Opacity

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

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

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

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

This text has shadow with #CEBAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBAE9 on black background.


Color preview on white background

This text has color #CEBAE9 on white background.



Black color preview on #CEBAE9 background

This text has black color on #CEBAE9 background.


White color preview on #CEBAE9 background

This text has white color on #CEBAE9 background.