COLOR #CEB9DC

HEX: #CEB9DC RGB: (206,185,220)

Color info

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

RGB color model

#CEB9DC color RGB value is (206,185,220).

RGB: (206,185,220) (81%, 73%, 86%)

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 220 of 255 = 86%

206
185
220

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

Portions of RGB colors in percentages

R + G + B = 206 + 185 + 220 = 611 (100%)
R 206 of 611 ~ 33.72%
G 185 of 611 ~ 30.28%
B 220 of 611 ~ 36.01'%

%33.72
%30.28
%36.01

CMYK color model

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

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

CMYK percentages

%6.36
%15.91
%0
%13.73

Codes

Color #CEB9DC in popluar color models

CE B9 DC
RGB 206 185 220
HSL 276° 33.33% 79.41%
HSB/HSV 276° 15.91% 86.27%
CMYK 6.36% 15.91% 0.00%
13.73%

Color #CEB9DC in popluar number systems.

HEX CE B9 DC
Decimal 206 185 220
Binary 11001110 10111001 11011100
Octal 316 271 334

Shades and tints

Shades of #CEB9DC

#CEB9DC
(206,185,220)
#BCA9C8
(188,169,200)
#AA99B4
(170,153,180)
#9889A0
(152,137,160)
#86798C
(134,121,140)
#746978
(116,105,120)
#625964
(98,89,100)
#504950
(80,73,80)
#3E393C
(62,57,60)
#2C2928
(44,41,40)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #CEB9DC

#CEB9DC
(206,185,220)
#D2BFDF
(210,191,223)
#D6C5E2
(214,197,226)
#DACBE5
(218,203,229)
#DED1E8
(222,209,232)
#E2D7EB
(226,215,235)
#E6DDEE
(230,221,238)
#EAE3F1
(234,227,241)
#EEE9F4
(238,233,244)
#F2EFF7
(242,239,247)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB9DC; }

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

This text font color is #CEB9DC.

Background Color

.myBgColor { background-color: #CEB9DC; }

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

This div background color is #CEB9DC.

Border color

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

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

This div border color is #CEB9DC.

Opacity

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

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

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

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

This text has shadow with #CEB9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB9DC.

Preview

Color preview on black background

This text has color #CEB9DC on black background.


Color preview on white background

This text has color #CEB9DC on white background.


Black color preview on #CEB9DC background

This text has black color on #CEB9DC background.


White color preview on #CEB9DC background

This text has white color on #CEB9DC background.


Related colors

Complementary color

Complementary color for #hex is #314623.


I love getcolorcode.com

Triadic colors

1 #DCCEB9 and #B9DCCE with #CEB9DC are triadic colors.

2 #DCB9CE and #B9CEDC with #CEB9DC are triadic colors.