COLOR #CEA9D8

HEX: #CEA9D8 RGB: (206,169,216)

Color info

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

RGB color model

#CEA9D8 color RGB value is (206,169,216).

RGB: (206,169,216) (81%, 66%, 85%)

RGB channels and saturation

R 206 of 255 = 81%
G 169 of 255 = 66%
B 216 of 255 = 85%

206
169
216

R + G + B ~ 77%. #CEA9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 169 + 216 = 591 (100%)
R 206 of 591 ~ 34.86%
G 169 of 591 ~ 28.6%
B 216 of 591 ~ 36.55'%

%34.86
%28.6
%36.55

CMYK color model

#CEA9D8 color CMYK value is (5,22,0,15).

  • cyan value is 4.63%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (5,22,0,15)
C5M22Y0K15 (5%, 22%, 0%, 15%)
(0.05 / 0.22 / 0.00 / 0.15)

CMYK percentages

%4.63
%21.76
%0
%15.29

Codes

Color #CEA9D8 in popluar color models

CE A9 D8
RGB 206 169 216
HSL 287° 37.60% 75.49%
HSB/HSV 287° 21.76% 84.71%
CMYK 4.63% 21.76% 0.00%
15.29%

Color #CEA9D8 in popluar number systems.

HEX CE A9 D8
Decimal 206 169 216
Binary 11001110 10101001 11011000
Octal 316 251 330

Shades and tints

Shades of #CEA9D8

#CEA9D8
(206,169,216)
#BC9AC5
(188,154,197)
#AA8BB2
(170,139,178)
#987C9F
(152,124,159)
#866D8C
(134,109,140)
#745E79
(116,94,121)
#624F66
(98,79,102)
#504053
(80,64,83)
#3E3140
(62,49,64)
#2C222D
(44,34,45)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #CEA9D8

#CEA9D8
(206,169,216)
#D2B0DB
(210,176,219)
#D6B7DE
(214,183,222)
#DABEE1
(218,190,225)
#DEC5E4
(222,197,228)
#E2CCE7
(226,204,231)
#E6D3EA
(230,211,234)
#EADAED
(234,218,237)
#EEE1F0
(238,225,240)
#F2E8F3
(242,232,243)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA9D8 color. Also use rgb(206,169,216) instead hex code.

Text Font Color

.myTextColor { color: #CEA9D8; }

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

This text font color is #CEA9D8.

Background Color

.myBgColor { background-color: #CEA9D8; }

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

This div background color is #CEA9D8.

Border color

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

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

This div border color is #CEA9D8.

Opacity

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

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

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

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

This text has shadow with #CEA9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA9D8.

Preview

Color preview on black background

This text has color #CEA9D8 on black background.


Color preview on white background

This text has color #CEA9D8 on white background.


Black color preview on #CEA9D8 background

This text has black color on #CEA9D8 background.


White color preview on #CEA9D8 background

This text has white color on #CEA9D8 background.


Related colors

Complementary color

Complementary color for #hex is #315627.


I love getcolorcode.com

Triadic colors

1 #D8CEA9 and #A9D8CE with #CEA9D8 are triadic colors.

2 #D8A9CE and #A9CED8 with #CEA9D8 are triadic colors.