COLOR #CEBDEE

HEX: #CEBDEE
RGB: (206,189,238)

Color info

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

RGB color model

#CEBDEE color RGB value is (206,189,238).

  • red value is 206;
  • green value is 189;
  • blue value is 238.
RGB:
(206,189,238)
(81%,74%,93%)

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 238 of 255 = 93%

206
189
238

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

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 238 = 633 (100%)
R 206 of 633 ~ 32.54%
G 189 of 633 ~ 29.86%
B 238 of 633 ~ 37.6%

%32.54
%29.86
%37.6

CMYK color model

#CEBDEE color CMYK value is (13,21,0,7).

  • cyan value is 13.45%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,21,0,7)
C13M21Y0K7 
(13%,21%,0%,7%)
(0.13/0.21/0.00/0.07)	

CMYK percentages

%13.45
%20.59
%0
%6.67

Codes

Color #CEBDEE in popluar color models

CEBDEE
RGB206189238
HSL261°59.04%83.73%
HSB/HSV261°20.59%93.33%
CMYK13.45%20.59%0.00%
6.67%

Color #CEBDEE in popluar number systems.

HEXCEBDEE
Decimal206189238
Binary110011101011110111101110
Octal316275356

Shades and tints

Shades of #CEBDEE

#CEBDEE
(206,189,238)
#BCACD9
(188,172,217)
#AA9BC4
(170,155,196)
#988AAF
(152,138,175)
#86799A
(134,121,154)
#746885
(116,104,133)
#625770
(98,87,112)
#50465B
(80,70,91)
#3E3546
(62,53,70)
#2C2431
(44,36,49)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #CEBDEE

#CEBDEE
(206,189,238)
#D2C3EF
(210,195,239)
#D6C9F0
(214,201,240)
#DACFF1
(218,207,241)
#DED5F2
(222,213,242)
#E2DBF3
(226,219,243)
#E6E1F4
(230,225,244)
#EAE7F5
(234,231,245)
#EEEDF6
(238,237,246)
#F2F3F7
(242,243,247)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBDEE; }

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

This text font color is #CEBDEE.


Background Color

.myBgColor { background-color: #CEBDEE; }

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

This div background color is #CEBDEE.


Border color

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

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

This div border color is #CEBDEE.


Opacity

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

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

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

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

This text has shadow with #CEBDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBDEE on black background.


Color preview on white background

This text has color #CEBDEE on white background.



Black color preview on #CEBDEE background

This text has black color on #CEBDEE background.


White color preview on #CEBDEE background

This text has white color on #CEBDEE background.