COLOR #CEA1CC

HEX: #CEA1CC
RGB: (206,161,204)

Color info

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

RGB color model

#CEA1CC color RGB value is (206,161,204).

  • red value is 206;
  • green value is 161;
  • blue value is 204.
RGB:
(206,161,204)
(81%,63%,80%)

RGB channels and saturation

R 206 of 255 = 81%
G 161 of 255 = 63%
B 204 of 255 = 80%

206
161
204

R + G + B ~ 75%. #CEA1CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 161 + 204 = 571 (100%)
R 206 of 571 ~ 36.08%
G 161 of 571 ~ 28.2%
B 204 of 571 ~ 35.73%

%36.08
%28.2
%35.73

CMYK color model

#CEA1CC color CMYK value is (0,22,1,19).

  • cyan value is 0.00%
  • magenta value is 21.84%
  • yellow value is 0.97%
  • key color value is 19.22%
CMYK:
(0,22,1,19)
C0M22Y1K19 
(0%,22%,1%,19%)
(0.00/0.22/0.01/0.19)	

CMYK percentages

%0
%21.84
%0.97
%19.22

Codes

Color #CEA1CC in popluar color models

CEA1CC
RGB206161204
HSL303°31.47%71.96%
HSB/HSV303°21.84%80.78%
CMYK0.00%21.84%0.97%
19.22%

Color #CEA1CC in popluar number systems.

HEXCEA1CC
Decimal206161204
Binary110011101010000111001100
Octal316241314

Shades and tints

Shades of #CEA1CC

#CEA1CC
(206,161,204)
#BC93BA
(188,147,186)
#AA85A8
(170,133,168)
#987796
(152,119,150)
#866984
(134,105,132)
#745B72
(116,91,114)
#624D60
(98,77,96)
#503F4E
(80,63,78)
#3E313C
(62,49,60)
#2C232A
(44,35,42)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #CEA1CC

#CEA1CC
(206,161,204)
#D2A9D0
(210,169,208)
#D6B1D4
(214,177,212)
#DAB9D8
(218,185,216)
#DEC1DC
(222,193,220)
#E2C9E0
(226,201,224)
#E6D1E4
(230,209,228)
#EAD9E8
(234,217,232)
#EEE1EC
(238,225,236)
#F2E9F0
(242,233,240)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA1CC color. Also use rgb(206,161,204) instead hex code.

Text Font Color

.myTextColor { color: #CEA1CC; }

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

This text font color is #CEA1CC.


Background Color

.myBgColor { background-color: #CEA1CC; }

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

This div background color is #CEA1CC.


Border color

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

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

This div border color is #CEA1CC.


Opacity

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

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

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

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

This text has shadow with #CEA1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA1CC on black background.


Color preview on white background

This text has color #CEA1CC on white background.



Black color preview on #CEA1CC background

This text has black color on #CEA1CC background.


White color preview on #CEA1CC background

This text has white color on #CEA1CC background.