COLOR #CEC6DC

HEX: #CEC6DC RGB: (206,198,220)

Color info

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

RGB color model

#CEC6DC color RGB value is (206,198,220).

RGB: (206,198,220) (81%, 78%, 86%)

RGB channels and saturation

R 206 of 255 = 81%
G 198 of 255 = 78%
B 220 of 255 = 86%

206
198
220

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

Portions of RGB colors in percentages

R + G + B = 206 + 198 + 220 = 624 (100%)
R 206 of 624 ~ 33.01%
G 198 of 624 ~ 31.73%
B 220 of 624 ~ 35.26'%

%33.01
%31.73
%35.26

CMYK color model

#CEC6DC color CMYK value is (6,10,0,14).

  • cyan value is 6.36%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (6,10,0,14)
C6M10Y0K14 (6%, 10%, 0%, 14%)
(0.06 / 0.10 / 0.00 / 0.14)

CMYK percentages

%6.36
%10
%0
%13.73

Codes

Color #CEC6DC in popluar color models

CE C6 DC
RGB 206 198 220
HSL 262° 23.91% 81.96%
HSB/HSV 262° 10.00% 86.27%
CMYK 6.36% 10.00% 0.00%
13.73%

Color #CEC6DC in popluar number systems.

HEX CE C6 DC
Decimal 206 198 220
Binary 11001110 11000110 11011100
Octal 316 306 334

Shades and tints

Shades of #CEC6DC

#CEC6DC
(206,198,220)
#BCB4C8
(188,180,200)
#AAA2B4
(170,162,180)
#9890A0
(152,144,160)
#867E8C
(134,126,140)
#746C78
(116,108,120)
#625A64
(98,90,100)
#504850
(80,72,80)
#3E363C
(62,54,60)
#2C2428
(44,36,40)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #CEC6DC

#CEC6DC
(206,198,220)
#D2CBDF
(210,203,223)
#D6D0E2
(214,208,226)
#DAD5E5
(218,213,229)
#DEDAE8
(222,218,232)
#E2DFEB
(226,223,235)
#E6E4EE
(230,228,238)
#EAE9F1
(234,233,241)
#EEEEF4
(238,238,244)
#F2F3F7
(242,243,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC6DC; }

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

This text font color is #CEC6DC.

Background Color

.myBgColor { background-color: #CEC6DC; }

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

This div background color is #CEC6DC.

Border color

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

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

This div border color is #CEC6DC.

Opacity

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

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

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

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

This text has shadow with #CEC6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC6DC.

Preview

Color preview on black background

This text has color #CEC6DC on black background.


Color preview on white background

This text has color #CEC6DC on white background.


Black color preview on #CEC6DC background

This text has black color on #CEC6DC background.


White color preview on #CEC6DC background

This text has white color on #CEC6DC background.


Related colors

Complementary color

Complementary color for #hex is #313923.


I love getcolorcode.com

Triadic colors

1 #DCCEC6 and #C6DCCE with #CEC6DC are triadic colors.

2 #DCC6CE and #C6CEDC with #CEC6DC are triadic colors.