COLOR #CEBDDD

HEX: #CEBDDD
RGB: (206,189,221)

Color info

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

RGB color model

#CEBDDD color RGB value is (206,189,221).

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

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 221 of 255 = 87%

206
189
221

R + G + B ~ 81%. #CEBDDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 221 = 616 (100%)
R 206 of 616 ~ 33.44%
G 189 of 616 ~ 30.68%
B 221 of 616 ~ 35.88%

%33.44
%30.68
%35.88

CMYK color model

#CEBDDD color CMYK value is (7,14,0,13).

  • cyan value is 6.79%
  • magenta value is 14.48%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(7,14,0,13)
C7M14Y0K13 
(7%,14%,0%,13%)
(0.07/0.14/0.00/0.13)	

CMYK percentages

%6.79
%14.48
%0
%13.33

Codes

Color #CEBDDD in popluar color models

CEBDDD
RGB206189221
HSL272°32.00%80.39%
HSB/HSV272°14.48%86.67%
CMYK6.79%14.48%0.00%
13.33%

Color #CEBDDD in popluar number systems.

HEXCEBDDD
Decimal206189221
Binary110011101011110111011101
Octal316275335

Shades and tints

Shades of #CEBDDD

#CEBDDD
(206,189,221)
#BCACC9
(188,172,201)
#AA9BB5
(170,155,181)
#988AA1
(152,138,161)
#86798D
(134,121,141)
#746879
(116,104,121)
#625765
(98,87,101)
#504651
(80,70,81)
#3E353D
(62,53,61)
#2C2429
(44,36,41)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #CEBDDD

#CEBDDD
(206,189,221)
#D2C3E0
(210,195,224)
#D6C9E3
(214,201,227)
#DACFE6
(218,207,230)
#DED5E9
(222,213,233)
#E2DBEC
(226,219,236)
#E6E1EF
(230,225,239)
#EAE7F2
(234,231,242)
#EEEDF5
(238,237,245)
#F2F3F8
(242,243,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBDDD; }

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

This text font color is #CEBDDD.


Background Color

.myBgColor { background-color: #CEBDDD; }

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

This div background color is #CEBDDD.


Border color

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

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

This div border color is #CEBDDD.


Opacity

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

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

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

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

This text has shadow with #CEBDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBDDD on black background.


Color preview on white background

This text has color #CEBDDD on white background.



Black color preview on #CEBDDD background

This text has black color on #CEBDDD background.


White color preview on #CEBDDD background

This text has white color on #CEBDDD background.