COLOR #CEB3B8

HEX: #CEB3B8
RGB: (206,179,184)

Color info

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

RGB color model

#CEB3B8 color RGB value is (206,179,184).

  • red value is 206;
  • green value is 179;
  • blue value is 184.
RGB:
(206,179,184)
(81%,70%,72%)

RGB channels and saturation

R 206 of 255 = 81%
G 179 of 255 = 70%
B 184 of 255 = 72%

206
179
184

R + G + B ~ 74%. #CEB3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 179 + 184 = 569 (100%)
R 206 of 569 ~ 36.2%
G 179 of 569 ~ 31.46%
B 184 of 569 ~ 32.34%

%36.2
%31.46
%32.34

CMYK color model

#CEB3B8 color CMYK value is (0,13,11,19).

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 10.68%
  • key color value is 19.22%
CMYK:
(0,13,11,19)
C0M13Y11K19 
(0%,13%,11%,19%)
(0.00/0.13/0.11/0.19)	

CMYK percentages

%0
%13.11
%10.68
%19.22

Codes

Color #CEB3B8 in popluar color models

CEB3B8
RGB206179184
HSL349°21.60%75.49%
HSB/HSV349°13.11%80.78%
CMYK0.00%13.11%10.68%
19.22%

Color #CEB3B8 in popluar number systems.

HEXCEB3B8
Decimal206179184
Binary110011101011001110111000
Octal316263270

Shades and tints

Shades of #CEB3B8

#CEB3B8
(206,179,184)
#BCA3A8
(188,163,168)
#AA9398
(170,147,152)
#988388
(152,131,136)
#867378
(134,115,120)
#746368
(116,99,104)
#625358
(98,83,88)
#504348
(80,67,72)
#3E3338
(62,51,56)
#2C2328
(44,35,40)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #CEB3B8

#CEB3B8
(206,179,184)
#D2B9BE
(210,185,190)
#D6BFC4
(214,191,196)
#DAC5CA
(218,197,202)
#DECBD0
(222,203,208)
#E2D1D6
(226,209,214)
#E6D7DC
(230,215,220)
#EADDE2
(234,221,226)
#EEE3E8
(238,227,232)
#F2E9EE
(242,233,238)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB3B8 color. Also use rgb(206,179,184) instead hex code.

Text Font Color

.myTextColor { color: #CEB3B8; }

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

This text font color is #CEB3B8.


Background Color

.myBgColor { background-color: #CEB3B8; }

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

This div background color is #CEB3B8.


Border color

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

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

This div border color is #CEB3B8.


Opacity

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

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

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

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

This text has shadow with #CEB3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB3B8 on black background.


Color preview on white background

This text has color #CEB3B8 on white background.



Black color preview on #CEB3B8 background

This text has black color on #CEB3B8 background.


White color preview on #CEB3B8 background

This text has white color on #CEB3B8 background.