COLOR #CEB4EF

HEX: #CEB4EF
RGB: (206,180,239)

Color info

#CEB4EF contains red, green and blue colors in about the same proportion. Web safe color of #CEB4EF is #CCCCFF (or #CCF).

RGB color model

#CEB4EF color RGB value is (206,180,239).

  • red value is 206;
  • green value is 180;
  • blue value is 239.
RGB:
(206,180,239)
(81%,71%,94%)

RGB channels and saturation

R 206 of 255 = 81%
G 180 of 255 = 71%
B 239 of 255 = 94%

206
180
239

R + G + B ~ 82%. #CEB4EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 180 + 239 = 625 (100%)
R 206 of 625 ~ 32.96%
G 180 of 625 ~ 28.8%
B 239 of 625 ~ 38.24%

%32.96
%28.8
%38.24

CMYK color model

#CEB4EF color CMYK value is (14,25,0,6).

  • cyan value is 13.81%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(14,25,0,6)
C14M25Y0K6 
(14%,25%,0%,6%)
(0.14/0.25/0.00/0.06)	

CMYK percentages

%13.81
%24.69
%0
%6.27

Codes

Color #CEB4EF in popluar color models

CEB4EF
RGB206180239
HSL266°64.84%82.16%
HSB/HSV266°24.69%93.73%
CMYK13.81%24.69%0.00%
6.27%

Color #CEB4EF in popluar number systems.

HEXCEB4EF
Decimal206180239
Binary110011101011010011101111
Octal316264357

Shades and tints

Shades of #CEB4EF

#CEB4EF
(206,180,239)
#BCA4DA
(188,164,218)
#AA94C5
(170,148,197)
#9884B0
(152,132,176)
#86749B
(134,116,155)
#746486
(116,100,134)
#625471
(98,84,113)
#50445C
(80,68,92)
#3E3447
(62,52,71)
#2C2432
(44,36,50)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #CEB4EF

#CEB4EF
(206,180,239)
#D2BAF0
(210,186,240)
#D6C0F1
(214,192,241)
#DAC6F2
(218,198,242)
#DECCF3
(222,204,243)
#E2D2F4
(226,210,244)
#E6D8F5
(230,216,245)
#EADEF6
(234,222,246)
#EEE4F7
(238,228,247)
#F2EAF8
(242,234,248)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB4EF color. Also use rgb(206,180,239) instead hex code.

Text Font Color

.myTextColor { color: #CEB4EF; }

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

This text font color is #CEB4EF.


Background Color

.myBgColor { background-color: #CEB4EF; }

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

This div background color is #CEB4EF.


Border color

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

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

This div border color is #CEB4EF.


Opacity

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

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

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

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

This text has shadow with #CEB4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB4EF on black background.


Color preview on white background

This text has color #CEB4EF on white background.



Black color preview on #CEB4EF background

This text has black color on #CEB4EF background.


White color preview on #CEB4EF background

This text has white color on #CEB4EF background.