COLOR #CEC8E6

HEX: #CEC8E6 RGB: (206,200,230)

Color info

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

RGB color model

#CEC8E6 color RGB value is (206,200,230).

RGB: (206,200,230) (81%, 78%, 90%)

RGB channels and saturation

R 206 of 255 = 81%
G 200 of 255 = 78%
B 230 of 255 = 90%

206
200
230

R + G + B ~ 83%. #CEC8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 200 + 230 = 636 (100%)
R 206 of 636 ~ 32.39%
G 200 of 636 ~ 31.45%
B 230 of 636 ~ 36.16'%

%32.39
%31.45
%36.16

CMYK color model

#CEC8E6 color CMYK value is (10,13,0,10).

  • cyan value is 10.43%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (10,13,0,10)
C10M13Y0K10 (10%, 13%, 0%, 10%)
(0.10 / 0.13 / 0.00 / 0.10)

CMYK percentages

%10.43
%13.04
%0
%9.8

Codes

Color #CEC8E6 in popluar color models

CE C8 E6
RGB 206 200 230
HSL 252° 37.50% 84.31%
HSB/HSV 252° 13.04% 90.20%
CMYK 10.43% 13.04% 0.00%
9.80%

Color #CEC8E6 in popluar number systems.

HEX CE C8 E6
Decimal 206 200 230
Binary 11001110 11001000 11100110
Octal 316 310 346

Shades and tints

Shades of #CEC8E6

#CEC8E6
(206,200,230)
#BCB6D2
(188,182,210)
#AAA4BE
(170,164,190)
#9892AA
(152,146,170)
#868096
(134,128,150)
#746E82
(116,110,130)
#625C6E
(98,92,110)
#504A5A
(80,74,90)
#3E3846
(62,56,70)
#2C2632
(44,38,50)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #CEC8E6

#CEC8E6
(206,200,230)
#D2CDE8
(210,205,232)
#D6D2EA
(214,210,234)
#DAD7EC
(218,215,236)
#DEDCEE
(222,220,238)
#E2E1F0
(226,225,240)
#E6E6F2
(230,230,242)
#EAEBF4
(234,235,244)
#EEF0F6
(238,240,246)
#F2F5F8
(242,245,248)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC8E6 color. Also use rgb(206,200,230) instead hex code.

Text Font Color

.myTextColor { color: #CEC8E6; }

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

This text font color is #CEC8E6.

Background Color

.myBgColor { background-color: #CEC8E6; }

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

This div background color is #CEC8E6.

Border color

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

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

This div border color is #CEC8E6.

Opacity

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

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

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

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

This text has shadow with #CEC8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC8E6.

Preview

Color preview on black background

This text has color #CEC8E6 on black background.


Color preview on white background

This text has color #CEC8E6 on white background.


Black color preview on #CEC8E6 background

This text has black color on #CEC8E6 background.


White color preview on #CEC8E6 background

This text has white color on #CEC8E6 background.


Related colors

Complementary color

Complementary color for #hex is #313719.


I love getcolorcode.com

Triadic colors

1 #E6CEC8 and #C8E6CE with #CEC8E6 are triadic colors.

2 #E6C8CE and #C8CEE6 with #CEC8E6 are triadic colors.