COLOR #CEB6BB

HEX: #CEB6BB
RGB: (206,182,187)

Color info

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

RGB color model

#CEB6BB color RGB value is (206,182,187).

  • red value is 206;
  • green value is 182;
  • blue value is 187.
RGB:
(206,182,187)
(81%,71%,73%)

RGB channels and saturation

R 206 of 255 = 81%
G 182 of 255 = 71%
B 187 of 255 = 73%

206
182
187

R + G + B ~ 75%. #CEB6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 182 + 187 = 575 (100%)
R 206 of 575 ~ 35.83%
G 182 of 575 ~ 31.65%
B 187 of 575 ~ 32.52%

%35.83
%31.65
%32.52

CMYK color model

#CEB6BB color CMYK value is (0,12,9,19).

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(0,12,9,19)
C0M12Y9K19 
(0%,12%,9%,19%)
(0.00/0.12/0.09/0.19)	

CMYK percentages

%0
%11.65
%9.22
%19.22

Codes

Color #CEB6BB in popluar color models

CEB6BB
RGB206182187
HSL348°19.67%76.08%
HSB/HSV348°11.65%80.78%
CMYK0.00%11.65%9.22%
19.22%

Color #CEB6BB in popluar number systems.

HEXCEB6BB
Decimal206182187
Binary110011101011011010111011
Octal316266273

Shades and tints

Shades of #CEB6BB

#CEB6BB
(206,182,187)
#BCA6AA
(188,166,170)
#AA9699
(170,150,153)
#988688
(152,134,136)
#867677
(134,118,119)
#746666
(116,102,102)
#625655
(98,86,85)
#504644
(80,70,68)
#3E3633
(62,54,51)
#2C2622
(44,38,34)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #CEB6BB

#CEB6BB
(206,182,187)
#D2BCC1
(210,188,193)
#D6C2C7
(214,194,199)
#DAC8CD
(218,200,205)
#DECED3
(222,206,211)
#E2D4D9
(226,212,217)
#E6DADF
(230,218,223)
#EAE0E5
(234,224,229)
#EEE6EB
(238,230,235)
#F2ECF1
(242,236,241)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB6BB color. Also use rgb(206,182,187) instead hex code.

Text Font Color

.myTextColor { color: #CEB6BB; }

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

This text font color is #CEB6BB.


Background Color

.myBgColor { background-color: #CEB6BB; }

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

This div background color is #CEB6BB.


Border color

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

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

This div border color is #CEB6BB.


Opacity

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

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

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

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

This text has shadow with #CEB6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB6BB on black background.


Color preview on white background

This text has color #CEB6BB on white background.



Black color preview on #CEB6BB background

This text has black color on #CEB6BB background.


White color preview on #CEB6BB background

This text has white color on #CEB6BB background.