COLOR #CEB8E1

HEX: #CEB8E1
RGB: (206,184,225)

Color info

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

RGB color model

#CEB8E1 color RGB value is (206,184,225).

  • red value is 206;
  • green value is 184;
  • blue value is 225.
RGB:
(206,184,225)
(81%,72%,88%)

RGB channels and saturation

R 206 of 255 = 81%
G 184 of 255 = 72%
B 225 of 255 = 88%

206
184
225

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

Portions of RGB colors in percentages

R + G + B =
206 + 184 + 225 = 615 (100%)
R 206 of 615 ~ 33.5%
G 184 of 615 ~ 29.92%
B 225 of 615 ~ 36.59%

%33.5
%29.92
%36.59

CMYK color model

#CEB8E1 color CMYK value is (8,18,0,12).

  • cyan value is 8.44%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,18,0,12)
C8M18Y0K12 
(8%,18%,0%,12%)
(0.08/0.18/0.00/0.12)	

CMYK percentages

%8.44
%18.22
%0
%11.76

Codes

Color #CEB8E1 in popluar color models

CEB8E1
RGB206184225
HSL272°40.59%80.20%
HSB/HSV272°18.22%88.24%
CMYK8.44%18.22%0.00%
11.76%

Color #CEB8E1 in popluar number systems.

HEXCEB8E1
Decimal206184225
Binary110011101011100011100001
Octal316270341

Shades and tints

Shades of #CEB8E1

#CEB8E1
(206,184,225)
#BCA8CD
(188,168,205)
#AA98B9
(170,152,185)
#9888A5
(152,136,165)
#867891
(134,120,145)
#74687D
(116,104,125)
#625869
(98,88,105)
#504855
(80,72,85)
#3E3841
(62,56,65)
#2C282D
(44,40,45)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #CEB8E1

#CEB8E1
(206,184,225)
#D2BEE3
(210,190,227)
#D6C4E5
(214,196,229)
#DACAE7
(218,202,231)
#DED0E9
(222,208,233)
#E2D6EB
(226,214,235)
#E6DCED
(230,220,237)
#EAE2EF
(234,226,239)
#EEE8F1
(238,232,241)
#F2EEF3
(242,238,243)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB8E1 color. Also use rgb(206,184,225) instead hex code.

Text Font Color

.myTextColor { color: #CEB8E1; }

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

This text font color is #CEB8E1.


Background Color

.myBgColor { background-color: #CEB8E1; }

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

This div background color is #CEB8E1.


Border color

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

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

This div border color is #CEB8E1.


Opacity

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

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

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

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

This text has shadow with #CEB8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB8E1 on black background.


Color preview on white background

This text has color #CEB8E1 on white background.



Black color preview on #CEB8E1 background

This text has black color on #CEB8E1 background.


White color preview on #CEB8E1 background

This text has white color on #CEB8E1 background.