COLOR #CEB0DB

HEX: #CEB0DB
RGB: (206,176,219)

Color info

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

RGB color model

#CEB0DB color RGB value is (206,176,219).

  • red value is 206;
  • green value is 176;
  • blue value is 219.
RGB:
(206,176,219)
(81%,69%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 176 of 255 = 69%
B 219 of 255 = 86%

206
176
219

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

Portions of RGB colors in percentages

R + G + B =
206 + 176 + 219 = 601 (100%)
R 206 of 601 ~ 34.28%
G 176 of 601 ~ 29.28%
B 219 of 601 ~ 36.44%

%34.28
%29.28
%36.44

CMYK color model

#CEB0DB color CMYK value is (6,20,0,14).

  • cyan value is 5.94%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(6,20,0,14)
C6M20Y0K14 
(6%,20%,0%,14%)
(0.06/0.20/0.00/0.14)	

CMYK percentages

%5.94
%19.63
%0
%14.12

Codes

Color #CEB0DB in popluar color models

CEB0DB
RGB206176219
HSL282°37.39%77.45%
HSB/HSV282°19.63%85.88%
CMYK5.94%19.63%0.00%
14.12%

Color #CEB0DB in popluar number systems.

HEXCEB0DB
Decimal206176219
Binary110011101011000011011011
Octal316260333

Shades and tints

Shades of #CEB0DB

#CEB0DB
(206,176,219)
#BCA0C8
(188,160,200)
#AA90B5
(170,144,181)
#9880A2
(152,128,162)
#86708F
(134,112,143)
#74607C
(116,96,124)
#625069
(98,80,105)
#504056
(80,64,86)
#3E3043
(62,48,67)
#2C2030
(44,32,48)
#1A101D
(26,16,29)
#000000
(0,0,0)

Tints of #CEB0DB

#CEB0DB
(206,176,219)
#D2B7DE
(210,183,222)
#D6BEE1
(214,190,225)
#DAC5E4
(218,197,228)
#DECCE7
(222,204,231)
#E2D3EA
(226,211,234)
#E6DAED
(230,218,237)
#EAE1F0
(234,225,240)
#EEE8F3
(238,232,243)
#F2EFF6
(242,239,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB0DB color. Also use rgb(206,176,219) instead hex code.

Text Font Color

.myTextColor { color: #CEB0DB; }

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

This text font color is #CEB0DB.


Background Color

.myBgColor { background-color: #CEB0DB; }

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

This div background color is #CEB0DB.


Border color

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

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

This div border color is #CEB0DB.


Opacity

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

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

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

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

This text has shadow with #CEB0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB0DB on black background.


Color preview on white background

This text has color #CEB0DB on white background.



Black color preview on #CEB0DB background

This text has black color on #CEB0DB background.


White color preview on #CEB0DB background

This text has white color on #CEB0DB background.