COLOR #CEB5D2

HEX: #CEB5D2
RGB: (206,181,210)

Color info

#CEB5D2 contains red, green and blue colors in about the same proportion. Web safe color of #CEB5D2 is #CCCCCC (or #CCC).

RGB color model

#CEB5D2 color RGB value is (206,181,210).

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

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 210 of 255 = 82%

206
181
210

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

Portions of RGB colors in percentages

R + G + B =
206 + 181 + 210 = 597 (100%)
R 206 of 597 ~ 34.51%
G 181 of 597 ~ 30.32%
B 210 of 597 ~ 35.18%

%34.51
%30.32
%35.18

CMYK color model

#CEB5D2 color CMYK value is (2,14,0,18).

  • cyan value is 1.90%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(2,14,0,18)
C2M14Y0K18 
(2%,14%,0%,18%)
(0.02/0.14/0.00/0.18)	

CMYK percentages

%1.9
%13.81
%0
%17.65

Codes

Color #CEB5D2 in popluar color models

CEB5D2
RGB206181210
HSL292°24.37%76.67%
HSB/HSV292°13.81%82.35%
CMYK1.90%13.81%0.00%
17.65%

Color #CEB5D2 in popluar number systems.

HEXCEB5D2
Decimal206181210
Binary110011101011010111010010
Octal316265322

Shades and tints

Shades of #CEB5D2

#CEB5D2
(206,181,210)
#BCA5BF
(188,165,191)
#AA95AC
(170,149,172)
#988599
(152,133,153)
#867586
(134,117,134)
#746573
(116,101,115)
#625560
(98,85,96)
#50454D
(80,69,77)
#3E353A
(62,53,58)
#2C2527
(44,37,39)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #CEB5D2

#CEB5D2
(206,181,210)
#D2BBD6
(210,187,214)
#D6C1DA
(214,193,218)
#DAC7DE
(218,199,222)
#DECDE2
(222,205,226)
#E2D3E6
(226,211,230)
#E6D9EA
(230,217,234)
#EADFEE
(234,223,238)
#EEE5F2
(238,229,242)
#F2EBF6
(242,235,246)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB5D2; }

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

This text font color is #CEB5D2.


Background Color

.myBgColor { background-color: #CEB5D2; }

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

This div background color is #CEB5D2.


Border color

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

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

This div border color is #CEB5D2.


Opacity

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

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

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

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

This text has shadow with #CEB5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB5D2 on black background.


Color preview on white background

This text has color #CEB5D2 on white background.



Black color preview on #CEB5D2 background

This text has black color on #CEB5D2 background.


White color preview on #CEB5D2 background

This text has white color on #CEB5D2 background.