COLOR #CEB9EE

HEX: #CEB9EE
RGB: (206,185,238)

Color info

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

RGB color model

#CEB9EE color RGB value is (206,185,238).

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

RGB channels and saturation

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

206
185
238

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

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 238 = 629 (100%)
R 206 of 629 ~ 32.75%
G 185 of 629 ~ 29.41%
B 238 of 629 ~ 37.84%

%32.75
%29.41
%37.84

CMYK color model

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

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

CMYK percentages

%13.45
%22.27
%0
%6.67

Codes

Color #CEB9EE in popluar color models

CEB9EE
RGB206185238
HSL264°60.92%82.94%
HSB/HSV264°22.27%93.33%
CMYK13.45%22.27%0.00%
6.67%

Color #CEB9EE in popluar number systems.

HEXCEB9EE
Decimal206185238
Binary110011101011100111101110
Octal316271356

Shades and tints

Shades of #CEB9EE

#CEB9EE
(206,185,238)
#BCA9D9
(188,169,217)
#AA99C4
(170,153,196)
#9889AF
(152,137,175)
#86799A
(134,121,154)
#746985
(116,105,133)
#625970
(98,89,112)
#50495B
(80,73,91)
#3E3946
(62,57,70)
#2C2931
(44,41,49)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #CEB9EE

#CEB9EE
(206,185,238)
#D2BFEF
(210,191,239)
#D6C5F0
(214,197,240)
#DACBF1
(218,203,241)
#DED1F2
(222,209,242)
#E2D7F3
(226,215,243)
#E6DDF4
(230,221,244)
#EAE3F5
(234,227,245)
#EEE9F6
(238,233,246)
#F2EFF7
(242,239,247)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB9EE; }

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

This text font color is #CEB9EE.


Background Color

.myBgColor { background-color: #CEB9EE; }

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

This div background color is #CEB9EE.


Border color

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

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

This div border color is #CEB9EE.


Opacity

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

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

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

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

This text has shadow with #CEB9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB9EE on black background.


Color preview on white background

This text has color #CEB9EE on white background.



Black color preview on #CEB9EE background

This text has black color on #CEB9EE background.


White color preview on #CEB9EE background

This text has white color on #CEB9EE background.