COLOR #CEBBE5

HEX: #CEBBE5
RGB: (206,187,229)

Color info

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

RGB color model

#CEBBE5 color RGB value is (206,187,229).

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

RGB channels and saturation

R 206 of 255 = 81%
G 187 of 255 = 73%
B 229 of 255 = 90%

206
187
229

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

Portions of RGB colors in percentages

R + G + B =
206 + 187 + 229 = 622 (100%)
R 206 of 622 ~ 33.12%
G 187 of 622 ~ 30.06%
B 229 of 622 ~ 36.82%

%33.12
%30.06
%36.82

CMYK color model

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

  • cyan value is 10.04%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,18,0,10)
C10M18Y0K10 
(10%,18%,0%,10%)
(0.10/0.18/0.00/0.10)	

CMYK percentages

%10.04
%18.34
%0
%10.2

Codes

Color #CEBBE5 in popluar color models

CEBBE5
RGB206187229
HSL267°44.68%81.57%
HSB/HSV267°18.34%89.80%
CMYK10.04%18.34%0.00%
10.20%

Color #CEBBE5 in popluar number systems.

HEXCEBBE5
Decimal206187229
Binary110011101011101111100101
Octal316273345

Shades and tints

Shades of #CEBBE5

#CEBBE5
(206,187,229)
#BCAAD1
(188,170,209)
#AA99BD
(170,153,189)
#9888A9
(152,136,169)
#867795
(134,119,149)
#746681
(116,102,129)
#62556D
(98,85,109)
#504459
(80,68,89)
#3E3345
(62,51,69)
#2C2231
(44,34,49)
#1A111D
(26,17,29)
#000000
(0,0,0)

Tints of #CEBBE5

#CEBBE5
(206,187,229)
#D2C1E7
(210,193,231)
#D6C7E9
(214,199,233)
#DACDEB
(218,205,235)
#DED3ED
(222,211,237)
#E2D9EF
(226,217,239)
#E6DFF1
(230,223,241)
#EAE5F3
(234,229,243)
#EEEBF5
(238,235,245)
#F2F1F7
(242,241,247)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBBE5; }

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

This text font color is #CEBBE5.


Background Color

.myBgColor { background-color: #CEBBE5; }

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

This div background color is #CEBBE5.


Border color

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

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

This div border color is #CEBBE5.


Opacity

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

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

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

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

This text has shadow with #CEBBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBBE5 on black background.


Color preview on white background

This text has color #CEBBE5 on white background.



Black color preview on #CEBBE5 background

This text has black color on #CEBBE5 background.


White color preview on #CEBBE5 background

This text has white color on #CEBBE5 background.