COLOR #CEBCD5

HEX: #CEBCD5
RGB: (206,188,213)

Color info

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

RGB color model

#CEBCD5 color RGB value is (206,188,213).

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

RGB channels and saturation

R 206 of 255 = 81%
G 188 of 255 = 74%
B 213 of 255 = 84%

206
188
213

R + G + B ~ 80%. #CEBCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 188 + 213 = 607 (100%)
R 206 of 607 ~ 33.94%
G 188 of 607 ~ 30.97%
B 213 of 607 ~ 35.09%

%33.94
%30.97
%35.09

CMYK color model

#CEBCD5 color CMYK value is (3,12,0,16).

  • cyan value is 3.29%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(3,12,0,16)
C3M12Y0K16 
(3%,12%,0%,16%)
(0.03/0.12/0.00/0.16)	

CMYK percentages

%3.29
%11.74
%0
%16.47

Codes

Color #CEBCD5 in popluar color models

CEBCD5
RGB206188213
HSL283°22.94%78.63%
HSB/HSV283°11.74%83.53%
CMYK3.29%11.74%0.00%
16.47%

Color #CEBCD5 in popluar number systems.

HEXCEBCD5
Decimal206188213
Binary110011101011110011010101
Octal316274325

Shades and tints

Shades of #CEBCD5

#CEBCD5
(206,188,213)
#BCABC2
(188,171,194)
#AA9AAF
(170,154,175)
#98899C
(152,137,156)
#867889
(134,120,137)
#746776
(116,103,118)
#625663
(98,86,99)
#504550
(80,69,80)
#3E343D
(62,52,61)
#2C232A
(44,35,42)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #CEBCD5

#CEBCD5
(206,188,213)
#D2C2D8
(210,194,216)
#D6C8DB
(214,200,219)
#DACEDE
(218,206,222)
#DED4E1
(222,212,225)
#E2DAE4
(226,218,228)
#E6E0E7
(230,224,231)
#EAE6EA
(234,230,234)
#EEECED
(238,236,237)
#F2F2F0
(242,242,240)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBCD5; }

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

This text font color is #CEBCD5.


Background Color

.myBgColor { background-color: #CEBCD5; }

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

This div background color is #CEBCD5.


Border color

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

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

This div border color is #CEBCD5.


Opacity

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

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

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

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

This text has shadow with #CEBCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBCD5 on black background.


Color preview on white background

This text has color #CEBCD5 on white background.



Black color preview on #CEBCD5 background

This text has black color on #CEBCD5 background.


White color preview on #CEBCD5 background

This text has white color on #CEBCD5 background.