COLOR #CEB9DD

HEX: #CEB9DD
RGB: (206,185,221)

Color info

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

RGB color model

#CEB9DD color RGB value is (206,185,221).

  • red value is 206;
  • green value is 185;
  • blue value is 221.
RGB:
(206,185,221)
(81%,73%,87%)

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 221 of 255 = 87%

206
185
221

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

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 221 = 612 (100%)
R 206 of 612 ~ 33.66%
G 185 of 612 ~ 30.23%
B 221 of 612 ~ 36.11%

%33.66
%30.23
%36.11

CMYK color model

#CEB9DD color CMYK value is (7,16,0,13).

  • cyan value is 6.79%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(7,16,0,13)
C7M16Y0K13 
(7%,16%,0%,13%)
(0.07/0.16/0.00/0.13)	

CMYK percentages

%6.79
%16.29
%0
%13.33

Codes

Color #CEB9DD in popluar color models

CEB9DD
RGB206185221
HSL275°34.62%79.61%
HSB/HSV275°16.29%86.67%
CMYK6.79%16.29%0.00%
13.33%

Color #CEB9DD in popluar number systems.

HEXCEB9DD
Decimal206185221
Binary110011101011100111011101
Octal316271335

Shades and tints

Shades of #CEB9DD

#CEB9DD
(206,185,221)
#BCA9C9
(188,169,201)
#AA99B5
(170,153,181)
#9889A1
(152,137,161)
#86798D
(134,121,141)
#746979
(116,105,121)
#625965
(98,89,101)
#504951
(80,73,81)
#3E393D
(62,57,61)
#2C2929
(44,41,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #CEB9DD

#CEB9DD
(206,185,221)
#D2BFE0
(210,191,224)
#D6C5E3
(214,197,227)
#DACBE6
(218,203,230)
#DED1E9
(222,209,233)
#E2D7EC
(226,215,236)
#E6DDEF
(230,221,239)
#EAE3F2
(234,227,242)
#EEE9F5
(238,233,245)
#F2EFF8
(242,239,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB9DD color. Also use rgb(206,185,221) instead hex code.

Text Font Color

.myTextColor { color: #CEB9DD; }

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

This text font color is #CEB9DD.


Background Color

.myBgColor { background-color: #CEB9DD; }

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

This div background color is #CEB9DD.


Border color

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

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

This div border color is #CEB9DD.


Opacity

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

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

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

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

This text has shadow with #CEB9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB9DD on black background.


Color preview on white background

This text has color #CEB9DD on white background.



Black color preview on #CEB9DD background

This text has black color on #CEB9DD background.


White color preview on #CEB9DD background

This text has white color on #CEB9DD background.