COLOR #CEA6D6

HEX: #CEA6D6 RGB: (206,166,214)

Color info

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

RGB color model

#CEA6D6 color RGB value is (206,166,214).

RGB: (206,166,214) (81%, 65%, 84%)

RGB channels and saturation

R 206 of 255 = 81%
G 166 of 255 = 65%
B 214 of 255 = 84%

206
166
214

R + G + B ~ 77%. #CEA6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 166 + 214 = 586 (100%)
R 206 of 586 ~ 35.15%
G 166 of 586 ~ 28.33%
B 214 of 586 ~ 36.52'%

%35.15
%28.33
%36.52

CMYK color model

#CEA6D6 color CMYK value is (4,22,0,16).

  • cyan value is 3.74%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (4,22,0,16) C4M22Y0K16 (4%,22%,0%,16%) (0.04/0.22/0.00/0.16) 

CMYK percentages

%3.74
%22.43
%0
%16.08

Codes

Color #CEA6D6 in popluar color models

CE A6 D6
RGB 206 166 214
HSL 290° 36.92% 74.51%
HSB/HSV 290° 22.43% 83.92%
CMYK 3.74% 22.43% 0.00%
16.08%

Color #CEA6D6 in popluar number systems.

HEX CE A6 D6
Decimal 206 166 214
Binary 11001110 10100110 11010110
Octal 316 246 326

Shades and tints

Shades of #CEA6D6

#CEA6D6
(206,166,214)
#BC97C3
(188,151,195)
#AA88B0
(170,136,176)
#98799D
(152,121,157)
#866A8A
(134,106,138)
#745B77
(116,91,119)
#624C64
(98,76,100)
#503D51
(80,61,81)
#3E2E3E
(62,46,62)
#2C1F2B
(44,31,43)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #CEA6D6

#CEA6D6
(206,166,214)
#D2AED9
(210,174,217)
#D6B6DC
(214,182,220)
#DABEDF
(218,190,223)
#DEC6E2
(222,198,226)
#E2CEE5
(226,206,229)
#E6D6E8
(230,214,232)
#EADEEB
(234,222,235)
#EEE6EE
(238,230,238)
#F2EEF1
(242,238,241)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA6D6; }

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

This text font color is #CEA6D6.

Background Color

.myBgColor { background-color: #CEA6D6; }

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

This div background color is #CEA6D6.

Border color

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

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

This div border color is #CEA6D6.

Opacity

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

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

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

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

This text has shadow with #CEA6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA6D6.

Preview

Color preview on black background

This text has color #CEA6D6 on black background.


Color preview on white background

This text has color #CEA6D6 on white background.


Black color preview on #CEA6D6 background

This text has black color on #CEA6D6 background.


White color preview on #CEA6D6 background

This text has white color on #CEA6D6 background.


Related colors

Complementary color

Complementary color for #hex is #315929.


I love getcolorcode.com

Triadic colors

1 #D6CEA6 and #A6D6CE with #CEA6D6 are triadic colors.

2 #D6A6CE and #A6CED6 with #CEA6D6 are triadic colors.