COLOR #CEA3D5

HEX: #CEA3D5
RGB: (206,163,213)

Color info

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

RGB color model

#CEA3D5 color RGB value is (206,163,213).

  • red value is 206;
  • green value is 163;
  • blue value is 213.
RGB:
(206,163,213)
(81%,64%,84%)

RGB channels and saturation

R 206 of 255 = 81%
G 163 of 255 = 64%
B 213 of 255 = 84%

206
163
213

R + G + B ~ 76%. #CEA3D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 163 + 213 = 582 (100%)
R 206 of 582 ~ 35.4%
G 163 of 582 ~ 28.01%
B 213 of 582 ~ 36.6%

%35.4
%28.01
%36.6

CMYK color model

#CEA3D5 color CMYK value is (3,23,0,16).

  • cyan value is 3.29%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(3,23,0,16)
C3M23Y0K16 
(3%,23%,0%,16%)
(0.03/0.23/0.00/0.16)	

CMYK percentages

%3.29
%23.47
%0
%16.47

Codes

Color #CEA3D5 in popluar color models

CEA3D5
RGB206163213
HSL292°37.31%73.73%
HSB/HSV292°23.47%83.53%
CMYK3.29%23.47%0.00%
16.47%

Color #CEA3D5 in popluar number systems.

HEXCEA3D5
Decimal206163213
Binary110011101010001111010101
Octal316243325

Shades and tints

Shades of #CEA3D5

#CEA3D5
(206,163,213)
#BC95C2
(188,149,194)
#AA87AF
(170,135,175)
#98799C
(152,121,156)
#866B89
(134,107,137)
#745D76
(116,93,118)
#624F63
(98,79,99)
#504150
(80,65,80)
#3E333D
(62,51,61)
#2C252A
(44,37,42)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #CEA3D5

#CEA3D5
(206,163,213)
#D2ABD8
(210,171,216)
#D6B3DB
(214,179,219)
#DABBDE
(218,187,222)
#DEC3E1
(222,195,225)
#E2CBE4
(226,203,228)
#E6D3E7
(230,211,231)
#EADBEA
(234,219,234)
#EEE3ED
(238,227,237)
#F2EBF0
(242,235,240)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA3D5 color. Also use rgb(206,163,213) instead hex code.

Text Font Color

.myTextColor { color: #CEA3D5; }

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

This text font color is #CEA3D5.


Background Color

.myBgColor { background-color: #CEA3D5; }

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

This div background color is #CEA3D5.


Border color

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

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

This div border color is #CEA3D5.


Opacity

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

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

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

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

This text has shadow with #CEA3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA3D5 on black background.


Color preview on white background

This text has color #CEA3D5 on white background.



Black color preview on #CEA3D5 background

This text has black color on #CEA3D5 background.


White color preview on #CEA3D5 background

This text has white color on #CEA3D5 background.