COLOR #CEB9EA

HEX: #CEB9EA
RGB: (206,185,234)

Color info

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

RGB color model

#CEB9EA color RGB value is (206,185,234).

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

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 234 of 255 = 92%

206
185
234

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

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 234 = 625 (100%)
R 206 of 625 ~ 32.96%
G 185 of 625 ~ 29.6%
B 234 of 625 ~ 37.44%

%32.96
%29.6
%37.44

CMYK color model

#CEB9EA color CMYK value is (12,21,0,8).

  • cyan value is 11.97%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(12,21,0,8)
C12M21Y0K8 
(12%,21%,0%,8%)
(0.12/0.21/0.00/0.08)	

CMYK percentages

%11.97
%20.94
%0
%8.24

Codes

Color #CEB9EA in popluar color models

CEB9EA
RGB206185234
HSL266°53.85%82.16%
HSB/HSV266°20.94%91.76%
CMYK11.97%20.94%0.00%
8.24%

Color #CEB9EA in popluar number systems.

HEXCEB9EA
Decimal206185234
Binary110011101011100111101010
Octal316271352

Shades and tints

Shades of #CEB9EA

#CEB9EA
(206,185,234)
#BCA9D5
(188,169,213)
#AA99C0
(170,153,192)
#9889AB
(152,137,171)
#867996
(134,121,150)
#746981
(116,105,129)
#62596C
(98,89,108)
#504957
(80,73,87)
#3E3942
(62,57,66)
#2C292D
(44,41,45)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #CEB9EA

#CEB9EA
(206,185,234)
#D2BFEB
(210,191,235)
#D6C5EC
(214,197,236)
#DACBED
(218,203,237)
#DED1EE
(222,209,238)
#E2D7EF
(226,215,239)
#E6DDF0
(230,221,240)
#EAE3F1
(234,227,241)
#EEE9F2
(238,233,242)
#F2EFF3
(242,239,243)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB9EA; }

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

This text font color is #CEB9EA.


Background Color

.myBgColor { background-color: #CEB9EA; }

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

This div background color is #CEB9EA.


Border color

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

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

This div border color is #CEB9EA.


Opacity

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

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

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

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

This text has shadow with #CEB9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB9EA on black background.


Color preview on white background

This text has color #CEB9EA on white background.



Black color preview on #CEB9EA background

This text has black color on #CEB9EA background.


White color preview on #CEB9EA background

This text has white color on #CEB9EA background.