COLOR #CEB9EC

HEX: #CEB9EC
RGB: (206,185,236)

Color info

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

RGB color model

#CEB9EC color RGB value is (206,185,236).

  • red value is 206;
  • green value is 185;
  • blue value is 236.
RGB:
(206,185,236)
(81%,73%,93%)

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 236 of 255 = 93%

206
185
236

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

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 236 = 627 (100%)
R 206 of 627 ~ 32.85%
G 185 of 627 ~ 29.51%
B 236 of 627 ~ 37.64%

%32.85
%29.51
%37.64

CMYK color model

#CEB9EC color CMYK value is (13,22,0,7).

  • cyan value is 12.71%
  • magenta value is 21.61%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(13,22,0,7)
C13M22Y0K7 
(13%,22%,0%,7%)
(0.13/0.22/0.00/0.07)	

CMYK percentages

%12.71
%21.61
%0
%7.45

Codes

Color #CEB9EC in popluar color models

CEB9EC
RGB206185236
HSL265°57.30%82.55%
HSB/HSV265°21.61%92.55%
CMYK12.71%21.61%0.00%
7.45%

Color #CEB9EC in popluar number systems.

HEXCEB9EC
Decimal206185236
Binary110011101011100111101100
Octal316271354

Shades and tints

Shades of #CEB9EC

#CEB9EC
(206,185,236)
#BCA9D7
(188,169,215)
#AA99C2
(170,153,194)
#9889AD
(152,137,173)
#867998
(134,121,152)
#746983
(116,105,131)
#62596E
(98,89,110)
#504959
(80,73,89)
#3E3944
(62,57,68)
#2C292F
(44,41,47)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #CEB9EC

#CEB9EC
(206,185,236)
#D2BFED
(210,191,237)
#D6C5EE
(214,197,238)
#DACBEF
(218,203,239)
#DED1F0
(222,209,240)
#E2D7F1
(226,215,241)
#E6DDF2
(230,221,242)
#EAE3F3
(234,227,243)
#EEE9F4
(238,233,244)
#F2EFF5
(242,239,245)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB9EC color. Also use rgb(206,185,236) instead hex code.

Text Font Color

.myTextColor { color: #CEB9EC; }

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

This text font color is #CEB9EC.


Background Color

.myBgColor { background-color: #CEB9EC; }

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

This div background color is #CEB9EC.


Border color

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

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

This div border color is #CEB9EC.


Opacity

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

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

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

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

This text has shadow with #CEB9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB9EC on black background.


Color preview on white background

This text has color #CEB9EC on white background.



Black color preview on #CEB9EC background

This text has black color on #CEB9EC background.


White color preview on #CEB9EC background

This text has white color on #CEB9EC background.