COLOR #CEB0EE

HEX: #CEB0EE
RGB: (206,176,238)

Color info

#CEB0EE contains mainly red and blue colors. Web safe color of #CEB0EE is #CC99FF (or #C9F).

RGB color model

#CEB0EE color RGB value is (206,176,238).

  • red value is 206;
  • green value is 176;
  • blue value is 238.
RGB:
(206,176,238)
(81%,69%,93%)

RGB channels and saturation

R 206 of 255 = 81%
G 176 of 255 = 69%
B 238 of 255 = 93%

206
176
238

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

Portions of RGB colors in percentages

R + G + B =
206 + 176 + 238 = 620 (100%)
R 206 of 620 ~ 33.23%
G 176 of 620 ~ 28.39%
B 238 of 620 ~ 38.39%

%33.23
%28.39
%38.39

CMYK color model

#CEB0EE color CMYK value is (13,26,0,7).

  • cyan value is 13.45%
  • magenta value is 26.05%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,26,0,7)
C13M26Y0K7 
(13%,26%,0%,7%)
(0.13/0.26/0.00/0.07)	

CMYK percentages

%13.45
%26.05
%0
%6.67

Codes

Color #CEB0EE in popluar color models

CEB0EE
RGB206176238
HSL269°64.58%81.18%
HSB/HSV269°26.05%93.33%
CMYK13.45%26.05%0.00%
6.67%

Color #CEB0EE in popluar number systems.

HEXCEB0EE
Decimal206176238
Binary110011101011000011101110
Octal316260356

Shades and tints

Shades of #CEB0EE

#CEB0EE
(206,176,238)
#BCA0D9
(188,160,217)
#AA90C4
(170,144,196)
#9880AF
(152,128,175)
#86709A
(134,112,154)
#746085
(116,96,133)
#625070
(98,80,112)
#50405B
(80,64,91)
#3E3046
(62,48,70)
#2C2031
(44,32,49)
#1A101C
(26,16,28)
#000000
(0,0,0)

Tints of #CEB0EE

#CEB0EE
(206,176,238)
#D2B7EF
(210,183,239)
#D6BEF0
(214,190,240)
#DAC5F1
(218,197,241)
#DECCF2
(222,204,242)
#E2D3F3
(226,211,243)
#E6DAF4
(230,218,244)
#EAE1F5
(234,225,245)
#EEE8F6
(238,232,246)
#F2EFF7
(242,239,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB0EE color. Also use rgb(206,176,238) instead hex code.

Text Font Color

.myTextColor { color: #CEB0EE; }

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

This text font color is #CEB0EE.


Background Color

.myBgColor { background-color: #CEB0EE; }

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

This div background color is #CEB0EE.


Border color

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

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

This div border color is #CEB0EE.


Opacity

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

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

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

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

This text has shadow with #CEB0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB0EE on black background.


Color preview on white background

This text has color #CEB0EE on white background.



Black color preview on #CEB0EE background

This text has black color on #CEB0EE background.


White color preview on #CEB0EE background

This text has white color on #CEB0EE background.