COLOR #CEA4F5

HEX: #CEA4F5
RGB: (206,164,245)

Color info

#CEA4F5 contains mainly red and blue colors. Web safe color of #CEA4F5 is #CC99FF (or #C9F).

RGB color model

#CEA4F5 color RGB value is (206,164,245).

  • red value is 206;
  • green value is 164;
  • blue value is 245.
RGB:
(206,164,245)
(81%,64%,96%)

RGB channels and saturation

R 206 of 255 = 81%
G 164 of 255 = 64%
B 245 of 255 = 96%

206
164
245

R + G + B ~ 80%. #CEA4F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 164 + 245 = 615 (100%)
R 206 of 615 ~ 33.5%
G 164 of 615 ~ 26.67%
B 245 of 615 ~ 39.84%

%33.5
%26.67
%39.84

CMYK color model

#CEA4F5 color CMYK value is (16,33,0,4).

  • cyan value is 15.92%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(16,33,0,4)
C16M33Y0K4 
(16%,33%,0%,4%)
(0.16/0.33/0.00/0.04)	

CMYK percentages

%15.92
%33.06
%0
%3.92

Codes

Color #CEA4F5 in popluar color models

CEA4F5
RGB206164245
HSL271°80.20%80.20%
HSB/HSV271°33.06%96.08%
CMYK15.92%33.06%0.00%
3.92%

Color #CEA4F5 in popluar number systems.

HEXCEA4F5
Decimal206164245
Binary110011101010010011110101
Octal316244365

Shades and tints

Shades of #CEA4F5

#CEA4F5
(206,164,245)
#BC96DF
(188,150,223)
#AA88C9
(170,136,201)
#987AB3
(152,122,179)
#866C9D
(134,108,157)
#745E87
(116,94,135)
#625071
(98,80,113)
#50425B
(80,66,91)
#3E3445
(62,52,69)
#2C262F
(44,38,47)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #CEA4F5

#CEA4F5
(206,164,245)
#D2ACF5
(210,172,245)
#D6B4F5
(214,180,245)
#DABCF5
(218,188,245)
#DEC4F5
(222,196,245)
#E2CCF5
(226,204,245)
#E6D4F5
(230,212,245)
#EADCF5
(234,220,245)
#EEE4F5
(238,228,245)
#F2ECF5
(242,236,245)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA4F5 color. Also use rgb(206,164,245) instead hex code.

Text Font Color

.myTextColor { color: #CEA4F5; }

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

This text font color is #CEA4F5.


Background Color

.myBgColor { background-color: #CEA4F5; }

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

This div background color is #CEA4F5.


Border color

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

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

This div border color is #CEA4F5.


Opacity

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

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

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

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

This text has shadow with #CEA4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA4F5 on black background.


Color preview on white background

This text has color #CEA4F5 on white background.



Black color preview on #CEA4F5 background

This text has black color on #CEA4F5 background.


White color preview on #CEA4F5 background

This text has white color on #CEA4F5 background.