COLOR #CEBBDB

HEX: #CEBBDB RGB: (206,187,219)

Color info

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

RGB color model

#CEBBDB color RGB value is (206,187,219).

RGB: (206,187,219) (81%, 73%, 86%)

RGB channels and saturation

R 206 of 255 = 81%
G 187 of 255 = 73%
B 219 of 255 = 86%

206
187
219

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

Portions of RGB colors in percentages

R + G + B = 206 + 187 + 219 = 612 (100%)
R 206 of 612 ~ 33.66%
G 187 of 612 ~ 30.56%
B 219 of 612 ~ 35.78'%

%33.66
%30.56
%35.78

CMYK color model

#CEBBDB color CMYK value is (6,15,0,14).

  • cyan value is 5.94%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (6,15,0,14)
C6M15Y0K14 (6%, 15%, 0%, 14%)
(0.06 / 0.15 / 0.00 / 0.14)

CMYK percentages

%5.94
%14.61
%0
%14.12

Codes

Color #CEBBDB in popluar color models

CE BB DB
RGB 206 187 219
HSL 276° 30.77% 79.61%
HSB/HSV 276° 14.61% 85.88%
CMYK 5.94% 14.61% 0.00%
14.12%

Color #CEBBDB in popluar number systems.

HEX CE BB DB
Decimal 206 187 219
Binary 11001110 10111011 11011011
Octal 316 273 333

Shades and tints

Shades of #CEBBDB

#CEBBDB
(206,187,219)
#BCAAC8
(188,170,200)
#AA99B5
(170,153,181)
#9888A2
(152,136,162)
#86778F
(134,119,143)
#74667C
(116,102,124)
#625569
(98,85,105)
#504456
(80,68,86)
#3E3343
(62,51,67)
#2C2230
(44,34,48)
#1A111D
(26,17,29)
#000000
(0,0,0)

Tints of #CEBBDB

#CEBBDB
(206,187,219)
#D2C1DE
(210,193,222)
#D6C7E1
(214,199,225)
#DACDE4
(218,205,228)
#DED3E7
(222,211,231)
#E2D9EA
(226,217,234)
#E6DFED
(230,223,237)
#EAE5F0
(234,229,240)
#EEEBF3
(238,235,243)
#F2F1F6
(242,241,246)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBBDB; }

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

This text font color is #CEBBDB.

Background Color

.myBgColor { background-color: #CEBBDB; }

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

This div background color is #CEBBDB.

Border color

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

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

This div border color is #CEBBDB.

Opacity

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

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

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

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

This text has shadow with #CEBBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEBBDB.

Preview

Color preview on black background

This text has color #CEBBDB on black background.


Color preview on white background

This text has color #CEBBDB on white background.


Black color preview on #CEBBDB background

This text has black color on #CEBBDB background.


White color preview on #CEBBDB background

This text has white color on #CEBBDB background.


Related colors

Complementary color

Complementary color for #hex is #314424.


I love getcolorcode.com

Triadic colors

1 #DBCEBB and #BBDBCE with #CEBBDB are triadic colors.

2 #DBBBCE and #BBCEDB with #CEBBDB are triadic colors.