COLOR #CEA2F8

HEX: #CEA2F8
RGB: (206,162,248)

Color info

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

RGB color model

#CEA2F8 color RGB value is (206,162,248).

  • red value is 206;
  • green value is 162;
  • blue value is 248.
RGB:
(206,162,248)
(81%,64%,97%)

RGB channels and saturation

R 206 of 255 = 81%
G 162 of 255 = 64%
B 248 of 255 = 97%

206
162
248

R + G + B ~ 81%. #CEA2F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 162 + 248 = 616 (100%)
R 206 of 616 ~ 33.44%
G 162 of 616 ~ 26.3%
B 248 of 616 ~ 40.26%

%33.44
%26.3
%40.26

CMYK color model

#CEA2F8 color CMYK value is (17,35,0,3).

  • cyan value is 16.94%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(17,35,0,3)
C17M35Y0K3 
(17%,35%,0%,3%)
(0.17/0.35/0.00/0.03)	

CMYK percentages

%16.94
%34.68
%0
%2.75

Codes

Color #CEA2F8 in popluar color models

CEA2F8
RGB206162248
HSL271°86.00%80.39%
HSB/HSV271°34.68%97.25%
CMYK16.94%34.68%0.00%
2.75%

Color #CEA2F8 in popluar number systems.

HEXCEA2F8
Decimal206162248
Binary110011101010001011111000
Octal316242370

Shades and tints

Shades of #CEA2F8

#CEA2F8
(206,162,248)
#BC94E2
(188,148,226)
#AA86CC
(170,134,204)
#9878B6
(152,120,182)
#866AA0
(134,106,160)
#745C8A
(116,92,138)
#624E74
(98,78,116)
#50405E
(80,64,94)
#3E3248
(62,50,72)
#2C2432
(44,36,50)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #CEA2F8

#CEA2F8
(206,162,248)
#D2AAF8
(210,170,248)
#D6B2F8
(214,178,248)
#DABAF8
(218,186,248)
#DEC2F8
(222,194,248)
#E2CAF8
(226,202,248)
#E6D2F8
(230,210,248)
#EADAF8
(234,218,248)
#EEE2F8
(238,226,248)
#F2EAF8
(242,234,248)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA2F8 color. Also use rgb(206,162,248) instead hex code.

Text Font Color

.myTextColor { color: #CEA2F8; }

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

This text font color is #CEA2F8.


Background Color

.myBgColor { background-color: #CEA2F8; }

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

This div background color is #CEA2F8.


Border color

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

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

This div border color is #CEA2F8.


Opacity

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

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

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

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

This text has shadow with #CEA2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA2F8 on black background.


Color preview on white background

This text has color #CEA2F8 on white background.



Black color preview on #CEA2F8 background

This text has black color on #CEA2F8 background.


White color preview on #CEA2F8 background

This text has white color on #CEA2F8 background.