COLOR #CE99D9

HEX: #CE99D9
RGB: (206,153,217)

Color info

#CE99D9 contains mainly red and blue colors. Web safe color of #CE99D9 is #CC99CC (or #C9C).

RGB color model

#CE99D9 color RGB value is (206,153,217).

  • red value is 206;
  • green value is 153;
  • blue value is 217.
RGB:
(206,153,217)
(81%,60%,85%)

RGB channels and saturation

R 206 of 255 = 81%
G 153 of 255 = 60%
B 217 of 255 = 85%

206
153
217

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

Portions of RGB colors in percentages

R + G + B =
206 + 153 + 217 = 576 (100%)
R 206 of 576 ~ 35.76%
G 153 of 576 ~ 26.56%
B 217 of 576 ~ 37.67%

%35.76
%26.56
%37.67

CMYK color model

#CE99D9 color CMYK value is (5,29,0,15).

  • cyan value is 5.07%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(5,29,0,15)
C5M29Y0K15 
(5%,29%,0%,15%)
(0.05/0.29/0.00/0.15)	

CMYK percentages

%5.07
%29.49
%0
%14.9

Codes

Color #CE99D9 in popluar color models

CE99D9
RGB206153217
HSL290°45.71%72.55%
HSB/HSV290°29.49%85.10%
CMYK5.07%29.49%0.00%
14.90%

Color #CE99D9 in popluar number systems.

HEXCE99D9
Decimal206153217
Binary110011101001100111011001
Octal316231331

Shades and tints

Shades of #CE99D9

#CE99D9
(206,153,217)
#BC8CC6
(188,140,198)
#AA7FB3
(170,127,179)
#9872A0
(152,114,160)
#86658D
(134,101,141)
#74587A
(116,88,122)
#624B67
(98,75,103)
#503E54
(80,62,84)
#3E3141
(62,49,65)
#2C242E
(44,36,46)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #CE99D9

#CE99D9
(206,153,217)
#D2A2DC
(210,162,220)
#D6ABDF
(214,171,223)
#DAB4E2
(218,180,226)
#DEBDE5
(222,189,229)
#E2C6E8
(226,198,232)
#E6CFEB
(230,207,235)
#EAD8EE
(234,216,238)
#EEE1F1
(238,225,241)
#F2EAF4
(242,234,244)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE99D9 color. Also use rgb(206,153,217) instead hex code.

Text Font Color

.myTextColor { color: #CE99D9; }

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

This text font color is #CE99D9.


Background Color

.myBgColor { background-color: #CE99D9; }

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

This div background color is #CE99D9.


Border color

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

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

This div border color is #CE99D9.


Opacity

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

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

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

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

This text has shadow with #CE99D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE99D9 on black background.


Color preview on white background

This text has color #CE99D9 on white background.



Black color preview on #CE99D9 background

This text has black color on #CE99D9 background.


White color preview on #CE99D9 background

This text has white color on #CE99D9 background.