COLOR #CECCFB

HEX: #CECCFB
RGB: (206,204,251)

Color info

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

RGB color model

#CECCFB color RGB value is (206,204,251).

  • red value is 206;
  • green value is 204;
  • blue value is 251.
RGB:
(206,204,251)
(81%,80%,98%)

RGB channels and saturation

R 206 of 255 = 81%
G 204 of 255 = 80%
B 251 of 255 = 98%

206
204
251

R + G + B ~ 86%. #CECCFB is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 204 + 251 = 661 (100%)
R 206 of 661 ~ 31.16%
G 204 of 661 ~ 30.86%
B 251 of 661 ~ 37.97%

%31.16
%30.86
%37.97

CMYK color model

#CECCFB color CMYK value is (18,19,0,2).

  • cyan value is 17.93%
  • magenta value is 18.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(18,19,0,2)
C18M19Y0K2 
(18%,19%,0%,2%)
(0.18/0.19/0.00/0.02)	

CMYK percentages

%17.93
%18.73
%0
%1.57

Codes

Color #CECCFB in popluar color models

CECCFB
RGB206204251
HSL243°85.45%89.22%
HSB/HSV243°18.73%98.43%
CMYK17.93%18.73%0.00%
1.57%

Color #CECCFB in popluar number systems.

HEXCECCFB
Decimal206204251
Binary110011101100110011111011
Octal316314373

Shades and tints

Shades of #CECCFB

#CECCFB
(206,204,251)
#BCBAE5
(188,186,229)
#AAA8CF
(170,168,207)
#9896B9
(152,150,185)
#8684A3
(134,132,163)
#74728D
(116,114,141)
#626077
(98,96,119)
#504E61
(80,78,97)
#3E3C4B
(62,60,75)
#2C2A35
(44,42,53)
#1A181F
(26,24,31)
#000000
(0,0,0)

Tints of #CECCFB

#CECCFB
(206,204,251)
#D2D0FB
(210,208,251)
#D6D4FB
(214,212,251)
#DAD8FB
(218,216,251)
#DEDCFB
(222,220,251)
#E2E0FB
(226,224,251)
#E6E4FB
(230,228,251)
#EAE8FB
(234,232,251)
#EEECFB
(238,236,251)
#F2F0FB
(242,240,251)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECCFB; }

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

This text font color is #CECCFB.


Background Color

.myBgColor { background-color: #CECCFB; }

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

This div background color is #CECCFB.


Border color

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

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

This div border color is #CECCFB.


Opacity

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

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

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

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

This text has shadow with #CECCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CECCFB on black background.


Color preview on white background

This text has color #CECCFB on white background.



Black color preview on #CECCFB background

This text has black color on #CECCFB background.


White color preview on #CECCFB background

This text has white color on #CECCFB background.