COLOR #CECFF0

HEX: #CECFF0
RGB: (206,207,240)

Color info

#CECFF0 contains red, green and blue colors in about the same proportion. Web safe color of #CECFF0 is #CCCCFF (or #CCF).

RGB color model

#CECFF0 color RGB value is (206,207,240).

  • red value is 206;
  • green value is 207;
  • blue value is 240.
RGB:
(206,207,240)
(81%,81%,94%)

RGB channels and saturation

R 206 of 255 = 81%
G 207 of 255 = 81%
B 240 of 255 = 94%

206
207
240

R + G + B ~ 85%. #CECFF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 207 + 240 = 653 (100%)
R 206 of 653 ~ 31.55%
G 207 of 653 ~ 31.7%
B 240 of 653 ~ 36.75%

%31.55
%31.7
%36.75

CMYK color model

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

  • cyan value is 14.17%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(14,14,0,6)
C14M14Y0K6 
(14%,14%,0%,6%)
(0.14/0.14/0.00/0.06)	

CMYK percentages

%14.17
%13.75
%0
%5.88

Codes

Color #CECFF0 in popluar color models

CECFF0
RGB206207240
HSL238°53.13%87.45%
HSB/HSV238°14.17%94.12%
CMYK14.17%13.75%0.00%
5.88%

Color #CECFF0 in popluar number systems.

HEXCECFF0
Decimal206207240
Binary110011101100111111110000
Octal316317360

Shades and tints

Shades of #CECFF0

#CECFF0
(206,207,240)
#BCBDDB
(188,189,219)
#AAABC6
(170,171,198)
#9899B1
(152,153,177)
#86879C
(134,135,156)
#747587
(116,117,135)
#626372
(98,99,114)
#50515D
(80,81,93)
#3E3F48
(62,63,72)
#2C2D33
(44,45,51)
#1A1B1E
(26,27,30)
#000000
(0,0,0)

Tints of #CECFF0

#CECFF0
(206,207,240)
#D2D3F1
(210,211,241)
#D6D7F2
(214,215,242)
#DADBF3
(218,219,243)
#DEDFF4
(222,223,244)
#E2E3F5
(226,227,245)
#E6E7F6
(230,231,246)
#EAEBF7
(234,235,247)
#EEEFF8
(238,239,248)
#F2F3F9
(242,243,249)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECFF0; }

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

This text font color is #CECFF0.


Background Color

.myBgColor { background-color: #CECFF0; }

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

This div background color is #CECFF0.


Border color

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

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

This div border color is #CECFF0.


Opacity

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

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

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

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

This text has shadow with #CECFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECFF0 on black background.


Color preview on white background

This text has color #CECFF0 on white background.



Black color preview on #CECFF0 background

This text has black color on #CECFF0 background.


White color preview on #CECFF0 background

This text has white color on #CECFF0 background.