COLOR #CEB2E3

HEX: #CEB2E3
RGB: (206,178,227)

Color info

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

RGB color model

#CEB2E3 color RGB value is (206,178,227).

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

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 227 of 255 = 89%

206
178
227

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

Portions of RGB colors in percentages

R + G + B =
206 + 178 + 227 = 611 (100%)
R 206 of 611 ~ 33.72%
G 178 of 611 ~ 29.13%
B 227 of 611 ~ 37.15%

%33.72
%29.13
%37.15

CMYK color model

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

  • cyan value is 9.25%
  • magenta value is 21.59%
  • 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
%21.59
%0
%10.98

Codes

Color #CEB2E3 in popluar color models

CEB2E3
RGB206178227
HSL274°46.67%79.41%
HSB/HSV274°21.59%89.02%
CMYK9.25%21.59%0.00%
10.98%

Color #CEB2E3 in popluar number systems.

HEXCEB2E3
Decimal206178227
Binary110011101011001011100011
Octal316262343

Shades and tints

Shades of #CEB2E3

#CEB2E3
(206,178,227)
#BCA2CF
(188,162,207)
#AA92BB
(170,146,187)
#9882A7
(152,130,167)
#867293
(134,114,147)
#74627F
(116,98,127)
#62526B
(98,82,107)
#504257
(80,66,87)
#3E3243
(62,50,67)
#2C222F
(44,34,47)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #CEB2E3

#CEB2E3
(206,178,227)
#D2B9E5
(210,185,229)
#D6C0E7
(214,192,231)
#DAC7E9
(218,199,233)
#DECEEB
(222,206,235)
#E2D5ED
(226,213,237)
#E6DCEF
(230,220,239)
#EAE3F1
(234,227,241)
#EEEAF3
(238,234,243)
#F2F1F5
(242,241,245)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB2E3; }

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

This text font color is #CEB2E3.


Background Color

.myBgColor { background-color: #CEB2E3; }

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

This div background color is #CEB2E3.


Border color

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

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

This div border color is #CEB2E3.


Opacity

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

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

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

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

This text has shadow with #CEB2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB2E3 on black background.


Color preview on white background

This text has color #CEB2E3 on white background.



Black color preview on #CEB2E3 background

This text has black color on #CEB2E3 background.


White color preview on #CEB2E3 background

This text has white color on #CEB2E3 background.