COLOR #CEB1E3

HEX: #CEB1E3
RGB: (206,177,227)

Color info

#CEB1E3 contains red, green and blue colors in about the same proportion. Web safe color of #CEB1E3 is #CC99CC (or #C9C).

RGB color model

#CEB1E3 color RGB value is (206,177,227).

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

RGB channels and saturation

R 206 of 255 = 81%
G 177 of 255 = 69%
B 227 of 255 = 89%

206
177
227

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

Portions of RGB colors in percentages

R + G + B =
206 + 177 + 227 = 610 (100%)
R 206 of 610 ~ 33.77%
G 177 of 610 ~ 29.02%
B 227 of 610 ~ 37.21%

%33.77
%29.02
%37.21

CMYK color model

#CEB1E3 color CMYK value is (9,22,0,11).

  • cyan value is 9.25%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(9,22,0,11)
C9M22Y0K11 
(9%,22%,0%,11%)
(0.09/0.22/0.00/0.11)	

CMYK percentages

%9.25
%22.03
%0
%10.98

Codes

Color #CEB1E3 in popluar color models

CEB1E3
RGB206177227
HSL275°47.17%79.22%
HSB/HSV275°22.03%89.02%
CMYK9.25%22.03%0.00%
10.98%

Color #CEB1E3 in popluar number systems.

HEXCEB1E3
Decimal206177227
Binary110011101011000111100011
Octal316261343

Shades and tints

Shades of #CEB1E3

#CEB1E3
(206,177,227)
#BCA1CF
(188,161,207)
#AA91BB
(170,145,187)
#9881A7
(152,129,167)
#867193
(134,113,147)
#74617F
(116,97,127)
#62516B
(98,81,107)
#504157
(80,65,87)
#3E3143
(62,49,67)
#2C212F
(44,33,47)
#1A111B
(26,17,27)
#000000
(0,0,0)

Tints of #CEB1E3

#CEB1E3
(206,177,227)
#D2B8E5
(210,184,229)
#D6BFE7
(214,191,231)
#DAC6E9
(218,198,233)
#DECDEB
(222,205,235)
#E2D4ED
(226,212,237)
#E6DBEF
(230,219,239)
#EAE2F1
(234,226,241)
#EEE9F3
(238,233,243)
#F2F0F5
(242,240,245)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB1E3; }

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

This text font color is #CEB1E3.


Background Color

.myBgColor { background-color: #CEB1E3; }

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

This div background color is #CEB1E3.


Border color

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

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

This div border color is #CEB1E3.


Opacity

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

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

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

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

This text has shadow with #CEB1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB1E3 on black background.


Color preview on white background

This text has color #CEB1E3 on white background.



Black color preview on #CEB1E3 background

This text has black color on #CEB1E3 background.


White color preview on #CEB1E3 background

This text has white color on #CEB1E3 background.