COLOR #CEADD3

HEX: #CEADD3
RGB: (206,173,211)

Color info

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

RGB color model

#CEADD3 color RGB value is (206,173,211).

  • red value is 206;
  • green value is 173;
  • blue value is 211.
RGB:
(206,173,211)
(81%,68%,83%)

RGB channels and saturation

R 206 of 255 = 81%
G 173 of 255 = 68%
B 211 of 255 = 83%

206
173
211

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

Portions of RGB colors in percentages

R + G + B =
206 + 173 + 211 = 590 (100%)
R 206 of 590 ~ 34.92%
G 173 of 590 ~ 29.32%
B 211 of 590 ~ 35.76%

%34.92
%29.32
%35.76

CMYK color model

#CEADD3 color CMYK value is (2,18,0,17).

  • cyan value is 2.37%
  • magenta value is 18.01%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(2,18,0,17)
C2M18Y0K17 
(2%,18%,0%,17%)
(0.02/0.18/0.00/0.17)	

CMYK percentages

%2.37
%18.01
%0
%17.25

Codes

Color #CEADD3 in popluar color models

CEADD3
RGB206173211
HSL292°30.16%75.29%
HSB/HSV292°18.01%82.75%
CMYK2.37%18.01%0.00%
17.25%

Color #CEADD3 in popluar number systems.

HEXCEADD3
Decimal206173211
Binary110011101010110111010011
Octal316255323

Shades and tints

Shades of #CEADD3

#CEADD3
(206,173,211)
#BC9EC0
(188,158,192)
#AA8FAD
(170,143,173)
#98809A
(152,128,154)
#867187
(134,113,135)
#746274
(116,98,116)
#625361
(98,83,97)
#50444E
(80,68,78)
#3E353B
(62,53,59)
#2C2628
(44,38,40)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #CEADD3

#CEADD3
(206,173,211)
#D2B4D7
(210,180,215)
#D6BBDB
(214,187,219)
#DAC2DF
(218,194,223)
#DEC9E3
(222,201,227)
#E2D0E7
(226,208,231)
#E6D7EB
(230,215,235)
#EADEEF
(234,222,239)
#EEE5F3
(238,229,243)
#F2ECF7
(242,236,247)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEADD3; }

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

This text font color is #CEADD3.


Background Color

.myBgColor { background-color: #CEADD3; }

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

This div background color is #CEADD3.


Border color

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

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

This div border color is #CEADD3.


Opacity

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

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

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

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

This text has shadow with #CEADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEADD3 on black background.


Color preview on white background

This text has color #CEADD3 on white background.



Black color preview on #CEADD3 background

This text has black color on #CEADD3 background.


White color preview on #CEADD3 background

This text has white color on #CEADD3 background.