COLOR #CEADE6

HEX: #CEADE6 RGB: (206,173,230)

Color info

#CEADE6 contains red, green and blue colors in about the same proportion. Web safe color of #CEADE6 is #CC99CC (or #C9C).

RGB color model

#CEADE6 color RGB value is (206,173,230).

RGB: (206,173,230) (81%, 68%, 90%)

RGB channels and saturation

R 206 of 255 = 81%
G 173 of 255 = 68%
B 230 of 255 = 90%

206
173
230

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

Portions of RGB colors in percentages

R + G + B = 206 + 173 + 230 = 609 (100%)
R 206 of 609 ~ 33.83%
G 173 of 609 ~ 28.41%
B 230 of 609 ~ 37.77'%

%33.83
%28.41
%37.77

CMYK color model

#CEADE6 color CMYK value is (10,25,0,10).

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

CMYK: (10,25,0,10)
C10M25Y0K10 (10%, 25%, 0%, 10%)
(0.10 / 0.25 / 0.00 / 0.10)

CMYK percentages

%10.43
%24.78
%0
%9.8

Codes

Color #CEADE6 in popluar color models

CE AD E6
RGB 206 173 230
HSL 275° 53.27% 79.02%
HSB/HSV 275° 24.78% 90.20%
CMYK 10.43% 24.78% 0.00%
9.80%

Color #CEADE6 in popluar number systems.

HEX CE AD E6
Decimal 206 173 230
Binary 11001110 10101101 11100110
Octal 316 255 346

Shades and tints

Shades of #CEADE6

#CEADE6
(206,173,230)
#BC9ED2
(188,158,210)
#AA8FBE
(170,143,190)
#9880AA
(152,128,170)
#867196
(134,113,150)
#746282
(116,98,130)
#62536E
(98,83,110)
#50445A
(80,68,90)
#3E3546
(62,53,70)
#2C2632
(44,38,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #CEADE6

#CEADE6
(206,173,230)
#D2B4E8
(210,180,232)
#D6BBEA
(214,187,234)
#DAC2EC
(218,194,236)
#DEC9EE
(222,201,238)
#E2D0F0
(226,208,240)
#E6D7F2
(230,215,242)
#EADEF4
(234,222,244)
#EEE5F6
(238,229,246)
#F2ECF8
(242,236,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEADE6; }

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

This text font color is #CEADE6.

Background Color

.myBgColor { background-color: #CEADE6; }

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

This div background color is #CEADE6.

Border color

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

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

This div border color is #CEADE6.

Opacity

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

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

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

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

This text has shadow with #CEADE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEADE6.

Preview

Color preview on black background

This text has color #CEADE6 on black background.


Color preview on white background

This text has color #CEADE6 on white background.


Black color preview on #CEADE6 background

This text has black color on #CEADE6 background.


White color preview on #CEADE6 background

This text has white color on #CEADE6 background.


Related colors

Complementary color

Complementary color for #hex is #315219.


I love getcolorcode.com

Triadic colors

1 #E6CEAD and #ADE6CE with #CEADE6 are triadic colors.

2 #E6ADCE and #ADCEE6 with #CEADE6 are triadic colors.