COLOR #CEB0D1

HEX: #CEB0D1
RGB: (206,176,209)

Color info

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

RGB color model

#CEB0D1 color RGB value is (206,176,209).

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

RGB channels and saturation

R 206 of 255 = 81%
G 176 of 255 = 69%
B 209 of 255 = 82%

206
176
209

R + G + B ~ 77%. #CEB0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 176 + 209 = 591 (100%)
R 206 of 591 ~ 34.86%
G 176 of 591 ~ 29.78%
B 209 of 591 ~ 35.36%

%34.86
%29.78
%35.36

CMYK color model

#CEB0D1 color CMYK value is (1,16,0,18).

  • cyan value is 1.44%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(1,16,0,18)
C1M16Y0K18 
(1%,16%,0%,18%)
(0.01/0.16/0.00/0.18)	

CMYK percentages

%1.44
%15.79
%0
%18.04

Codes

Color #CEB0D1 in popluar color models

CEB0D1
RGB206176209
HSL295°26.40%75.49%
HSB/HSV295°15.79%81.96%
CMYK1.44%15.79%0.00%
18.04%

Color #CEB0D1 in popluar number systems.

HEXCEB0D1
Decimal206176209
Binary110011101011000011010001
Octal316260321

Shades and tints

Shades of #CEB0D1

#CEB0D1
(206,176,209)
#BCA0BE
(188,160,190)
#AA90AB
(170,144,171)
#988098
(152,128,152)
#867085
(134,112,133)
#746072
(116,96,114)
#62505F
(98,80,95)
#50404C
(80,64,76)
#3E3039
(62,48,57)
#2C2026
(44,32,38)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #CEB0D1

#CEB0D1
(206,176,209)
#D2B7D5
(210,183,213)
#D6BED9
(214,190,217)
#DAC5DD
(218,197,221)
#DECCE1
(222,204,225)
#E2D3E5
(226,211,229)
#E6DAE9
(230,218,233)
#EAE1ED
(234,225,237)
#EEE8F1
(238,232,241)
#F2EFF5
(242,239,245)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB0D1; }

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

This text font color is #CEB0D1.


Background Color

.myBgColor { background-color: #CEB0D1; }

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

This div background color is #CEB0D1.


Border color

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

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

This div border color is #CEB0D1.


Opacity

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

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

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

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

This text has shadow with #CEB0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB0D1 on black background.


Color preview on white background

This text has color #CEB0D1 on white background.



Black color preview on #CEB0D1 background

This text has black color on #CEB0D1 background.


White color preview on #CEB0D1 background

This text has white color on #CEB0D1 background.