COLOR #CECEE1

HEX: #CECEE1
RGB: (206,206,225)

Color info

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

RGB color model

#CECEE1 color RGB value is (206,206,225).

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

RGB channels and saturation

R 206 of 255 = 81%
G 206 of 255 = 81%
B 225 of 255 = 88%

206
206
225

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

Portions of RGB colors in percentages

R + G + B =
206 + 206 + 225 = 637 (100%)
R 206 of 637 ~ 32.34%
G 206 of 637 ~ 32.34%
B 225 of 637 ~ 35.32%

%32.34
%32.34
%35.32

CMYK color model

#CECEE1 color CMYK value is (8,8,0,12).

  • cyan value is 8.44%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,8,0,12)
C8M8Y0K12 
(8%,8%,0%,12%)
(0.08/0.08/0.00/0.12)	

CMYK percentages

%8.44
%8.44
%0
%11.76

Codes

Color #CECEE1 in popluar color models

CECEE1
RGB206206225
HSL240°24.05%84.51%
HSB/HSV240°8.44%88.24%
CMYK8.44%8.44%0.00%
11.76%

Color #CECEE1 in popluar number systems.

HEXCECEE1
Decimal206206225
Binary110011101100111011100001
Octal316316341

Shades and tints

Shades of #CECEE1

#CECEE1
(206,206,225)
#BCBCCD
(188,188,205)
#AAAAB9
(170,170,185)
#9898A5
(152,152,165)
#868691
(134,134,145)
#74747D
(116,116,125)
#626269
(98,98,105)
#505055
(80,80,85)
#3E3E41
(62,62,65)
#2C2C2D
(44,44,45)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #CECEE1

#CECEE1
(206,206,225)
#D2D2E3
(210,210,227)
#D6D6E5
(214,214,229)
#DADAE7
(218,218,231)
#DEDEE9
(222,222,233)
#E2E2EB
(226,226,235)
#E6E6ED
(230,230,237)
#EAEAEF
(234,234,239)
#EEEEF1
(238,238,241)
#F2F2F3
(242,242,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECEE1; }

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

This text font color is #CECEE1.


Background Color

.myBgColor { background-color: #CECEE1; }

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

This div background color is #CECEE1.


Border color

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

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

This div border color is #CECEE1.


Opacity

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

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

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

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

This text has shadow with #CECEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECEE1 on black background.


Color preview on white background

This text has color #CECEE1 on white background.



Black color preview on #CECEE1 background

This text has black color on #CECEE1 background.


White color preview on #CECEE1 background

This text has white color on #CECEE1 background.