COLOR #CEB2D1

HEX: #CEB2D1
RGB: (206,178,209)

Color info

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

RGB color model

#CEB2D1 color RGB value is (206,178,209).

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

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 209 of 255 = 82%

206
178
209

R + G + B ~ 78%. #CEB2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 178 + 209 = 593 (100%)
R 206 of 593 ~ 34.74%
G 178 of 593 ~ 30.02%
B 209 of 593 ~ 35.24%

%34.74
%30.02
%35.24

CMYK color model

#CEB2D1 color CMYK value is (1,15,0,18).

  • cyan value is 1.44%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(1,15,0,18)
C1M15Y0K18 
(1%,15%,0%,18%)
(0.01/0.15/0.00/0.18)	

CMYK percentages

%1.44
%14.83
%0
%18.04

Codes

Color #CEB2D1 in popluar color models

CEB2D1
RGB206178209
HSL294°25.20%75.88%
HSB/HSV294°14.83%81.96%
CMYK1.44%14.83%0.00%
18.04%

Color #CEB2D1 in popluar number systems.

HEXCEB2D1
Decimal206178209
Binary110011101011001011010001
Octal316262321

Shades and tints

Shades of #CEB2D1

#CEB2D1
(206,178,209)
#BCA2BE
(188,162,190)
#AA92AB
(170,146,171)
#988298
(152,130,152)
#867285
(134,114,133)
#746272
(116,98,114)
#62525F
(98,82,95)
#50424C
(80,66,76)
#3E3239
(62,50,57)
#2C2226
(44,34,38)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #CEB2D1

#CEB2D1
(206,178,209)
#D2B9D5
(210,185,213)
#D6C0D9
(214,192,217)
#DAC7DD
(218,199,221)
#DECEE1
(222,206,225)
#E2D5E5
(226,213,229)
#E6DCE9
(230,220,233)
#EAE3ED
(234,227,237)
#EEEAF1
(238,234,241)
#F2F1F5
(242,241,245)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB2D1; }

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

This text font color is #CEB2D1.


Background Color

.myBgColor { background-color: #CEB2D1; }

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

This div background color is #CEB2D1.


Border color

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

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

This div border color is #CEB2D1.


Opacity

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

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

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

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

This text has shadow with #CEB2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB2D1 on black background.


Color preview on white background

This text has color #CEB2D1 on white background.



Black color preview on #CEB2D1 background

This text has black color on #CEB2D1 background.


White color preview on #CEB2D1 background

This text has white color on #CEB2D1 background.