COLOR #CEBBE8

HEX: #CEBBE8
RGB: (206,187,232)

Color info

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

RGB color model

#CEBBE8 color RGB value is (206,187,232).

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

RGB channels and saturation

R 206 of 255 = 81%
G 187 of 255 = 73%
B 232 of 255 = 91%

206
187
232

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

Portions of RGB colors in percentages

R + G + B =
206 + 187 + 232 = 625 (100%)
R 206 of 625 ~ 32.96%
G 187 of 625 ~ 29.92%
B 232 of 625 ~ 37.12%

%32.96
%29.92
%37.12

CMYK color model

#CEBBE8 color CMYK value is (11,19,0,9).

  • cyan value is 11.21%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(11,19,0,9)
C11M19Y0K9 
(11%,19%,0%,9%)
(0.11/0.19/0.00/0.09)	

CMYK percentages

%11.21
%19.4
%0
%9.02

Codes

Color #CEBBE8 in popluar color models

CEBBE8
RGB206187232
HSL265°49.45%82.16%
HSB/HSV265°19.40%90.98%
CMYK11.21%19.40%0.00%
9.02%

Color #CEBBE8 in popluar number systems.

HEXCEBBE8
Decimal206187232
Binary110011101011101111101000
Octal316273350

Shades and tints

Shades of #CEBBE8

#CEBBE8
(206,187,232)
#BCAAD3
(188,170,211)
#AA99BE
(170,153,190)
#9888A9
(152,136,169)
#867794
(134,119,148)
#74667F
(116,102,127)
#62556A
(98,85,106)
#504455
(80,68,85)
#3E3340
(62,51,64)
#2C222B
(44,34,43)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #CEBBE8

#CEBBE8
(206,187,232)
#D2C1EA
(210,193,234)
#D6C7EC
(214,199,236)
#DACDEE
(218,205,238)
#DED3F0
(222,211,240)
#E2D9F2
(226,217,242)
#E6DFF4
(230,223,244)
#EAE5F6
(234,229,246)
#EEEBF8
(238,235,248)
#F2F1FA
(242,241,250)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBBE8 color. Also use rgb(206,187,232) instead hex code.

Text Font Color

.myTextColor { color: #CEBBE8; }

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

This text font color is #CEBBE8.


Background Color

.myBgColor { background-color: #CEBBE8; }

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

This div background color is #CEBBE8.


Border color

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

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

This div border color is #CEBBE8.


Opacity

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

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

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

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

This text has shadow with #CEBBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBBE8 on black background.


Color preview on white background

This text has color #CEBBE8 on white background.



Black color preview on #CEBBE8 background

This text has black color on #CEBBE8 background.


White color preview on #CEBBE8 background

This text has white color on #CEBBE8 background.