COLOR #CEB7E6

HEX: #CEB7E6
RGB: (206,183,230)

Color info

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

RGB color model

#CEB7E6 color RGB value is (206,183,230).

  • red value is 206;
  • green value is 183;
  • blue value is 230.
RGB:
(206,183,230)
(81%,72%,90%)

RGB channels and saturation

R 206 of 255 = 81%
G 183 of 255 = 72%
B 230 of 255 = 90%

206
183
230

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

Portions of RGB colors in percentages

R + G + B =
206 + 183 + 230 = 619 (100%)
R 206 of 619 ~ 33.28%
G 183 of 619 ~ 29.56%
B 230 of 619 ~ 37.16%

%33.28
%29.56
%37.16

CMYK color model

#CEB7E6 color CMYK value is (10,20,0,10).

  • cyan value is 10.43%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(10,20,0,10)
C10M20Y0K10 
(10%,20%,0%,10%)
(0.10/0.20/0.00/0.10)	

CMYK percentages

%10.43
%20.43
%0
%9.8

Codes

Color #CEB7E6 in popluar color models

CEB7E6
RGB206183230
HSL269°48.45%80.98%
HSB/HSV269°20.43%90.20%
CMYK10.43%20.43%0.00%
9.80%

Color #CEB7E6 in popluar number systems.

HEXCEB7E6
Decimal206183230
Binary110011101011011111100110
Octal316267346

Shades and tints

Shades of #CEB7E6

#CEB7E6
(206,183,230)
#BCA7D2
(188,167,210)
#AA97BE
(170,151,190)
#9887AA
(152,135,170)
#867796
(134,119,150)
#746782
(116,103,130)
#62576E
(98,87,110)
#50475A
(80,71,90)
#3E3746
(62,55,70)
#2C2732
(44,39,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #CEB7E6

#CEB7E6
(206,183,230)
#D2BDE8
(210,189,232)
#D6C3EA
(214,195,234)
#DAC9EC
(218,201,236)
#DECFEE
(222,207,238)
#E2D5F0
(226,213,240)
#E6DBF2
(230,219,242)
#EAE1F4
(234,225,244)
#EEE7F6
(238,231,246)
#F2EDF8
(242,237,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB7E6 color. Also use rgb(206,183,230) instead hex code.

Text Font Color

.myTextColor { color: #CEB7E6; }

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

This text font color is #CEB7E6.


Background Color

.myBgColor { background-color: #CEB7E6; }

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

This div background color is #CEB7E6.


Border color

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

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

This div border color is #CEB7E6.


Opacity

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

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

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

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

This text has shadow with #CEB7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB7E6 on black background.


Color preview on white background

This text has color #CEB7E6 on white background.



Black color preview on #CEB7E6 background

This text has black color on #CEB7E6 background.


White color preview on #CEB7E6 background

This text has white color on #CEB7E6 background.