COLOR #CEA6CA

HEX: #CEA6CA
RGB: (206,166,202)

Color info

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

RGB color model

#CEA6CA color RGB value is (206,166,202).

  • red value is 206;
  • green value is 166;
  • blue value is 202.
RGB:
(206,166,202)
(81%,65%,79%)

RGB channels and saturation

R 206 of 255 = 81%
G 166 of 255 = 65%
B 202 of 255 = 79%

206
166
202

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

Portions of RGB colors in percentages

R + G + B =
206 + 166 + 202 = 574 (100%)
R 206 of 574 ~ 35.89%
G 166 of 574 ~ 28.92%
B 202 of 574 ~ 35.19%

%35.89
%28.92
%35.19

CMYK color model

#CEA6CA color CMYK value is (0,19,2,19).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 1.94%
  • key color value is 19.22%
CMYK:
(0,19,2,19)
C0M19Y2K19 
(0%,19%,2%,19%)
(0.00/0.19/0.02/0.19)	

CMYK percentages

%0
%19.42
%1.94
%19.22

Codes

Color #CEA6CA in popluar color models

CEA6CA
RGB206166202
HSL306°28.99%72.94%
HSB/HSV306°19.42%80.78%
CMYK0.00%19.42%1.94%
19.22%

Color #CEA6CA in popluar number systems.

HEXCEA6CA
Decimal206166202
Binary110011101010011011001010
Octal316246312

Shades and tints

Shades of #CEA6CA

#CEA6CA
(206,166,202)
#BC97B8
(188,151,184)
#AA88A6
(170,136,166)
#987994
(152,121,148)
#866A82
(134,106,130)
#745B70
(116,91,112)
#624C5E
(98,76,94)
#503D4C
(80,61,76)
#3E2E3A
(62,46,58)
#2C1F28
(44,31,40)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #CEA6CA

#CEA6CA
(206,166,202)
#D2AECE
(210,174,206)
#D6B6D2
(214,182,210)
#DABED6
(218,190,214)
#DEC6DA
(222,198,218)
#E2CEDE
(226,206,222)
#E6D6E2
(230,214,226)
#EADEE6
(234,222,230)
#EEE6EA
(238,230,234)
#F2EEEE
(242,238,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA6CA color. Also use rgb(206,166,202) instead hex code.

Text Font Color

.myTextColor { color: #CEA6CA; }

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

This text font color is #CEA6CA.


Background Color

.myBgColor { background-color: #CEA6CA; }

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

This div background color is #CEA6CA.


Border color

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

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

This div border color is #CEA6CA.


Opacity

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

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

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

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

This text has shadow with #CEA6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA6CA on black background.


Color preview on white background

This text has color #CEA6CA on white background.



Black color preview on #CEA6CA background

This text has black color on #CEA6CA background.


White color preview on #CEA6CA background

This text has white color on #CEA6CA background.