COLOR #CE9AD2

HEX: #CE9AD2
RGB: (206,154,210)

Color info

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

RGB color model

#CE9AD2 color RGB value is (206,154,210).

  • red value is 206;
  • green value is 154;
  • blue value is 210.
RGB:
(206,154,210)
(81%,60%,82%)

RGB channels and saturation

R 206 of 255 = 81%
G 154 of 255 = 60%
B 210 of 255 = 82%

206
154
210

R + G + B ~ 74%. #CE9AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 154 + 210 = 570 (100%)
R 206 of 570 ~ 36.14%
G 154 of 570 ~ 27.02%
B 210 of 570 ~ 36.84%

%36.14
%27.02
%36.84

CMYK color model

#CE9AD2 color CMYK value is (2,27,0,18).

  • cyan value is 1.90%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(2,27,0,18)
C2M27Y0K18 
(2%,27%,0%,18%)
(0.02/0.27/0.00/0.18)	

CMYK percentages

%1.9
%26.67
%0
%17.65

Codes

Color #CE9AD2 in popluar color models

CE9AD2
RGB206154210
HSL296°38.36%71.37%
HSB/HSV296°26.67%82.35%
CMYK1.90%26.67%0.00%
17.65%

Color #CE9AD2 in popluar number systems.

HEXCE9AD2
Decimal206154210
Binary110011101001101011010010
Octal316232322

Shades and tints

Shades of #CE9AD2

#CE9AD2
(206,154,210)
#BC8CBF
(188,140,191)
#AA7EAC
(170,126,172)
#987099
(152,112,153)
#866286
(134,98,134)
#745473
(116,84,115)
#624660
(98,70,96)
#50384D
(80,56,77)
#3E2A3A
(62,42,58)
#2C1C27
(44,28,39)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #CE9AD2

#CE9AD2
(206,154,210)
#D2A3D6
(210,163,214)
#D6ACDA
(214,172,218)
#DAB5DE
(218,181,222)
#DEBEE2
(222,190,226)
#E2C7E6
(226,199,230)
#E6D0EA
(230,208,234)
#EAD9EE
(234,217,238)
#EEE2F2
(238,226,242)
#F2EBF6
(242,235,246)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9AD2 color. Also use rgb(206,154,210) instead hex code.

Text Font Color

.myTextColor { color: #CE9AD2; }

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

This text font color is #CE9AD2.


Background Color

.myBgColor { background-color: #CE9AD2; }

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

This div background color is #CE9AD2.


Border color

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

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

This div border color is #CE9AD2.


Opacity

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

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

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

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

This text has shadow with #CE9AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9AD2 on black background.


Color preview on white background

This text has color #CE9AD2 on white background.



Black color preview on #CE9AD2 background

This text has black color on #CE9AD2 background.


White color preview on #CE9AD2 background

This text has white color on #CE9AD2 background.