COLOR #CEC5D6

HEX: #CEC5D6 RGB: (206,197,214)

Color info

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

RGB color model

#CEC5D6 color RGB value is (206,197,214).

RGB: (206,197,214) (81%, 77%, 84%)

RGB channels and saturation

R 206 of 255 = 81%
G 197 of 255 = 77%
B 214 of 255 = 84%

206
197
214

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

Portions of RGB colors in percentages

R + G + B = 206 + 197 + 214 = 617 (100%)
R 206 of 617 ~ 33.39%
G 197 of 617 ~ 31.93%
B 214 of 617 ~ 34.68'%

%33.39
%31.93
%34.68

CMYK color model

#CEC5D6 color CMYK value is (4,8,0,16).

  • cyan value is 3.74%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (4,8,0,16)
C4M8Y0K16 (4%, 8%, 0%, 16%)
(0.04 / 0.08 / 0.00 / 0.16)

CMYK percentages

%3.74
%7.94
%0
%16.08

Codes

Color #CEC5D6 in popluar color models

CE C5 D6
RGB 206 197 214
HSL 272° 17.17% 80.59%
HSB/HSV 272° 7.94% 83.92%
CMYK 3.74% 7.94% 0.00%
16.08%

Color #CEC5D6 in popluar number systems.

HEX CE C5 D6
Decimal 206 197 214
Binary 11001110 11000101 11010110
Octal 316 305 326

Shades and tints

Shades of #CEC5D6

#CEC5D6
(206,197,214)
#BCB4C3
(188,180,195)
#AAA3B0
(170,163,176)
#98929D
(152,146,157)
#86818A
(134,129,138)
#747077
(116,112,119)
#625F64
(98,95,100)
#504E51
(80,78,81)
#3E3D3E
(62,61,62)
#2C2C2B
(44,44,43)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #CEC5D6

#CEC5D6
(206,197,214)
#D2CAD9
(210,202,217)
#D6CFDC
(214,207,220)
#DAD4DF
(218,212,223)
#DED9E2
(222,217,226)
#E2DEE5
(226,222,229)
#E6E3E8
(230,227,232)
#EAE8EB
(234,232,235)
#EEEDEE
(238,237,238)
#F2F2F1
(242,242,241)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC5D6 color. Also use rgb(206,197,214) instead hex code.

Text Font Color

.myTextColor { color: #CEC5D6; }

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

This text font color is #CEC5D6.

Background Color

.myBgColor { background-color: #CEC5D6; }

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

This div background color is #CEC5D6.

Border color

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

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

This div border color is #CEC5D6.

Opacity

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

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

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

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

This text has shadow with #CEC5D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC5D6.

Preview

Color preview on black background

This text has color #CEC5D6 on black background.


Color preview on white background

This text has color #CEC5D6 on white background.


Black color preview on #CEC5D6 background

This text has black color on #CEC5D6 background.


White color preview on #CEC5D6 background

This text has white color on #CEC5D6 background.


Related colors

Complementary color

Complementary color for #hex is #313A29.


I love getcolorcode.com

Triadic colors

1 #D6CEC5 and #C5D6CE with #CEC5D6 are triadic colors.

2 #D6C5CE and #C5CED6 with #CEC5D6 are triadic colors.