COLOR #CEC2D9

HEX: #CEC2D9 RGB: (206,194,217)

Color info

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

RGB color model

#CEC2D9 color RGB value is (206,194,217).

RGB: (206,194,217) (81%, 76%, 85%)

RGB channels and saturation

R 206 of 255 = 81%
G 194 of 255 = 76%
B 217 of 255 = 85%

206
194
217

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

Portions of RGB colors in percentages

R + G + B = 206 + 194 + 217 = 617 (100%)
R 206 of 617 ~ 33.39%
G 194 of 617 ~ 31.44%
B 217 of 617 ~ 35.17'%

%33.39
%31.44
%35.17

CMYK color model

#CEC2D9 color CMYK value is (5,11,0,15).

  • cyan value is 5.07%
  • magenta value is 10.60%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (5,11,0,15)
C5M11Y0K15 (5%, 11%, 0%, 15%)
(0.05 / 0.11 / 0.00 / 0.15)

CMYK percentages

%5.07
%10.6
%0
%14.9

Codes

Color #CEC2D9 in popluar color models

CE C2 D9
RGB 206 194 217
HSL 271° 23.23% 80.59%
HSB/HSV 271° 10.60% 85.10%
CMYK 5.07% 10.60% 0.00%
14.90%

Color #CEC2D9 in popluar number systems.

HEX CE C2 D9
Decimal 206 194 217
Binary 11001110 11000010 11011001
Octal 316 302 331

Shades and tints

Shades of #CEC2D9

#CEC2D9
(206,194,217)
#BCB1C6
(188,177,198)
#AAA0B3
(170,160,179)
#988FA0
(152,143,160)
#867E8D
(134,126,141)
#746D7A
(116,109,122)
#625C67
(98,92,103)
#504B54
(80,75,84)
#3E3A41
(62,58,65)
#2C292E
(44,41,46)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #CEC2D9

#CEC2D9
(206,194,217)
#D2C7DC
(210,199,220)
#D6CCDF
(214,204,223)
#DAD1E2
(218,209,226)
#DED6E5
(222,214,229)
#E2DBE8
(226,219,232)
#E6E0EB
(230,224,235)
#EAE5EE
(234,229,238)
#EEEAF1
(238,234,241)
#F2EFF4
(242,239,244)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC2D9 color. Also use rgb(206,194,217) instead hex code.

Text Font Color

.myTextColor { color: #CEC2D9; }

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

This text font color is #CEC2D9.

Background Color

.myBgColor { background-color: #CEC2D9; }

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

This div background color is #CEC2D9.

Border color

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

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

This div border color is #CEC2D9.

Opacity

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

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

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

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

This text has shadow with #CEC2D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC2D9.

Preview

Color preview on black background

This text has color #CEC2D9 on black background.


Color preview on white background

This text has color #CEC2D9 on white background.


Black color preview on #CEC2D9 background

This text has black color on #CEC2D9 background.


White color preview on #CEC2D9 background

This text has white color on #CEC2D9 background.


Related colors

Complementary color

Complementary color for #hex is #313D26.


I love getcolorcode.com

Triadic colors

1 #D9CEC2 and #C2D9CE with #CEC2D9 are triadic colors.

2 #D9C2CE and #C2CED9 with #CEC2D9 are triadic colors.