COLOR #CEB7DB

HEX: #CEB7DB
RGB: (206,183,219)

Color info

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

RGB color model

#CEB7DB color RGB value is (206,183,219).

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

RGB channels and saturation

R 206 of 255 = 81%
G 183 of 255 = 72%
B 219 of 255 = 86%

206
183
219

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

Portions of RGB colors in percentages

R + G + B =
206 + 183 + 219 = 608 (100%)
R 206 of 608 ~ 33.88%
G 183 of 608 ~ 30.1%
B 219 of 608 ~ 36.02%

%33.88
%30.1
%36.02

CMYK color model

#CEB7DB color CMYK value is (6,16,0,14).

  • cyan value is 5.94%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(6,16,0,14)
C6M16Y0K14 
(6%,16%,0%,14%)
(0.06/0.16/0.00/0.14)	

CMYK percentages

%5.94
%16.44
%0
%14.12

Codes

Color #CEB7DB in popluar color models

CEB7DB
RGB206183219
HSL278°33.33%78.82%
HSB/HSV278°16.44%85.88%
CMYK5.94%16.44%0.00%
14.12%

Color #CEB7DB in popluar number systems.

HEXCEB7DB
Decimal206183219
Binary110011101011011111011011
Octal316267333

Shades and tints

Shades of #CEB7DB

#CEB7DB
(206,183,219)
#BCA7C8
(188,167,200)
#AA97B5
(170,151,181)
#9887A2
(152,135,162)
#86778F
(134,119,143)
#74677C
(116,103,124)
#625769
(98,87,105)
#504756
(80,71,86)
#3E3743
(62,55,67)
#2C2730
(44,39,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #CEB7DB

#CEB7DB
(206,183,219)
#D2BDDE
(210,189,222)
#D6C3E1
(214,195,225)
#DAC9E4
(218,201,228)
#DECFE7
(222,207,231)
#E2D5EA
(226,213,234)
#E6DBED
(230,219,237)
#EAE1F0
(234,225,240)
#EEE7F3
(238,231,243)
#F2EDF6
(242,237,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB7DB; }

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

This text font color is #CEB7DB.


Background Color

.myBgColor { background-color: #CEB7DB; }

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

This div background color is #CEB7DB.


Border color

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

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

This div border color is #CEB7DB.


Opacity

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

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

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

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

This text has shadow with #CEB7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB7DB on black background.


Color preview on white background

This text has color #CEB7DB on white background.



Black color preview on #CEB7DB background

This text has black color on #CEB7DB background.


White color preview on #CEB7DB background

This text has white color on #CEB7DB background.