COLOR #CEB4DC

HEX: #CEB4DC
RGB: (206,180,220)

Color info

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

RGB color model

#CEB4DC color RGB value is (206,180,220).

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

RGB channels and saturation

R 206 of 255 = 81%
G 180 of 255 = 71%
B 220 of 255 = 86%

206
180
220

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

Portions of RGB colors in percentages

R + G + B =
206 + 180 + 220 = 606 (100%)
R 206 of 606 ~ 33.99%
G 180 of 606 ~ 29.7%
B 220 of 606 ~ 36.3%

%33.99
%29.7
%36.3

CMYK color model

#CEB4DC color CMYK value is (6,18,0,14).

  • cyan value is 6.36%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,18,0,14)
C6M18Y0K14 
(6%,18%,0%,14%)
(0.06/0.18/0.00/0.14)	

CMYK percentages

%6.36
%18.18
%0
%13.73

Codes

Color #CEB4DC in popluar color models

CEB4DC
RGB206180220
HSL279°36.36%78.43%
HSB/HSV279°18.18%86.27%
CMYK6.36%18.18%0.00%
13.73%

Color #CEB4DC in popluar number systems.

HEXCEB4DC
Decimal206180220
Binary110011101011010011011100
Octal316264334

Shades and tints

Shades of #CEB4DC

#CEB4DC
(206,180,220)
#BCA4C8
(188,164,200)
#AA94B4
(170,148,180)
#9884A0
(152,132,160)
#86748C
(134,116,140)
#746478
(116,100,120)
#625464
(98,84,100)
#504450
(80,68,80)
#3E343C
(62,52,60)
#2C2428
(44,36,40)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #CEB4DC

#CEB4DC
(206,180,220)
#D2BADF
(210,186,223)
#D6C0E2
(214,192,226)
#DAC6E5
(218,198,229)
#DECCE8
(222,204,232)
#E2D2EB
(226,210,235)
#E6D8EE
(230,216,238)
#EADEF1
(234,222,241)
#EEE4F4
(238,228,244)
#F2EAF7
(242,234,247)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB4DC; }

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

This text font color is #CEB4DC.


Background Color

.myBgColor { background-color: #CEB4DC; }

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

This div background color is #CEB4DC.


Border color

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

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

This div border color is #CEB4DC.


Opacity

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

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

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

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

This text has shadow with #CEB4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB4DC on black background.


Color preview on white background

This text has color #CEB4DC on white background.



Black color preview on #CEB4DC background

This text has black color on #CEB4DC background.


White color preview on #CEB4DC background

This text has white color on #CEB4DC background.