COLOR #CECBD4

HEX: #CECBD4 RGB: (206,203,212)

Color info

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

RGB color model

#CECBD4 color RGB value is (206,203,212).

RGB: (206,203,212) (81%, 80%, 83%)

RGB channels and saturation

R 206 of 255 = 81%
G 203 of 255 = 80%
B 212 of 255 = 83%

206
203
212

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

Portions of RGB colors in percentages

R + G + B = 206 + 203 + 212 = 621 (100%)
R 206 of 621 ~ 33.17%
G 203 of 621 ~ 32.69%
B 212 of 621 ~ 34.14'%

%33.17
%32.69
%34.14

CMYK color model

#CECBD4 color CMYK value is (3,4,0,17).

  • cyan value is 2.83%
  • magenta value is 4.25%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (3,4,0,17)
C3M4Y0K17 (3%, 4%, 0%, 17%)
(0.03 / 0.04 / 0.00 / 0.17)

CMYK percentages

%2.83
%4.25
%0
%16.86

Codes

Color #CECBD4 in popluar color models

CE CB D4
RGB 206 203 212
HSL 260° 9.47% 81.37%
HSB/HSV 260° 4.25% 83.14%
CMYK 2.83% 4.25% 0.00%
16.86%

Color #CECBD4 in popluar number systems.

HEX CE CB D4
Decimal 206 203 212
Binary 11001110 11001011 11010100
Octal 316 313 324

Shades and tints

Shades of #CECBD4

#CECBD4
(206,203,212)
#BCB9C1
(188,185,193)
#AAA7AE
(170,167,174)
#98959B
(152,149,155)
#868388
(134,131,136)
#747175
(116,113,117)
#625F62
(98,95,98)
#504D4F
(80,77,79)
#3E3B3C
(62,59,60)
#2C2929
(44,41,41)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #CECBD4

#CECBD4
(206,203,212)
#D2CFD7
(210,207,215)
#D6D3DA
(214,211,218)
#DAD7DD
(218,215,221)
#DEDBE0
(222,219,224)
#E2DFE3
(226,223,227)
#E6E3E6
(230,227,230)
#EAE7E9
(234,231,233)
#EEEBEC
(238,235,236)
#F2EFEF
(242,239,239)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CECBD4 color. Also use rgb(206,203,212) instead hex code.

Text Font Color

.myTextColor { color: #CECBD4; }

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

This text font color is #CECBD4.

Background Color

.myBgColor { background-color: #CECBD4; }

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

This div background color is #CECBD4.

Border color

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

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

This div border color is #CECBD4.

Opacity

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

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

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

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

This text has shadow with #CECBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECBD4.

Preview

Color preview on black background

This text has color #CECBD4 on black background.


Color preview on white background

This text has color #CECBD4 on white background.


Black color preview on #CECBD4 background

This text has black color on #CECBD4 background.


White color preview on #CECBD4 background

This text has white color on #CECBD4 background.


Related colors

Complementary color

Complementary color for #hex is #31342B.


I love getcolorcode.com

Triadic colors

1 #D4CECB and #CBD4CE with #CECBD4 are triadic colors.

2 #D4CBCE and #CBCED4 with #CECBD4 are triadic colors.