COLOR #CEACE1

HEX: #CEACE1
RGB: (206,172,225)

Color info

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

RGB color model

#CEACE1 color RGB value is (206,172,225).

  • red value is 206;
  • green value is 172;
  • blue value is 225.
RGB:
(206,172,225)
(81%,67%,88%)

RGB channels and saturation

R 206 of 255 = 81%
G 172 of 255 = 67%
B 225 of 255 = 88%

206
172
225

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

Portions of RGB colors in percentages

R + G + B =
206 + 172 + 225 = 603 (100%)
R 206 of 603 ~ 34.16%
G 172 of 603 ~ 28.52%
B 225 of 603 ~ 37.31%

%34.16
%28.52
%37.31

CMYK color model

#CEACE1 color CMYK value is (8,24,0,12).

  • cyan value is 8.44%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,24,0,12)
C8M24Y0K12 
(8%,24%,0%,12%)
(0.08/0.24/0.00/0.12)	

CMYK percentages

%8.44
%23.56
%0
%11.76

Codes

Color #CEACE1 in popluar color models

CEACE1
RGB206172225
HSL278°46.90%77.84%
HSB/HSV278°23.56%88.24%
CMYK8.44%23.56%0.00%
11.76%

Color #CEACE1 in popluar number systems.

HEXCEACE1
Decimal206172225
Binary110011101010110011100001
Octal316254341

Shades and tints

Shades of #CEACE1

#CEACE1
(206,172,225)
#BC9DCD
(188,157,205)
#AA8EB9
(170,142,185)
#987FA5
(152,127,165)
#867091
(134,112,145)
#74617D
(116,97,125)
#625269
(98,82,105)
#504355
(80,67,85)
#3E3441
(62,52,65)
#2C252D
(44,37,45)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #CEACE1

#CEACE1
(206,172,225)
#D2B3E3
(210,179,227)
#D6BAE5
(214,186,229)
#DAC1E7
(218,193,231)
#DEC8E9
(222,200,233)
#E2CFEB
(226,207,235)
#E6D6ED
(230,214,237)
#EADDEF
(234,221,239)
#EEE4F1
(238,228,241)
#F2EBF3
(242,235,243)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEACE1; }

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

This text font color is #CEACE1.


Background Color

.myBgColor { background-color: #CEACE1; }

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

This div background color is #CEACE1.


Border color

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

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

This div border color is #CEACE1.


Opacity

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

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

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

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

This text has shadow with #CEACE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEACE1 on black background.


Color preview on white background

This text has color #CEACE1 on white background.



Black color preview on #CEACE1 background

This text has black color on #CEACE1 background.


White color preview on #CEACE1 background

This text has white color on #CEACE1 background.