COLOR #CEBADB

HEX: #CEBADB
RGB: (206,186,219)

Color info

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

RGB color model

#CEBADB color RGB value is (206,186,219).

  • red value is 206;
  • green value is 186;
  • blue value is 219.
RGB:
(206,186,219)
(81%,73%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 186 of 255 = 73%
B 219 of 255 = 86%

206
186
219

R + G + B ~ 80%. #CEBADB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 186 + 219 = 611 (100%)
R 206 of 611 ~ 33.72%
G 186 of 611 ~ 30.44%
B 219 of 611 ~ 35.84%

%33.72
%30.44
%35.84

CMYK color model

#CEBADB color CMYK value is (6,15,0,14).

  • cyan value is 5.94%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(6,15,0,14)
C6M15Y0K14 
(6%,15%,0%,14%)
(0.06/0.15/0.00/0.14)	

CMYK percentages

%5.94
%15.07
%0
%14.12

Codes

Color #CEBADB in popluar color models

CEBADB
RGB206186219
HSL276°31.43%79.41%
HSB/HSV276°15.07%85.88%
CMYK5.94%15.07%0.00%
14.12%

Color #CEBADB in popluar number systems.

HEXCEBADB
Decimal206186219
Binary110011101011101011011011
Octal316272333

Shades and tints

Shades of #CEBADB

#CEBADB
(206,186,219)
#BCAAC8
(188,170,200)
#AA9AB5
(170,154,181)
#988AA2
(152,138,162)
#867A8F
(134,122,143)
#746A7C
(116,106,124)
#625A69
(98,90,105)
#504A56
(80,74,86)
#3E3A43
(62,58,67)
#2C2A30
(44,42,48)
#1A1A1D
(26,26,29)
#000000
(0,0,0)

Tints of #CEBADB

#CEBADB
(206,186,219)
#D2C0DE
(210,192,222)
#D6C6E1
(214,198,225)
#DACCE4
(218,204,228)
#DED2E7
(222,210,231)
#E2D8EA
(226,216,234)
#E6DEED
(230,222,237)
#EAE4F0
(234,228,240)
#EEEAF3
(238,234,243)
#F2F0F6
(242,240,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBADB color. Also use rgb(206,186,219) instead hex code.

Text Font Color

.myTextColor { color: #CEBADB; }

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

This text font color is #CEBADB.


Background Color

.myBgColor { background-color: #CEBADB; }

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

This div background color is #CEBADB.


Border color

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

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

This div border color is #CEBADB.


Opacity

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

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

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

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

This text has shadow with #CEBADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBADB on black background.


Color preview on white background

This text has color #CEBADB on white background.



Black color preview on #CEBADB background

This text has black color on #CEBADB background.


White color preview on #CEBADB background

This text has white color on #CEBADB background.