COLOR #CEBCF7

HEX: #CEBCF7
RGB: (206,188,247)

Color info

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

RGB color model

#CEBCF7 color RGB value is (206,188,247).

  • red value is 206;
  • green value is 188;
  • blue value is 247.
RGB:
(206,188,247)
(81%,74%,97%)

RGB channels and saturation

R 206 of 255 = 81%
G 188 of 255 = 74%
B 247 of 255 = 97%

206
188
247

R + G + B ~ 84%. #CEBCF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 188 + 247 = 641 (100%)
R 206 of 641 ~ 32.14%
G 188 of 641 ~ 29.33%
B 247 of 641 ~ 38.53%

%32.14
%29.33
%38.53

CMYK color model

#CEBCF7 color CMYK value is (17,24,0,3).

  • cyan value is 16.60%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(17,24,0,3)
C17M24Y0K3 
(17%,24%,0%,3%)
(0.17/0.24/0.00/0.03)	

CMYK percentages

%16.6
%23.89
%0
%3.14

Codes

Color #CEBCF7 in popluar color models

CEBCF7
RGB206188247
HSL258°78.67%85.29%
HSB/HSV258°23.89%96.86%
CMYK16.60%23.89%0.00%
3.14%

Color #CEBCF7 in popluar number systems.

HEXCEBCF7
Decimal206188247
Binary110011101011110011110111
Octal316274367

Shades and tints

Shades of #CEBCF7

#CEBCF7
(206,188,247)
#BCABE1
(188,171,225)
#AA9ACB
(170,154,203)
#9889B5
(152,137,181)
#86789F
(134,120,159)
#746789
(116,103,137)
#625673
(98,86,115)
#50455D
(80,69,93)
#3E3447
(62,52,71)
#2C2331
(44,35,49)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #CEBCF7

#CEBCF7
(206,188,247)
#D2C2F7
(210,194,247)
#D6C8F7
(214,200,247)
#DACEF7
(218,206,247)
#DED4F7
(222,212,247)
#E2DAF7
(226,218,247)
#E6E0F7
(230,224,247)
#EAE6F7
(234,230,247)
#EEECF7
(238,236,247)
#F2F2F7
(242,242,247)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBCF7; }

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

This text font color is #CEBCF7.


Background Color

.myBgColor { background-color: #CEBCF7; }

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

This div background color is #CEBCF7.


Border color

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

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

This div border color is #CEBCF7.


Opacity

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

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

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

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

This text has shadow with #CEBCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBCF7 on black background.


Color preview on white background

This text has color #CEBCF7 on white background.



Black color preview on #CEBCF7 background

This text has black color on #CEBCF7 background.


White color preview on #CEBCF7 background

This text has white color on #CEBCF7 background.