COLOR #CEBBC9

HEX: #CEBBC9
RGB: (206,187,201)

Color info

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

RGB color model

#CEBBC9 color RGB value is (206,187,201).

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

RGB channels and saturation

R 206 of 255 = 81%
G 187 of 255 = 73%
B 201 of 255 = 79%

206
187
201

R + G + B ~ 78%. #CEBBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 187 + 201 = 594 (100%)
R 206 of 594 ~ 34.68%
G 187 of 594 ~ 31.48%
B 201 of 594 ~ 33.84%

%34.68
%31.48
%33.84

CMYK color model

#CEBBC9 color CMYK value is (0,9,2,19).

  • cyan value is 0.00%
  • magenta value is 9.22%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK:
(0,9,2,19)
C0M9Y2K19 
(0%,9%,2%,19%)
(0.00/0.09/0.02/0.19)	

CMYK percentages

%0
%9.22
%2.43
%19.22

Codes

Color #CEBBC9 in popluar color models

CEBBC9
RGB206187201
HSL316°16.24%77.06%
HSB/HSV316°9.22%80.78%
CMYK0.00%9.22%2.43%
19.22%

Color #CEBBC9 in popluar number systems.

HEXCEBBC9
Decimal206187201
Binary110011101011101111001001
Octal316273311

Shades and tints

Shades of #CEBBC9

#CEBBC9
(206,187,201)
#BCAAB7
(188,170,183)
#AA99A5
(170,153,165)
#988893
(152,136,147)
#867781
(134,119,129)
#74666F
(116,102,111)
#62555D
(98,85,93)
#50444B
(80,68,75)
#3E3339
(62,51,57)
#2C2227
(44,34,39)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #CEBBC9

#CEBBC9
(206,187,201)
#D2C1CD
(210,193,205)
#D6C7D1
(214,199,209)
#DACDD5
(218,205,213)
#DED3D9
(222,211,217)
#E2D9DD
(226,217,221)
#E6DFE1
(230,223,225)
#EAE5E5
(234,229,229)
#EEEBE9
(238,235,233)
#F2F1ED
(242,241,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBBC9; }

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

This text font color is #CEBBC9.


Background Color

.myBgColor { background-color: #CEBBC9; }

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

This div background color is #CEBBC9.


Border color

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

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

This div border color is #CEBBC9.


Opacity

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

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

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

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

This text has shadow with #CEBBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBBC9 on black background.


Color preview on white background

This text has color #CEBBC9 on white background.



Black color preview on #CEBBC9 background

This text has black color on #CEBBC9 background.


White color preview on #CEBBC9 background

This text has white color on #CEBBC9 background.