COLOR #CEBEED

HEX: #CEBEED
RGB: (206,190,237)

Color info

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

RGB color model

#CEBEED color RGB value is (206,190,237).

  • red value is 206;
  • green value is 190;
  • blue value is 237.
RGB:
(206,190,237)
(81%,75%,93%)

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 237 of 255 = 93%

206
190
237

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

Portions of RGB colors in percentages

R + G + B =
206 + 190 + 237 = 633 (100%)
R 206 of 633 ~ 32.54%
G 190 of 633 ~ 30.02%
B 237 of 633 ~ 37.44%

%32.54
%30.02
%37.44

CMYK color model

#CEBEED color CMYK value is (13,20,0,7).

  • cyan value is 13.08%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,20,0,7)
C13M20Y0K7 
(13%,20%,0%,7%)
(0.13/0.20/0.00/0.07)	

CMYK percentages

%13.08
%19.83
%0
%7.06

Codes

Color #CEBEED in popluar color models

CEBEED
RGB206190237
HSL260°56.63%83.73%
HSB/HSV260°19.83%92.94%
CMYK13.08%19.83%0.00%
7.06%

Color #CEBEED in popluar number systems.

HEXCEBEED
Decimal206190237
Binary110011101011111011101101
Octal316276355

Shades and tints

Shades of #CEBEED

#CEBEED
(206,190,237)
#BCADD8
(188,173,216)
#AA9CC3
(170,156,195)
#988BAE
(152,139,174)
#867A99
(134,122,153)
#746984
(116,105,132)
#62586F
(98,88,111)
#50475A
(80,71,90)
#3E3645
(62,54,69)
#2C2530
(44,37,48)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #CEBEED

#CEBEED
(206,190,237)
#D2C3EE
(210,195,238)
#D6C8EF
(214,200,239)
#DACDF0
(218,205,240)
#DED2F1
(222,210,241)
#E2D7F2
(226,215,242)
#E6DCF3
(230,220,243)
#EAE1F4
(234,225,244)
#EEE6F5
(238,230,245)
#F2EBF6
(242,235,246)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBEED color. Also use rgb(206,190,237) instead hex code.

Text Font Color

.myTextColor { color: #CEBEED; }

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

This text font color is #CEBEED.


Background Color

.myBgColor { background-color: #CEBEED; }

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

This div background color is #CEBEED.


Border color

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

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

This div border color is #CEBEED.


Opacity

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

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

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

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

This text has shadow with #CEBEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBEED on black background.


Color preview on white background

This text has color #CEBEED on white background.



Black color preview on #CEBEED background

This text has black color on #CEBEED background.


White color preview on #CEBEED background

This text has white color on #CEBEED background.