COLOR #CEBEBB

HEX: #CEBEBB
RGB: (206,190,187)

Color info

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

RGB color model

#CEBEBB color RGB value is (206,190,187).

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

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 187 of 255 = 73%

206
190
187

R + G + B ~ 76%. #CEBEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 190 + 187 = 583 (100%)
R 206 of 583 ~ 35.33%
G 190 of 583 ~ 32.59%
B 187 of 583 ~ 32.08%

%35.33
%32.59
%32.08

CMYK color model

#CEBEBB color CMYK value is (0,8,9,19).

  • cyan value is 0.00%
  • magenta value is 7.77%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(0,8,9,19)
C0M8Y9K19 
(0%,8%,9%,19%)
(0.00/0.08/0.09/0.19)	

CMYK percentages

%0
%7.77
%9.22
%19.22

Codes

Color #CEBEBB in popluar color models

CEBEBB
RGB206190187
HSL16.24%77.06%
HSB/HSV9.22%80.78%
CMYK0.00%7.77%9.22%
19.22%

Color #CEBEBB in popluar number systems.

HEXCEBEBB
Decimal206190187
Binary110011101011111010111011
Octal316276273

Shades and tints

Shades of #CEBEBB

#CEBEBB
(206,190,187)
#BCADAA
(188,173,170)
#AA9C99
(170,156,153)
#988B88
(152,139,136)
#867A77
(134,122,119)
#746966
(116,105,102)
#625855
(98,88,85)
#504744
(80,71,68)
#3E3633
(62,54,51)
#2C2522
(44,37,34)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #CEBEBB

#CEBEBB
(206,190,187)
#D2C3C1
(210,195,193)
#D6C8C7
(214,200,199)
#DACDCD
(218,205,205)
#DED2D3
(222,210,211)
#E2D7D9
(226,215,217)
#E6DCDF
(230,220,223)
#EAE1E5
(234,225,229)
#EEE6EB
(238,230,235)
#F2EBF1
(242,235,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBEBB; }

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

This text font color is #CEBEBB.


Background Color

.myBgColor { background-color: #CEBEBB; }

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

This div background color is #CEBEBB.


Border color

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

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

This div border color is #CEBEBB.


Opacity

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

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

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

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

This text has shadow with #CEBEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBEBB on black background.


Color preview on white background

This text has color #CEBEBB on white background.



Black color preview on #CEBEBB background

This text has black color on #CEBEBB background.


White color preview on #CEBEBB background

This text has white color on #CEBEBB background.