COLOR #CEBAE4

HEX: #CEBAE4
RGB: (206,186,228)

Color info

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

RGB color model

#CEBAE4 color RGB value is (206,186,228).

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

RGB channels and saturation

R 206 of 255 = 81%
G 186 of 255 = 73%
B 228 of 255 = 89%

206
186
228

R + G + B ~ 81%. #CEBAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 186 + 228 = 620 (100%)
R 206 of 620 ~ 33.23%
G 186 of 620 ~ 30%
B 228 of 620 ~ 36.77%

%33.23
%30
%36.77

CMYK color model

#CEBAE4 color CMYK value is (10,18,0,11).

  • cyan value is 9.65%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(10,18,0,11)
C10M18Y0K11 
(10%,18%,0%,11%)
(0.10/0.18/0.00/0.11)	

CMYK percentages

%9.65
%18.42
%0
%10.59

Codes

Color #CEBAE4 in popluar color models

CEBAE4
RGB206186228
HSL269°43.75%81.18%
HSB/HSV269°18.42%89.41%
CMYK9.65%18.42%0.00%
10.59%

Color #CEBAE4 in popluar number systems.

HEXCEBAE4
Decimal206186228
Binary110011101011101011100100
Octal316272344

Shades and tints

Shades of #CEBAE4

#CEBAE4
(206,186,228)
#BCAAD0
(188,170,208)
#AA9ABC
(170,154,188)
#988AA8
(152,138,168)
#867A94
(134,122,148)
#746A80
(116,106,128)
#625A6C
(98,90,108)
#504A58
(80,74,88)
#3E3A44
(62,58,68)
#2C2A30
(44,42,48)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #CEBAE4

#CEBAE4
(206,186,228)
#D2C0E6
(210,192,230)
#D6C6E8
(214,198,232)
#DACCEA
(218,204,234)
#DED2EC
(222,210,236)
#E2D8EE
(226,216,238)
#E6DEF0
(230,222,240)
#EAE4F2
(234,228,242)
#EEEAF4
(238,234,244)
#F2F0F6
(242,240,246)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBAE4; }

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

This text font color is #CEBAE4.


Background Color

.myBgColor { background-color: #CEBAE4; }

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

This div background color is #CEBAE4.


Border color

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

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

This div border color is #CEBAE4.


Opacity

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

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

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

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

This text has shadow with #CEBAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBAE4 on black background.


Color preview on white background

This text has color #CEBAE4 on white background.



Black color preview on #CEBAE4 background

This text has black color on #CEBAE4 background.


White color preview on #CEBAE4 background

This text has white color on #CEBAE4 background.