COLOR #CEBDD4

HEX: #CEBDD4
RGB: (206,189,212)

Color info

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

RGB color model

#CEBDD4 color RGB value is (206,189,212).

  • red value is 206;
  • green value is 189;
  • blue value is 212.
RGB:
(206,189,212)
(81%,74%,83%)

RGB channels and saturation

R 206 of 255 = 81%
G 189 of 255 = 74%
B 212 of 255 = 83%

206
189
212

R + G + B ~ 79%. #CEBDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 189 + 212 = 607 (100%)
R 206 of 607 ~ 33.94%
G 189 of 607 ~ 31.14%
B 212 of 607 ~ 34.93%

%33.94
%31.14
%34.93

CMYK color model

#CEBDD4 color CMYK value is (3,11,0,17).

  • cyan value is 2.83%
  • magenta value is 10.85%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(3,11,0,17)
C3M11Y0K17 
(3%,11%,0%,17%)
(0.03/0.11/0.00/0.17)	

CMYK percentages

%2.83
%10.85
%0
%16.86

Codes

Color #CEBDD4 in popluar color models

CEBDD4
RGB206189212
HSL284°21.10%78.63%
HSB/HSV284°10.85%83.14%
CMYK2.83%10.85%0.00%
16.86%

Color #CEBDD4 in popluar number systems.

HEXCEBDD4
Decimal206189212
Binary110011101011110111010100
Octal316275324

Shades and tints

Shades of #CEBDD4

#CEBDD4
(206,189,212)
#BCACC1
(188,172,193)
#AA9BAE
(170,155,174)
#988A9B
(152,138,155)
#867988
(134,121,136)
#746875
(116,104,117)
#625762
(98,87,98)
#50464F
(80,70,79)
#3E353C
(62,53,60)
#2C2429
(44,36,41)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #CEBDD4

#CEBDD4
(206,189,212)
#D2C3D7
(210,195,215)
#D6C9DA
(214,201,218)
#DACFDD
(218,207,221)
#DED5E0
(222,213,224)
#E2DBE3
(226,219,227)
#E6E1E6
(230,225,230)
#EAE7E9
(234,231,233)
#EEEDEC
(238,237,236)
#F2F3EF
(242,243,239)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBDD4 color. Also use rgb(206,189,212) instead hex code.

Text Font Color

.myTextColor { color: #CEBDD4; }

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

This text font color is #CEBDD4.


Background Color

.myBgColor { background-color: #CEBDD4; }

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

This div background color is #CEBDD4.


Border color

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

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

This div border color is #CEBDD4.


Opacity

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

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

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

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

This text has shadow with #CEBDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBDD4 on black background.


Color preview on white background

This text has color #CEBDD4 on white background.



Black color preview on #CEBDD4 background

This text has black color on #CEBDD4 background.


White color preview on #CEBDD4 background

This text has white color on #CEBDD4 background.