COLOR #CEB0D2

HEX: #CEB0D2
RGB: (206,176,210)

Color info

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

RGB color model

#CEB0D2 color RGB value is (206,176,210).

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

RGB channels and saturation

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

206
176
210

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

Portions of RGB colors in percentages

R + G + B =
206 + 176 + 210 = 592 (100%)
R 206 of 592 ~ 34.8%
G 176 of 592 ~ 29.73%
B 210 of 592 ~ 35.47%

%34.8
%29.73
%35.47

CMYK color model

#CEB0D2 color CMYK value is (2,16,0,18).

  • cyan value is 1.90%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(2,16,0,18)
C2M16Y0K18 
(2%,16%,0%,18%)
(0.02/0.16/0.00/0.18)	

CMYK percentages

%1.9
%16.19
%0
%17.65

Codes

Color #CEB0D2 in popluar color models

CEB0D2
RGB206176210
HSL293°27.42%75.69%
HSB/HSV293°16.19%82.35%
CMYK1.90%16.19%0.00%
17.65%

Color #CEB0D2 in popluar number systems.

HEXCEB0D2
Decimal206176210
Binary110011101011000011010010
Octal316260322

Shades and tints

Shades of #CEB0D2

#CEB0D2
(206,176,210)
#BCA0BF
(188,160,191)
#AA90AC
(170,144,172)
#988099
(152,128,153)
#867086
(134,112,134)
#746073
(116,96,115)
#625060
(98,80,96)
#50404D
(80,64,77)
#3E303A
(62,48,58)
#2C2027
(44,32,39)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #CEB0D2

#CEB0D2
(206,176,210)
#D2B7D6
(210,183,214)
#D6BEDA
(214,190,218)
#DAC5DE
(218,197,222)
#DECCE2
(222,204,226)
#E2D3E6
(226,211,230)
#E6DAEA
(230,218,234)
#EAE1EE
(234,225,238)
#EEE8F2
(238,232,242)
#F2EFF6
(242,239,246)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB0D2; }

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

This text font color is #CEB0D2.


Background Color

.myBgColor { background-color: #CEB0D2; }

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

This div background color is #CEB0D2.


Border color

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

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

This div border color is #CEB0D2.


Opacity

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

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

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

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

This text has shadow with #CEB0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB0D2 on black background.


Color preview on white background

This text has color #CEB0D2 on white background.



Black color preview on #CEB0D2 background

This text has black color on #CEB0D2 background.


White color preview on #CEB0D2 background

This text has white color on #CEB0D2 background.