COLOR #CEA9F0

HEX: #CEA9F0 RGB: (206,169,240)

Color info

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

RGB color model

#CEA9F0 color RGB value is (206,169,240).

RGB: (206,169,240) (81%, 66%, 94%)

RGB channels and saturation

R 206 of 255 = 81%
G 169 of 255 = 66%
B 240 of 255 = 94%

206
169
240

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

Portions of RGB colors in percentages

R + G + B = 206 + 169 + 240 = 615 (100%)
R 206 of 615 ~ 33.5%
G 169 of 615 ~ 27.48%
B 240 of 615 ~ 39.02'%

%33.5
%27.48
%39.02

CMYK color model

#CEA9F0 color CMYK value is (14,30,0,6).

  • cyan value is 14.17%
  • magenta value is 29.58%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (14,30,0,6)
C14M30Y0K6 (14%, 30%, 0%, 6%)
(0.14 / 0.30 / 0.00 / 0.06)

CMYK percentages

%14.17
%29.58
%0
%5.88

Codes

Color #CEA9F0 in popluar color models

CE A9 F0
RGB 206 169 240
HSL 271° 70.30% 80.20%
HSB/HSV 271° 29.58% 94.12%
CMYK 14.17% 29.58% 0.00%
5.88%

Color #CEA9F0 in popluar number systems.

HEX CE A9 F0
Decimal 206 169 240
Binary 11001110 10101001 11110000
Octal 316 251 360

Shades and tints

Shades of #CEA9F0

#CEA9F0
(206,169,240)
#BC9ADB
(188,154,219)
#AA8BC6
(170,139,198)
#987CB1
(152,124,177)
#866D9C
(134,109,156)
#745E87
(116,94,135)
#624F72
(98,79,114)
#50405D
(80,64,93)
#3E3148
(62,49,72)
#2C2233
(44,34,51)
#1A131E
(26,19,30)
#000000
(0,0,0)

Tints of #CEA9F0

#CEA9F0
(206,169,240)
#D2B0F1
(210,176,241)
#D6B7F2
(214,183,242)
#DABEF3
(218,190,243)
#DEC5F4
(222,197,244)
#E2CCF5
(226,204,245)
#E6D3F6
(230,211,246)
#EADAF7
(234,218,247)
#EEE1F8
(238,225,248)
#F2E8F9
(242,232,249)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA9F0 color. Also use rgb(206,169,240) instead hex code.

Text Font Color

.myTextColor { color: #CEA9F0; }

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

This text font color is #CEA9F0.

Background Color

.myBgColor { background-color: #CEA9F0; }

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

This div background color is #CEA9F0.

Border color

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

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

This div border color is #CEA9F0.

Opacity

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

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

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

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

This text has shadow with #CEA9F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA9F0.

Preview

Color preview on black background

This text has color #CEA9F0 on black background.


Color preview on white background

This text has color #CEA9F0 on white background.


Black color preview on #CEA9F0 background

This text has black color on #CEA9F0 background.


White color preview on #CEA9F0 background

This text has white color on #CEA9F0 background.


Related colors

Complementary color

Complementary color for #hex is #31560F.


I love getcolorcode.com

Triadic colors

1 #F0CEA9 and #A9F0CE with #CEA9F0 are triadic colors.

2 #F0A9CE and #A9CEF0 with #CEA9F0 are triadic colors.