COLOR #CEA5D1

HEX: #CEA5D1
RGB: (206,165,209)

Color info

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

RGB color model

#CEA5D1 color RGB value is (206,165,209).

  • red value is 206;
  • green value is 165;
  • blue value is 209.
RGB:
(206,165,209)
(81%,65%,82%)

RGB channels and saturation

R 206 of 255 = 81%
G 165 of 255 = 65%
B 209 of 255 = 82%

206
165
209

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

Portions of RGB colors in percentages

R + G + B =
206 + 165 + 209 = 580 (100%)
R 206 of 580 ~ 35.52%
G 165 of 580 ~ 28.45%
B 209 of 580 ~ 36.03%

%35.52
%28.45
%36.03

CMYK color model

#CEA5D1 color CMYK value is (1,21,0,18).

  • cyan value is 1.44%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(1,21,0,18)
C1M21Y0K18 
(1%,21%,0%,18%)
(0.01/0.21/0.00/0.18)	

CMYK percentages

%1.44
%21.05
%0
%18.04

Codes

Color #CEA5D1 in popluar color models

CEA5D1
RGB206165209
HSL296°32.35%73.33%
HSB/HSV296°21.05%81.96%
CMYK1.44%21.05%0.00%
18.04%

Color #CEA5D1 in popluar number systems.

HEXCEA5D1
Decimal206165209
Binary110011101010010111010001
Octal316245321

Shades and tints

Shades of #CEA5D1

#CEA5D1
(206,165,209)
#BC96BE
(188,150,190)
#AA87AB
(170,135,171)
#987898
(152,120,152)
#866985
(134,105,133)
#745A72
(116,90,114)
#624B5F
(98,75,95)
#503C4C
(80,60,76)
#3E2D39
(62,45,57)
#2C1E26
(44,30,38)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #CEA5D1

#CEA5D1
(206,165,209)
#D2ADD5
(210,173,213)
#D6B5D9
(214,181,217)
#DABDDD
(218,189,221)
#DEC5E1
(222,197,225)
#E2CDE5
(226,205,229)
#E6D5E9
(230,213,233)
#EADDED
(234,221,237)
#EEE5F1
(238,229,241)
#F2EDF5
(242,237,245)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA5D1 color. Also use rgb(206,165,209) instead hex code.

Text Font Color

.myTextColor { color: #CEA5D1; }

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

This text font color is #CEA5D1.


Background Color

.myBgColor { background-color: #CEA5D1; }

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

This div background color is #CEA5D1.


Border color

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

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

This div border color is #CEA5D1.


Opacity

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

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

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

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

This text has shadow with #CEA5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA5D1 on black background.


Color preview on white background

This text has color #CEA5D1 on white background.



Black color preview on #CEA5D1 background

This text has black color on #CEA5D1 background.


White color preview on #CEA5D1 background

This text has white color on #CEA5D1 background.