COLOR #CEBAB8

HEX: #CEBAB8
RGB: (206,186,184)

Color info

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

RGB color model

#CEBAB8 color RGB value is (206,186,184).

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

RGB channels and saturation

R 206 of 255 = 81%
G 186 of 255 = 73%
B 184 of 255 = 72%

206
186
184

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

Portions of RGB colors in percentages

R + G + B =
206 + 186 + 184 = 576 (100%)
R 206 of 576 ~ 35.76%
G 186 of 576 ~ 32.29%
B 184 of 576 ~ 31.94%

%35.76
%32.29
%31.94

CMYK color model

#CEBAB8 color CMYK value is (0,10,11,19).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 10.68%
  • key color value is 19.22%
CMYK:
(0,10,11,19)
C0M10Y11K19 
(0%,10%,11%,19%)
(0.00/0.10/0.11/0.19)	

CMYK percentages

%0
%9.71
%10.68
%19.22

Codes

Color #CEBAB8 in popluar color models

CEBAB8
RGB206186184
HSL18.33%76.47%
HSB/HSV10.68%80.78%
CMYK0.00%9.71%10.68%
19.22%

Color #CEBAB8 in popluar number systems.

HEXCEBAB8
Decimal206186184
Binary110011101011101010111000
Octal316272270

Shades and tints

Shades of #CEBAB8

#CEBAB8
(206,186,184)
#BCAAA8
(188,170,168)
#AA9A98
(170,154,152)
#988A88
(152,138,136)
#867A78
(134,122,120)
#746A68
(116,106,104)
#625A58
(98,90,88)
#504A48
(80,74,72)
#3E3A38
(62,58,56)
#2C2A28
(44,42,40)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #CEBAB8

#CEBAB8
(206,186,184)
#D2C0BE
(210,192,190)
#D6C6C4
(214,198,196)
#DACCCA
(218,204,202)
#DED2D0
(222,210,208)
#E2D8D6
(226,216,214)
#E6DEDC
(230,222,220)
#EAE4E2
(234,228,226)
#EEEAE8
(238,234,232)
#F2F0EE
(242,240,238)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBAB8; }

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

This text font color is #CEBAB8.


Background Color

.myBgColor { background-color: #CEBAB8; }

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

This div background color is #CEBAB8.


Border color

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

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

This div border color is #CEBAB8.


Opacity

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

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

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

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

This text has shadow with #CEBAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBAB8 on black background.


Color preview on white background

This text has color #CEBAB8 on white background.



Black color preview on #CEBAB8 background

This text has black color on #CEBAB8 background.


White color preview on #CEBAB8 background

This text has white color on #CEBAB8 background.