COLOR #CEB6DE

HEX: #CEB6DE
RGB: (206,182,222)

Color info

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

RGB color model

#CEB6DE color RGB value is (206,182,222).

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

RGB channels and saturation

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

206
182
222

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

Portions of RGB colors in percentages

R + G + B =
206 + 182 + 222 = 610 (100%)
R 206 of 610 ~ 33.77%
G 182 of 610 ~ 29.84%
B 222 of 610 ~ 36.39%

%33.77
%29.84
%36.39

CMYK color model

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

  • cyan value is 7.21%
  • magenta value is 18.02%
  • 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.02
%0
%12.94

Codes

Color #CEB6DE in popluar color models

CEB6DE
RGB206182222
HSL276°37.74%79.22%
HSB/HSV276°18.02%87.06%
CMYK7.21%18.02%0.00%
12.94%

Color #CEB6DE in popluar number systems.

HEXCEB6DE
Decimal206182222
Binary110011101011011011011110
Octal316266336

Shades and tints

Shades of #CEB6DE

#CEB6DE
(206,182,222)
#BCA6CA
(188,166,202)
#AA96B6
(170,150,182)
#9886A2
(152,134,162)
#86768E
(134,118,142)
#74667A
(116,102,122)
#625666
(98,86,102)
#504652
(80,70,82)
#3E363E
(62,54,62)
#2C262A
(44,38,42)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #CEB6DE

#CEB6DE
(206,182,222)
#D2BCE1
(210,188,225)
#D6C2E4
(214,194,228)
#DAC8E7
(218,200,231)
#DECEEA
(222,206,234)
#E2D4ED
(226,212,237)
#E6DAF0
(230,218,240)
#EAE0F3
(234,224,243)
#EEE6F6
(238,230,246)
#F2ECF9
(242,236,249)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB6DE; }

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

This text font color is #CEB6DE.


Background Color

.myBgColor { background-color: #CEB6DE; }

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

This div background color is #CEB6DE.


Border color

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

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

This div border color is #CEB6DE.


Opacity

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

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

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

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

This text has shadow with #CEB6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB6DE on black background.


Color preview on white background

This text has color #CEB6DE on white background.



Black color preview on #CEB6DE background

This text has black color on #CEB6DE background.


White color preview on #CEB6DE background

This text has white color on #CEB6DE background.