COLOR #CECAD6

HEX: #CECAD6
RGB: (206,202,214)

Color info

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

RGB color model

#CECAD6 color RGB value is (206,202,214).

  • red value is 206;
  • green value is 202;
  • blue value is 214.
RGB:
(206,202,214)
(81%,79%,84%)

RGB channels and saturation

R 206 of 255 = 81%
G 202 of 255 = 79%
B 214 of 255 = 84%

206
202
214

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

Portions of RGB colors in percentages

R + G + B =
206 + 202 + 214 = 622 (100%)
R 206 of 622 ~ 33.12%
G 202 of 622 ~ 32.48%
B 214 of 622 ~ 34.41%

%33.12
%32.48
%34.41

CMYK color model

#CECAD6 color CMYK value is (4,6,0,16).

  • cyan value is 3.74%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(4,6,0,16)
C4M6Y0K16 
(4%,6%,0%,16%)
(0.04/0.06/0.00/0.16)	

CMYK percentages

%3.74
%5.61
%0
%16.08

Codes

Color #CECAD6 in popluar color models

CECAD6
RGB206202214
HSL260°12.77%81.57%
HSB/HSV260°5.61%83.92%
CMYK3.74%5.61%0.00%
16.08%

Color #CECAD6 in popluar number systems.

HEXCECAD6
Decimal206202214
Binary110011101100101011010110
Octal316312326

Shades and tints

Shades of #CECAD6

#CECAD6
(206,202,214)
#BCB8C3
(188,184,195)
#AAA6B0
(170,166,176)
#98949D
(152,148,157)
#86828A
(134,130,138)
#747077
(116,112,119)
#625E64
(98,94,100)
#504C51
(80,76,81)
#3E3A3E
(62,58,62)
#2C282B
(44,40,43)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #CECAD6

#CECAD6
(206,202,214)
#D2CED9
(210,206,217)
#D6D2DC
(214,210,220)
#DAD6DF
(218,214,223)
#DEDAE2
(222,218,226)
#E2DEE5
(226,222,229)
#E6E2E8
(230,226,232)
#EAE6EB
(234,230,235)
#EEEAEE
(238,234,238)
#F2EEF1
(242,238,241)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECAD6; }

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

This text font color is #CECAD6.


Background Color

.myBgColor { background-color: #CECAD6; }

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

This div background color is #CECAD6.


Border color

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

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

This div border color is #CECAD6.


Opacity

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

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

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

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

This text has shadow with #CECAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECAD6 on black background.


Color preview on white background

This text has color #CECAD6 on white background.



Black color preview on #CECAD6 background

This text has black color on #CECAD6 background.


White color preview on #CECAD6 background

This text has white color on #CECAD6 background.