COLOR #CEBCC0

HEX: #CEBCC0
RGB: (206,188,192)

Color info

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

RGB color model

#CEBCC0 color RGB value is (206,188,192).

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

RGB channels and saturation

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

206
188
192

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

Portions of RGB colors in percentages

R + G + B =
206 + 188 + 192 = 586 (100%)
R 206 of 586 ~ 35.15%
G 188 of 586 ~ 32.08%
B 192 of 586 ~ 32.76%

%35.15
%32.08
%32.76

CMYK color model

#CEBCC0 color CMYK value is (0,9,7,19).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 6.80%
  • key color value is 19.22%
CMYK:
(0,9,7,19)
C0M9Y7K19 
(0%,9%,7%,19%)
(0.00/0.09/0.07/0.19)	

CMYK percentages

%0
%8.74
%6.8
%19.22

Codes

Color #CEBCC0 in popluar color models

CEBCC0
RGB206188192
HSL347°15.52%77.25%
HSB/HSV347°8.74%80.78%
CMYK0.00%8.74%6.80%
19.22%

Color #CEBCC0 in popluar number systems.

HEXCEBCC0
Decimal206188192
Binary110011101011110011000000
Octal316274300

Shades and tints

Shades of #CEBCC0

#CEBCC0
(206,188,192)
#BCABAF
(188,171,175)
#AA9A9E
(170,154,158)
#98898D
(152,137,141)
#86787C
(134,120,124)
#74676B
(116,103,107)
#62565A
(98,86,90)
#504549
(80,69,73)
#3E3438
(62,52,56)
#2C2327
(44,35,39)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #CEBCC0

#CEBCC0
(206,188,192)
#D2C2C5
(210,194,197)
#D6C8CA
(214,200,202)
#DACECF
(218,206,207)
#DED4D4
(222,212,212)
#E2DAD9
(226,218,217)
#E6E0DE
(230,224,222)
#EAE6E3
(234,230,227)
#EEECE8
(238,236,232)
#F2F2ED
(242,242,237)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBCC0; }

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

This text font color is #CEBCC0.


Background Color

.myBgColor { background-color: #CEBCC0; }

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

This div background color is #CEBCC0.


Border color

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

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

This div border color is #CEBCC0.


Opacity

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

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

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

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

This text has shadow with #CEBCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBCC0 on black background.


Color preview on white background

This text has color #CEBCC0 on white background.



Black color preview on #CEBCC0 background

This text has black color on #CEBCC0 background.


White color preview on #CEBCC0 background

This text has white color on #CEBCC0 background.