COLOR #CEAAE4

HEX: #CEAAE4 RGB: (206,170,228)

Color info

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

RGB color model

#CEAAE4 color RGB value is (206,170,228).

RGB: (206,170,228) (81%, 67%, 89%)

RGB channels and saturation

R 206 of 255 = 81%
G 170 of 255 = 67%
B 228 of 255 = 89%

206
170
228

R + G + B ~ 79%. #CEAAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 170 + 228 = 604 (100%)
R 206 of 604 ~ 34.11%
G 170 of 604 ~ 28.15%
B 228 of 604 ~ 37.75'%

%34.11
%28.15
%37.75

CMYK color model

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

  • cyan value is 9.65%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (10,25,0,11)
C10M25Y0K11 (10%, 25%, 0%, 11%)
(0.10 / 0.25 / 0.00 / 0.11)

CMYK percentages

%9.65
%25.44
%0
%10.59

Codes

Color #CEAAE4 in popluar color models

CE AA E4
RGB 206 170 228
HSL 277° 51.79% 78.04%
HSB/HSV 277° 25.44% 89.41%
CMYK 9.65% 25.44% 0.00%
10.59%

Color #CEAAE4 in popluar number systems.

HEX CE AA E4
Decimal 206 170 228
Binary 11001110 10101010 11100100
Octal 316 252 344

Shades and tints

Shades of #CEAAE4

#CEAAE4
(206,170,228)
#BC9BD0
(188,155,208)
#AA8CBC
(170,140,188)
#987DA8
(152,125,168)
#866E94
(134,110,148)
#745F80
(116,95,128)
#62506C
(98,80,108)
#504158
(80,65,88)
#3E3244
(62,50,68)
#2C2330
(44,35,48)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #CEAAE4

#CEAAE4
(206,170,228)
#D2B1E6
(210,177,230)
#D6B8E8
(214,184,232)
#DABFEA
(218,191,234)
#DEC6EC
(222,198,236)
#E2CDEE
(226,205,238)
#E6D4F0
(230,212,240)
#EADBF2
(234,219,242)
#EEE2F4
(238,226,244)
#F2E9F6
(242,233,246)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEAAE4 color. Also use rgb(206,170,228) instead hex code.

Text Font Color

.myTextColor { color: #CEAAE4; }

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

This text font color is #CEAAE4.

Background Color

.myBgColor { background-color: #CEAAE4; }

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

This div background color is #CEAAE4.

Border color

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

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

This div border color is #CEAAE4.

Opacity

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

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

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

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

This text has shadow with #CEAAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEAAE4.

Preview

Color preview on black background

This text has color #CEAAE4 on black background.


Color preview on white background

This text has color #CEAAE4 on white background.


Black color preview on #CEAAE4 background

This text has black color on #CEAAE4 background.


White color preview on #CEAAE4 background

This text has white color on #CEAAE4 background.


Related colors

Complementary color

Complementary color for #hex is #31551B.


I love getcolorcode.com

Triadic colors

1 #E4CEAA and #AAE4CE with #CEAAE4 are triadic colors.

2 #E4AACE and #AACEE4 with #CEAAE4 are triadic colors.