COLOR #CCCEFB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

204
206
251

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

Portions of RGB colors in percentages

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

%30.86
%31.16
%37.97

CMYK color model

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

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

CMYK percentages

%18.73
%17.93
%0
%1.57

Codes

Color #CCCEFB in popluar color models

CCCEFB
RGB204206251
HSL237°85.45%89.22%
HSB/HSV237°18.73%98.43%
CMYK18.73%17.93%0.00%
1.57%

Color #CCCEFB in popluar number systems.

HEXCCCEFB
Decimal204206251
Binary110011001100111011111011
Octal314316373

Shades and tints

Shades of #CCCEFB

#CCCEFB
(204,206,251)
#BABCE5
(186,188,229)
#A8AACF
(168,170,207)
#9698B9
(150,152,185)
#8486A3
(132,134,163)
#72748D
(114,116,141)
#606277
(96,98,119)
#4E5061
(78,80,97)
#3C3E4B
(60,62,75)
#2A2C35
(42,44,53)
#181A1F
(24,26,31)
#000000
(0,0,0)

Tints of #CCCEFB

#CCCEFB
(204,206,251)
#D0D2FB
(208,210,251)
#D4D6FB
(212,214,251)
#D8DAFB
(216,218,251)
#DCDEFB
(220,222,251)
#E0E2FB
(224,226,251)
#E4E6FB
(228,230,251)
#E8EAFB
(232,234,251)
#ECEEFB
(236,238,251)
#F0F2FB
(240,242,251)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEFB; }

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

This text font color is #CCCEFB.


Background Color

.myBgColor { background-color: #CCCEFB; }

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

This div background color is #CCCEFB.


Border color

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

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

This div border color is #CCCEFB.


Opacity

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

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

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

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

This text has shadow with #CCCEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCEFB on black background.


Color preview on white background

This text has color #CCCEFB on white background.



Black color preview on #CCCEFB background

This text has black color on #CCCEFB background.


White color preview on #CCCEFB background

This text has white color on #CCCEFB background.