COLOR #CEC6DD

HEX: #CEC6DD
RGB: (206,198,221)

Color info

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

RGB color model

#CEC6DD color RGB value is (206,198,221).

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

RGB channels and saturation

R 206 of 255 = 81%
G 198 of 255 = 78%
B 221 of 255 = 87%

206
198
221

R + G + B ~ 82%. #CEC6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 198 + 221 = 625 (100%)
R 206 of 625 ~ 32.96%
G 198 of 625 ~ 31.68%
B 221 of 625 ~ 35.36%

%32.96
%31.68
%35.36

CMYK color model

#CEC6DD color CMYK value is (7,10,0,13).

  • cyan value is 6.79%
  • magenta value is 10.41%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(7,10,0,13)
C7M10Y0K13 
(7%,10%,0%,13%)
(0.07/0.10/0.00/0.13)	

CMYK percentages

%6.79
%10.41
%0
%13.33

Codes

Color #CEC6DD in popluar color models

CEC6DD
RGB206198221
HSL261°25.27%82.16%
HSB/HSV261°10.41%86.67%
CMYK6.79%10.41%0.00%
13.33%

Color #CEC6DD in popluar number systems.

HEXCEC6DD
Decimal206198221
Binary110011101100011011011101
Octal316306335

Shades and tints

Shades of #CEC6DD

#CEC6DD
(206,198,221)
#BCB4C9
(188,180,201)
#AAA2B5
(170,162,181)
#9890A1
(152,144,161)
#867E8D
(134,126,141)
#746C79
(116,108,121)
#625A65
(98,90,101)
#504851
(80,72,81)
#3E363D
(62,54,61)
#2C2429
(44,36,41)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #CEC6DD

#CEC6DD
(206,198,221)
#D2CBE0
(210,203,224)
#D6D0E3
(214,208,227)
#DAD5E6
(218,213,230)
#DEDAE9
(222,218,233)
#E2DFEC
(226,223,236)
#E6E4EF
(230,228,239)
#EAE9F2
(234,233,242)
#EEEEF5
(238,238,245)
#F2F3F8
(242,243,248)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC6DD; }

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

This text font color is #CEC6DD.


Background Color

.myBgColor { background-color: #CEC6DD; }

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

This div background color is #CEC6DD.


Border color

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

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

This div border color is #CEC6DD.


Opacity

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

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

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

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

This text has shadow with #CEC6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC6DD on black background.


Color preview on white background

This text has color #CEC6DD on white background.



Black color preview on #CEC6DD background

This text has black color on #CEC6DD background.


White color preview on #CEC6DD background

This text has white color on #CEC6DD background.