COLOR #CECBE2

HEX: #CECBE2
RGB: (206,203,226)

Color info

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

RGB color model

#CECBE2 color RGB value is (206,203,226).

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

RGB channels and saturation

R 206 of 255 = 81%
G 203 of 255 = 80%
B 226 of 255 = 89%

206
203
226

R + G + B ~ 83%. #CECBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 203 + 226 = 635 (100%)
R 206 of 635 ~ 32.44%
G 203 of 635 ~ 31.97%
B 226 of 635 ~ 35.59%

%32.44
%31.97
%35.59

CMYK color model

#CECBE2 color CMYK value is (9,10,0,11).

  • cyan value is 8.85%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(9,10,0,11)
C9M10Y0K11 
(9%,10%,0%,11%)
(0.09/0.10/0.00/0.11)	

CMYK percentages

%8.85
%10.18
%0
%11.37

Codes

Color #CECBE2 in popluar color models

CECBE2
RGB206203226
HSL248°28.40%84.12%
HSB/HSV248°10.18%88.63%
CMYK8.85%10.18%0.00%
11.37%

Color #CECBE2 in popluar number systems.

HEXCECBE2
Decimal206203226
Binary110011101100101111100010
Octal316313342

Shades and tints

Shades of #CECBE2

#CECBE2
(206,203,226)
#BCB9CE
(188,185,206)
#AAA7BA
(170,167,186)
#9895A6
(152,149,166)
#868392
(134,131,146)
#74717E
(116,113,126)
#625F6A
(98,95,106)
#504D56
(80,77,86)
#3E3B42
(62,59,66)
#2C292E
(44,41,46)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #CECBE2

#CECBE2
(206,203,226)
#D2CFE4
(210,207,228)
#D6D3E6
(214,211,230)
#DAD7E8
(218,215,232)
#DEDBEA
(222,219,234)
#E2DFEC
(226,223,236)
#E6E3EE
(230,227,238)
#EAE7F0
(234,231,240)
#EEEBF2
(238,235,242)
#F2EFF4
(242,239,244)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECBE2; }

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

This text font color is #CECBE2.


Background Color

.myBgColor { background-color: #CECBE2; }

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

This div background color is #CECBE2.


Border color

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

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

This div border color is #CECBE2.


Opacity

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

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

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

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

This text has shadow with #CECBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECBE2 on black background.


Color preview on white background

This text has color #CECBE2 on white background.



Black color preview on #CECBE2 background

This text has black color on #CECBE2 background.


White color preview on #CECBE2 background

This text has white color on #CECBE2 background.