COLOR #CEB5DE

HEX: #CEB5DE
RGB: (206,181,222)

Color info

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

RGB color model

#CEB5DE color RGB value is (206,181,222).

  • red value is 206;
  • green value is 181;
  • blue value is 222.
RGB:
(206,181,222)
(81%,71%,87%)

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 222 of 255 = 87%

206
181
222

R + G + B ~ 80%. #CEB5DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 181 + 222 = 609 (100%)
R 206 of 609 ~ 33.83%
G 181 of 609 ~ 29.72%
B 222 of 609 ~ 36.45%

%33.83
%29.72
%36.45

CMYK color model

#CEB5DE color CMYK value is (7,18,0,13).

  • cyan value is 7.21%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(7,18,0,13)
C7M18Y0K13 
(7%,18%,0%,13%)
(0.07/0.18/0.00/0.13)	

CMYK percentages

%7.21
%18.47
%0
%12.94

Codes

Color #CEB5DE in popluar color models

CEB5DE
RGB206181222
HSL277°38.32%79.02%
HSB/HSV277°18.47%87.06%
CMYK7.21%18.47%0.00%
12.94%

Color #CEB5DE in popluar number systems.

HEXCEB5DE
Decimal206181222
Binary110011101011010111011110
Octal316265336

Shades and tints

Shades of #CEB5DE

#CEB5DE
(206,181,222)
#BCA5CA
(188,165,202)
#AA95B6
(170,149,182)
#9885A2
(152,133,162)
#86758E
(134,117,142)
#74657A
(116,101,122)
#625566
(98,85,102)
#504552
(80,69,82)
#3E353E
(62,53,62)
#2C252A
(44,37,42)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #CEB5DE

#CEB5DE
(206,181,222)
#D2BBE1
(210,187,225)
#D6C1E4
(214,193,228)
#DAC7E7
(218,199,231)
#DECDEA
(222,205,234)
#E2D3ED
(226,211,237)
#E6D9F0
(230,217,240)
#EADFF3
(234,223,243)
#EEE5F6
(238,229,246)
#F2EBF9
(242,235,249)
#F6F1FC
(246,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB5DE color. Also use rgb(206,181,222) instead hex code.

Text Font Color

.myTextColor { color: #CEB5DE; }

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

This text font color is #CEB5DE.


Background Color

.myBgColor { background-color: #CEB5DE; }

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

This div background color is #CEB5DE.


Border color

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

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

This div border color is #CEB5DE.


Opacity

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

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

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

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

This text has shadow with #CEB5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB5DE on black background.


Color preview on white background

This text has color #CEB5DE on white background.



Black color preview on #CEB5DE background

This text has black color on #CEB5DE background.


White color preview on #CEB5DE background

This text has white color on #CEB5DE background.