COLOR #CECBDB

HEX: #CECBDB
RGB: (206,203,219)

Color info

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

RGB color model

#CECBDB color RGB value is (206,203,219).

  • red value is 206;
  • green value is 203;
  • blue value is 219.
RGB:
(206,203,219)
(81%,80%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 203 of 255 = 80%
B 219 of 255 = 86%

206
203
219

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

Portions of RGB colors in percentages

R + G + B =
206 + 203 + 219 = 628 (100%)
R 206 of 628 ~ 32.8%
G 203 of 628 ~ 32.32%
B 219 of 628 ~ 34.87%

%32.8
%32.32
%34.87

CMYK color model

#CECBDB color CMYK value is (6,7,0,14).

  • cyan value is 5.94%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(6,7,0,14)
C6M7Y0K14 
(6%,7%,0%,14%)
(0.06/0.07/0.00/0.14)	

CMYK percentages

%5.94
%7.31
%0
%14.12

Codes

Color #CECBDB in popluar color models

CECBDB
RGB206203219
HSL251°18.18%82.75%
HSB/HSV251°7.31%85.88%
CMYK5.94%7.31%0.00%
14.12%

Color #CECBDB in popluar number systems.

HEXCECBDB
Decimal206203219
Binary110011101100101111011011
Octal316313333

Shades and tints

Shades of #CECBDB

#CECBDB
(206,203,219)
#BCB9C8
(188,185,200)
#AAA7B5
(170,167,181)
#9895A2
(152,149,162)
#86838F
(134,131,143)
#74717C
(116,113,124)
#625F69
(98,95,105)
#504D56
(80,77,86)
#3E3B43
(62,59,67)
#2C2930
(44,41,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #CECBDB

#CECBDB
(206,203,219)
#D2CFDE
(210,207,222)
#D6D3E1
(214,211,225)
#DAD7E4
(218,215,228)
#DEDBE7
(222,219,231)
#E2DFEA
(226,223,234)
#E6E3ED
(230,227,237)
#EAE7F0
(234,231,240)
#EEEBF3
(238,235,243)
#F2EFF6
(242,239,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECBDB; }

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

This text font color is #CECBDB.


Background Color

.myBgColor { background-color: #CECBDB; }

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

This div background color is #CECBDB.


Border color

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

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

This div border color is #CECBDB.


Opacity

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

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

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

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

This text has shadow with #CECBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECBDB on black background.


Color preview on white background

This text has color #CECBDB on white background.



Black color preview on #CECBDB background

This text has black color on #CECBDB background.


White color preview on #CECBDB background

This text has white color on #CECBDB background.