COLOR #CEB3DC

HEX: #CEB3DC
RGB: (206,179,220)

Color info

#CEB3DC contains red, green and blue colors in about the same proportion. Web safe color of #CEB3DC is #CC99CC (or #C9C).

RGB color model

#CEB3DC color RGB value is (206,179,220).

  • red value is 206;
  • green value is 179;
  • blue value is 220.
RGB:
(206,179,220)
(81%,70%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 179 of 255 = 70%
B 220 of 255 = 86%

206
179
220

R + G + B ~ 79%. #CEB3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 179 + 220 = 605 (100%)
R 206 of 605 ~ 34.05%
G 179 of 605 ~ 29.59%
B 220 of 605 ~ 36.36%

%34.05
%29.59
%36.36

CMYK color model

#CEB3DC color CMYK value is (6,19,0,14).

  • cyan value is 6.36%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,19,0,14)
C6M19Y0K14 
(6%,19%,0%,14%)
(0.06/0.19/0.00/0.14)	

CMYK percentages

%6.36
%18.64
%0
%13.73

Codes

Color #CEB3DC in popluar color models

CEB3DC
RGB206179220
HSL280°36.94%78.24%
HSB/HSV280°18.64%86.27%
CMYK6.36%18.64%0.00%
13.73%

Color #CEB3DC in popluar number systems.

HEXCEB3DC
Decimal206179220
Binary110011101011001111011100
Octal316263334

Shades and tints

Shades of #CEB3DC

#CEB3DC
(206,179,220)
#BCA3C8
(188,163,200)
#AA93B4
(170,147,180)
#9883A0
(152,131,160)
#86738C
(134,115,140)
#746378
(116,99,120)
#625364
(98,83,100)
#504350
(80,67,80)
#3E333C
(62,51,60)
#2C2328
(44,35,40)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #CEB3DC

#CEB3DC
(206,179,220)
#D2B9DF
(210,185,223)
#D6BFE2
(214,191,226)
#DAC5E5
(218,197,229)
#DECBE8
(222,203,232)
#E2D1EB
(226,209,235)
#E6D7EE
(230,215,238)
#EADDF1
(234,221,241)
#EEE3F4
(238,227,244)
#F2E9F7
(242,233,247)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB3DC color. Also use rgb(206,179,220) instead hex code.

Text Font Color

.myTextColor { color: #CEB3DC; }

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

This text font color is #CEB3DC.


Background Color

.myBgColor { background-color: #CEB3DC; }

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

This div background color is #CEB3DC.


Border color

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

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

This div border color is #CEB3DC.


Opacity

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

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

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

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

This text has shadow with #CEB3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB3DC on black background.


Color preview on white background

This text has color #CEB3DC on white background.



Black color preview on #CEB3DC background

This text has black color on #CEB3DC background.


White color preview on #CEB3DC background

This text has white color on #CEB3DC background.