COLOR #CEBCBE

HEX: #CEBCBE
RGB: (206,188,190)

Color info

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

RGB color model

#CEBCBE color RGB value is (206,188,190).

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

RGB channels and saturation

R 206 of 255 = 81%
G 188 of 255 = 74%
B 190 of 255 = 75%

206
188
190

R + G + B ~ 77%. #CEBCBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 188 + 190 = 584 (100%)
R 206 of 584 ~ 35.27%
G 188 of 584 ~ 32.19%
B 190 of 584 ~ 32.53%

%35.27
%32.19
%32.53

CMYK color model

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

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

CMYK percentages

%0
%8.74
%7.77
%19.22

Codes

Color #CEBCBE in popluar color models

CEBCBE
RGB206188190
HSL353°15.52%77.25%
HSB/HSV353°8.74%80.78%
CMYK0.00%8.74%7.77%
19.22%

Color #CEBCBE in popluar number systems.

HEXCEBCBE
Decimal206188190
Binary110011101011110010111110
Octal316274276

Shades and tints

Shades of #CEBCBE

#CEBCBE
(206,188,190)
#BCABAD
(188,171,173)
#AA9A9C
(170,154,156)
#98898B
(152,137,139)
#86787A
(134,120,122)
#746769
(116,103,105)
#625658
(98,86,88)
#504547
(80,69,71)
#3E3436
(62,52,54)
#2C2325
(44,35,37)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #CEBCBE

#CEBCBE
(206,188,190)
#D2C2C3
(210,194,195)
#D6C8C8
(214,200,200)
#DACECD
(218,206,205)
#DED4D2
(222,212,210)
#E2DAD7
(226,218,215)
#E6E0DC
(230,224,220)
#EAE6E1
(234,230,225)
#EEECE6
(238,236,230)
#F2F2EB
(242,242,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBCBE; }

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

This text font color is #CEBCBE.


Background Color

.myBgColor { background-color: #CEBCBE; }

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

This div background color is #CEBCBE.


Border color

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

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

This div border color is #CEBCBE.


Opacity

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

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

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

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

This text has shadow with #CEBCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBCBE on black background.


Color preview on white background

This text has color #CEBCBE on white background.



Black color preview on #CEBCBE background

This text has black color on #CEBCBE background.


White color preview on #CEBCBE background

This text has white color on #CEBCBE background.