COLOR #CEBFDB

HEX: #CEBFDB
RGB: (206,191,219)

Color info

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

RGB color model

#CEBFDB color RGB value is (206,191,219).

  • red value is 206;
  • green value is 191;
  • blue value is 219.
RGB:
(206,191,219)
(81%,75%,86%)

RGB channels and saturation

R 206 of 255 = 81%
G 191 of 255 = 75%
B 219 of 255 = 86%

206
191
219

R + G + B ~ 81%. #CEBFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 191 + 219 = 616 (100%)
R 206 of 616 ~ 33.44%
G 191 of 616 ~ 31.01%
B 219 of 616 ~ 35.55%

%33.44
%31.01
%35.55

CMYK color model

#CEBFDB color CMYK value is (6,13,0,14).

  • cyan value is 5.94%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(6,13,0,14)
C6M13Y0K14 
(6%,13%,0%,14%)
(0.06/0.13/0.00/0.14)	

CMYK percentages

%5.94
%12.79
%0
%14.12

Codes

Color #CEBFDB in popluar color models

CEBFDB
RGB206191219
HSL272°28.00%80.39%
HSB/HSV272°12.79%85.88%
CMYK5.94%12.79%0.00%
14.12%

Color #CEBFDB in popluar number systems.

HEXCEBFDB
Decimal206191219
Binary110011101011111111011011
Octal316277333

Shades and tints

Shades of #CEBFDB

#CEBFDB
(206,191,219)
#BCAEC8
(188,174,200)
#AA9DB5
(170,157,181)
#988CA2
(152,140,162)
#867B8F
(134,123,143)
#746A7C
(116,106,124)
#625969
(98,89,105)
#504856
(80,72,86)
#3E3743
(62,55,67)
#2C2630
(44,38,48)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #CEBFDB

#CEBFDB
(206,191,219)
#D2C4DE
(210,196,222)
#D6C9E1
(214,201,225)
#DACEE4
(218,206,228)
#DED3E7
(222,211,231)
#E2D8EA
(226,216,234)
#E6DDED
(230,221,237)
#EAE2F0
(234,226,240)
#EEE7F3
(238,231,243)
#F2ECF6
(242,236,246)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEBFDB color. Also use rgb(206,191,219) instead hex code.

Text Font Color

.myTextColor { color: #CEBFDB; }

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

This text font color is #CEBFDB.


Background Color

.myBgColor { background-color: #CEBFDB; }

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

This div background color is #CEBFDB.


Border color

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

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

This div border color is #CEBFDB.


Opacity

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

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

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

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

This text has shadow with #CEBFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBFDB on black background.


Color preview on white background

This text has color #CEBFDB on white background.



Black color preview on #CEBFDB background

This text has black color on #CEBFDB background.


White color preview on #CEBFDB background

This text has white color on #CEBFDB background.