COLOR #CEACD9

HEX: #CEACD9 RGB: (206,172,217)

Color info

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

RGB color model

#CEACD9 color RGB value is (206,172,217).

RGB: (206,172,217) (81%, 67%, 85%)

RGB channels and saturation

R 206 of 255 = 81%
G 172 of 255 = 67%
B 217 of 255 = 85%

206
172
217

R + G + B ~ 78%. #CEACD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 172 + 217 = 595 (100%)
R 206 of 595 ~ 34.62%
G 172 of 595 ~ 28.91%
B 217 of 595 ~ 36.47'%

%34.62
%28.91
%36.47

CMYK color model

#CEACD9 color CMYK value is (5,21,0,15).

  • cyan value is 5.07%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (5,21,0,15) C5M21Y0K15 (5%,21%,0%,15%) (0.05/0.21/0.00/0.15) 

CMYK percentages

%5.07
%20.74
%0
%14.9

Codes

Color #CEACD9 in popluar color models

CE AC D9
RGB 206 172 217
HSL 285° 37.19% 76.27%
HSB/HSV 285° 20.74% 85.10%
CMYK 5.07% 20.74% 0.00%
14.90%

Color #CEACD9 in popluar number systems.

HEX CE AC D9
Decimal 206 172 217
Binary 11001110 10101100 11011001
Octal 316 254 331

Shades and tints

Shades of #CEACD9

#CEACD9
(206,172,217)
#BC9DC6
(188,157,198)
#AA8EB3
(170,142,179)
#987FA0
(152,127,160)
#86708D
(134,112,141)
#74617A
(116,97,122)
#625267
(98,82,103)
#504354
(80,67,84)
#3E3441
(62,52,65)
#2C252E
(44,37,46)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #CEACD9

#CEACD9
(206,172,217)
#D2B3DC
(210,179,220)
#D6BADF
(214,186,223)
#DAC1E2
(218,193,226)
#DEC8E5
(222,200,229)
#E2CFE8
(226,207,232)
#E6D6EB
(230,214,235)
#EADDEE
(234,221,238)
#EEE4F1
(238,228,241)
#F2EBF4
(242,235,244)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEACD9 color. Also use rgb(206,172,217) instead hex code.

Text Font Color

.myTextColor { color: #CEACD9; }

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

This text font color is #CEACD9.

Background Color

.myBgColor { background-color: #CEACD9; }

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

This div background color is #CEACD9.

Border color

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

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

This div border color is #CEACD9.

Opacity

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

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

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

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

This text has shadow with #CEACD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEACD9.

Preview

Color preview on black background

This text has color #CEACD9 on black background.


Color preview on white background

This text has color #CEACD9 on white background.


Black color preview on #CEACD9 background

This text has black color on #CEACD9 background.


White color preview on #CEACD9 background

This text has white color on #CEACD9 background.


Related colors

Complementary color

Complementary color for #hex is #315326.


I love getcolorcode.com

Triadic colors

1 #D9CEAC and #ACD9CE with #CEACD9 are triadic colors.

2 #D9ACCE and #ACCED9 with #CEACD9 are triadic colors.