COLOR #CECED7

HEX: #CECED7
RGB: (206,206,215)

Color info

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

RGB color model

#CECED7 color RGB value is (206,206,215).

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

RGB channels and saturation

R 206 of 255 = 81%
G 206 of 255 = 81%
B 215 of 255 = 84%

206
206
215

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

Portions of RGB colors in percentages

R + G + B =
206 + 206 + 215 = 627 (100%)
R 206 of 627 ~ 32.85%
G 206 of 627 ~ 32.85%
B 215 of 627 ~ 34.29%

%32.85
%32.85
%34.29

CMYK color model

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

  • cyan value is 4.19%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(4,4,0,16)
C4M4Y0K16 
(4%,4%,0%,16%)
(0.04/0.04/0.00/0.16)	

CMYK percentages

%4.19
%4.19
%0
%15.69

Codes

Color #CECED7 in popluar color models

CECED7
RGB206206215
HSL240°10.11%82.55%
HSB/HSV240°4.19%84.31%
CMYK4.19%4.19%0.00%
15.69%

Color #CECED7 in popluar number systems.

HEXCECED7
Decimal206206215
Binary110011101100111011010111
Octal316316327

Shades and tints

Shades of #CECED7

#CECED7
(206,206,215)
#BCBCC4
(188,188,196)
#AAAAB1
(170,170,177)
#98989E
(152,152,158)
#86868B
(134,134,139)
#747478
(116,116,120)
#626265
(98,98,101)
#505052
(80,80,82)
#3E3E3F
(62,62,63)
#2C2C2C
(44,44,44)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #CECED7

#CECED7
(206,206,215)
#D2D2DA
(210,210,218)
#D6D6DD
(214,214,221)
#DADAE0
(218,218,224)
#DEDEE3
(222,222,227)
#E2E2E6
(226,226,230)
#E6E6E9
(230,230,233)
#EAEAEC
(234,234,236)
#EEEEEF
(238,238,239)
#F2F2F2
(242,242,242)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECED7; }

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

This text font color is #CECED7.


Background Color

.myBgColor { background-color: #CECED7; }

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

This div background color is #CECED7.


Border color

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

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

This div border color is #CECED7.


Opacity

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

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

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

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

This text has shadow with #CECED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECED7 on black background.


Color preview on white background

This text has color #CECED7 on white background.



Black color preview on #CECED7 background

This text has black color on #CECED7 background.


White color preview on #CECED7 background

This text has white color on #CECED7 background.