COLOR #CEBDE3

HEX: #CEBDE3
RGB: (206,189,227)

Color info

#CEBDE3 contains red, green and blue colors in about the same proportion. Web safe color of #CEBDE3 is #CCCCCC (or #CCC).

RGB color model

#CEBDE3 color RGB value is (206,189,227).

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

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 227 of 255 = 89%

206
189
227

R + G + B ~ 81%. #CEBDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 227 = 622 (100%)
R 206 of 622 ~ 33.12%
G 189 of 622 ~ 30.39%
B 227 of 622 ~ 36.5%

%33.12
%30.39
%36.5

CMYK color model

#CEBDE3 color CMYK value is (9,17,0,11).

  • cyan value is 9.25%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(9,17,0,11)
C9M17Y0K11 
(9%,17%,0%,11%)
(0.09/0.17/0.00/0.11)	

CMYK percentages

%9.25
%16.74
%0
%10.98

Codes

Color #CEBDE3 in popluar color models

CEBDE3
RGB206189227
HSL267°40.43%81.57%
HSB/HSV267°16.74%89.02%
CMYK9.25%16.74%0.00%
10.98%

Color #CEBDE3 in popluar number systems.

HEXCEBDE3
Decimal206189227
Binary110011101011110111100011
Octal316275343

Shades and tints

Shades of #CEBDE3

#CEBDE3
(206,189,227)
#BCACCF
(188,172,207)
#AA9BBB
(170,155,187)
#988AA7
(152,138,167)
#867993
(134,121,147)
#74687F
(116,104,127)
#62576B
(98,87,107)
#504657
(80,70,87)
#3E3543
(62,53,67)
#2C242F
(44,36,47)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #CEBDE3

#CEBDE3
(206,189,227)
#D2C3E5
(210,195,229)
#D6C9E7
(214,201,231)
#DACFE9
(218,207,233)
#DED5EB
(222,213,235)
#E2DBED
(226,219,237)
#E6E1EF
(230,225,239)
#EAE7F1
(234,231,241)
#EEEDF3
(238,237,243)
#F2F3F5
(242,243,245)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBDE3; }

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

This text font color is #CEBDE3.


Background Color

.myBgColor { background-color: #CEBDE3; }

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

This div background color is #CEBDE3.


Border color

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

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

This div border color is #CEBDE3.


Opacity

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

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

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

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

This text has shadow with #CEBDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBDE3 on black background.


Color preview on white background

This text has color #CEBDE3 on white background.



Black color preview on #CEBDE3 background

This text has black color on #CEBDE3 background.


White color preview on #CEBDE3 background

This text has white color on #CEBDE3 background.