COLOR #CEBCE4

HEX: #CEBCE4
RGB: (206,188,228)

Color info

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

RGB color model

#CEBCE4 color RGB value is (206,188,228).

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

RGB channels and saturation

R 206 of 255 = 81%
G 188 of 255 = 74%
B 228 of 255 = 89%

206
188
228

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

Portions of RGB colors in percentages

R + G + B =
206 + 188 + 228 = 622 (100%)
R 206 of 622 ~ 33.12%
G 188 of 622 ~ 30.23%
B 228 of 622 ~ 36.66%

%33.12
%30.23
%36.66

CMYK color model

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

  • cyan value is 9.65%
  • magenta value is 17.54%
  • 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
%17.54
%0
%10.59

Codes

Color #CEBCE4 in popluar color models

CEBCE4
RGB206188228
HSL267°42.55%81.57%
HSB/HSV267°17.54%89.41%
CMYK9.65%17.54%0.00%
10.59%

Color #CEBCE4 in popluar number systems.

HEXCEBCE4
Decimal206188228
Binary110011101011110011100100
Octal316274344

Shades and tints

Shades of #CEBCE4

#CEBCE4
(206,188,228)
#BCABD0
(188,171,208)
#AA9ABC
(170,154,188)
#9889A8
(152,137,168)
#867894
(134,120,148)
#746780
(116,103,128)
#62566C
(98,86,108)
#504558
(80,69,88)
#3E3444
(62,52,68)
#2C2330
(44,35,48)
#1A121C
(26,18,28)
#000000
(0,0,0)

Tints of #CEBCE4

#CEBCE4
(206,188,228)
#D2C2E6
(210,194,230)
#D6C8E8
(214,200,232)
#DACEEA
(218,206,234)
#DED4EC
(222,212,236)
#E2DAEE
(226,218,238)
#E6E0F0
(230,224,240)
#EAE6F2
(234,230,242)
#EEECF4
(238,236,244)
#F2F2F6
(242,242,246)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBCE4; }

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

This text font color is #CEBCE4.


Background Color

.myBgColor { background-color: #CEBCE4; }

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

This div background color is #CEBCE4.


Border color

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

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

This div border color is #CEBCE4.


Opacity

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

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

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

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

This text has shadow with #CEBCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBCE4 on black background.


Color preview on white background

This text has color #CEBCE4 on white background.



Black color preview on #CEBCE4 background

This text has black color on #CEBCE4 background.


White color preview on #CEBCE4 background

This text has white color on #CEBCE4 background.