COLOR #CEBCE8

HEX: #CEBCE8 RGB: (206,188,232)

Color info

#CEBCE8 contains red, green and blue colors in about the same proportion. Web safe color of #CEBCE8 is #CCCCFF (or #CCF).

RGB color model

#CEBCE8 color RGB value is (206,188,232).

RGB: (206,188,232) (81%, 74%, 91%)

RGB channels and saturation

R 206 of 255 = 81%
G 188 of 255 = 74%
B 232 of 255 = 91%

206
188
232

R + G + B ~ 82%. #CEBCE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 188 + 232 = 626 (100%)
R 206 of 626 ~ 32.91%
G 188 of 626 ~ 30.03%
B 232 of 626 ~ 37.06'%

%32.91
%30.03
%37.06

CMYK color model

#CEBCE8 color CMYK value is (11,19,0,9).

  • cyan value is 11.21%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (11,19,0,9)
C11M19Y0K9 (11%, 19%, 0%, 9%)
(0.11 / 0.19 / 0.00 / 0.09)

CMYK percentages

%11.21
%18.97
%0
%9.02

Codes

Color #CEBCE8 in popluar color models

CE BC E8
RGB 206 188 232
HSL 265° 48.89% 82.35%
HSB/HSV 265° 18.97% 90.98%
CMYK 11.21% 18.97% 0.00%
9.02%

Color #CEBCE8 in popluar number systems.

HEX CE BC E8
Decimal 206 188 232
Binary 11001110 10111100 11101000
Octal 316 274 350

Shades and tints

Shades of #CEBCE8

#CEBCE8
(206,188,232)
#BCABD3
(188,171,211)
#AA9ABE
(170,154,190)
#9889A9
(152,137,169)
#867894
(134,120,148)
#74677F
(116,103,127)
#62566A
(98,86,106)
#504555
(80,69,85)
#3E3440
(62,52,64)
#2C232B
(44,35,43)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #CEBCE8

#CEBCE8
(206,188,232)
#D2C2EA
(210,194,234)
#D6C8EC
(214,200,236)
#DACEEE
(218,206,238)
#DED4F0
(222,212,240)
#E2DAF2
(226,218,242)
#E6E0F4
(230,224,244)
#EAE6F6
(234,230,246)
#EEECF8
(238,236,248)
#F2F2FA
(242,242,250)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBCE8; }

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

This text font color is #CEBCE8.

Background Color

.myBgColor { background-color: #CEBCE8; }

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

This div background color is #CEBCE8.

Border color

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

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

This div border color is #CEBCE8.

Opacity

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

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

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

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

This text has shadow with #CEBCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEBCE8.

Preview

Color preview on black background

This text has color #CEBCE8 on black background.


Color preview on white background

This text has color #CEBCE8 on white background.


Black color preview on #CEBCE8 background

This text has black color on #CEBCE8 background.


White color preview on #CEBCE8 background

This text has white color on #CEBCE8 background.


Related colors

Complementary color

Complementary color for #hex is #314317.


I love getcolorcode.com

Triadic colors

1 #E8CEBC and #BCE8CE with #CEBCE8 are triadic colors.

2 #E8BCCE and #BCCEE8 with #CEBCE8 are triadic colors.