COLOR #CEB1E7

HEX: #CEB1E7
RGB: (206,177,231)

Color info

#CEB1E7 contains red, green and blue colors in about the same proportion. Web safe color of #CEB1E7 is #CC99FF (or #C9F).

RGB color model

#CEB1E7 color RGB value is (206,177,231).

  • red value is 206;
  • green value is 177;
  • blue value is 231.
RGB:
(206,177,231)
(81%,69%,91%)

RGB channels and saturation

R 206 of 255 = 81%
G 177 of 255 = 69%
B 231 of 255 = 91%

206
177
231

R + G + B ~ 80%. #CEB1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 177 + 231 = 614 (100%)
R 206 of 614 ~ 33.55%
G 177 of 614 ~ 28.83%
B 231 of 614 ~ 37.62%

%33.55
%28.83
%37.62

CMYK color model

#CEB1E7 color CMYK value is (11,23,0,9).

  • cyan value is 10.82%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(11,23,0,9)
C11M23Y0K9 
(11%,23%,0%,9%)
(0.11/0.23/0.00/0.09)	

CMYK percentages

%10.82
%23.38
%0
%9.41

Codes

Color #CEB1E7 in popluar color models

CEB1E7
RGB206177231
HSL272°52.94%80.00%
HSB/HSV272°23.38%90.59%
CMYK10.82%23.38%0.00%
9.41%

Color #CEB1E7 in popluar number systems.

HEXCEB1E7
Decimal206177231
Binary110011101011000111100111
Octal316261347

Shades and tints

Shades of #CEB1E7

#CEB1E7
(206,177,231)
#BCA1D2
(188,161,210)
#AA91BD
(170,145,189)
#9881A8
(152,129,168)
#867193
(134,113,147)
#74617E
(116,97,126)
#625169
(98,81,105)
#504154
(80,65,84)
#3E313F
(62,49,63)
#2C212A
(44,33,42)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #CEB1E7

#CEB1E7
(206,177,231)
#D2B8E9
(210,184,233)
#D6BFEB
(214,191,235)
#DAC6ED
(218,198,237)
#DECDEF
(222,205,239)
#E2D4F1
(226,212,241)
#E6DBF3
(230,219,243)
#EAE2F5
(234,226,245)
#EEE9F7
(238,233,247)
#F2F0F9
(242,240,249)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB1E7 color. Also use rgb(206,177,231) instead hex code.

Text Font Color

.myTextColor { color: #CEB1E7; }

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

This text font color is #CEB1E7.


Background Color

.myBgColor { background-color: #CEB1E7; }

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

This div background color is #CEB1E7.


Border color

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

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

This div border color is #CEB1E7.


Opacity

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

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

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

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

This text has shadow with #CEB1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB1E7 on black background.


Color preview on white background

This text has color #CEB1E7 on white background.



Black color preview on #CEB1E7 background

This text has black color on #CEB1E7 background.


White color preview on #CEB1E7 background

This text has white color on #CEB1E7 background.