COLOR #CEBBC5

HEX: #CEBBC5
RGB: (206,187,197)

Color info

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

RGB color model

#CEBBC5 color RGB value is (206,187,197).

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

RGB channels and saturation

R 206 of 255 = 81%
G 187 of 255 = 73%
B 197 of 255 = 77%

206
187
197

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

Portions of RGB colors in percentages

R + G + B =
206 + 187 + 197 = 590 (100%)
R 206 of 590 ~ 34.92%
G 187 of 590 ~ 31.69%
B 197 of 590 ~ 33.39%

%34.92
%31.69
%33.39

CMYK color model

#CEBBC5 color CMYK value is (0,9,4,19).

  • cyan value is 0.00%
  • magenta value is 9.22%
  • yellow value is 4.37%
  • key color value is 19.22%
CMYK:
(0,9,4,19)
C0M9Y4K19 
(0%,9%,4%,19%)
(0.00/0.09/0.04/0.19)	

CMYK percentages

%0
%9.22
%4.37
%19.22

Codes

Color #CEBBC5 in popluar color models

CEBBC5
RGB206187197
HSL328°16.24%77.06%
HSB/HSV328°9.22%80.78%
CMYK0.00%9.22%4.37%
19.22%

Color #CEBBC5 in popluar number systems.

HEXCEBBC5
Decimal206187197
Binary110011101011101111000101
Octal316273305

Shades and tints

Shades of #CEBBC5

#CEBBC5
(206,187,197)
#BCAAB4
(188,170,180)
#AA99A3
(170,153,163)
#988892
(152,136,146)
#867781
(134,119,129)
#746670
(116,102,112)
#62555F
(98,85,95)
#50444E
(80,68,78)
#3E333D
(62,51,61)
#2C222C
(44,34,44)
#1A111B
(26,17,27)
#000000
(0,0,0)

Tints of #CEBBC5

#CEBBC5
(206,187,197)
#D2C1CA
(210,193,202)
#D6C7CF
(214,199,207)
#DACDD4
(218,205,212)
#DED3D9
(222,211,217)
#E2D9DE
(226,217,222)
#E6DFE3
(230,223,227)
#EAE5E8
(234,229,232)
#EEEBED
(238,235,237)
#F2F1F2
(242,241,242)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBBC5; }

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

This text font color is #CEBBC5.


Background Color

.myBgColor { background-color: #CEBBC5; }

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

This div background color is #CEBBC5.


Border color

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

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

This div border color is #CEBBC5.


Opacity

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

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

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

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

This text has shadow with #CEBBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBBC5 on black background.


Color preview on white background

This text has color #CEBBC5 on white background.



Black color preview on #CEBBC5 background

This text has black color on #CEBBC5 background.


White color preview on #CEBBC5 background

This text has white color on #CEBBC5 background.