COLOR #CE97D3

HEX: #CE97D3
RGB: (206,151,211)

Color info

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

RGB color model

#CE97D3 color RGB value is (206,151,211).

  • red value is 206;
  • green value is 151;
  • blue value is 211.
RGB:
(206,151,211)
(81%,59%,83%)

RGB channels and saturation

R 206 of 255 = 81%
G 151 of 255 = 59%
B 211 of 255 = 83%

206
151
211

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

Portions of RGB colors in percentages

R + G + B =
206 + 151 + 211 = 568 (100%)
R 206 of 568 ~ 36.27%
G 151 of 568 ~ 26.58%
B 211 of 568 ~ 37.15%

%36.27
%26.58
%37.15

CMYK color model

#CE97D3 color CMYK value is (2,28,0,17).

  • cyan value is 2.37%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(2,28,0,17)
C2M28Y0K17 
(2%,28%,0%,17%)
(0.02/0.28/0.00/0.17)	

CMYK percentages

%2.37
%28.44
%0
%17.25

Codes

Color #CE97D3 in popluar color models

CE97D3
RGB206151211
HSL295°40.54%70.98%
HSB/HSV295°28.44%82.75%
CMYK2.37%28.44%0.00%
17.25%

Color #CE97D3 in popluar number systems.

HEXCE97D3
Decimal206151211
Binary110011101001011111010011
Octal316227323

Shades and tints

Shades of #CE97D3

#CE97D3
(206,151,211)
#BC8AC0
(188,138,192)
#AA7DAD
(170,125,173)
#98709A
(152,112,154)
#866387
(134,99,135)
#745674
(116,86,116)
#624961
(98,73,97)
#503C4E
(80,60,78)
#3E2F3B
(62,47,59)
#2C2228
(44,34,40)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #CE97D3

#CE97D3
(206,151,211)
#D2A0D7
(210,160,215)
#D6A9DB
(214,169,219)
#DAB2DF
(218,178,223)
#DEBBE3
(222,187,227)
#E2C4E7
(226,196,231)
#E6CDEB
(230,205,235)
#EAD6EF
(234,214,239)
#EEDFF3
(238,223,243)
#F2E8F7
(242,232,247)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE97D3 color. Also use rgb(206,151,211) instead hex code.

Text Font Color

.myTextColor { color: #CE97D3; }

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

This text font color is #CE97D3.


Background Color

.myBgColor { background-color: #CE97D3; }

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

This div background color is #CE97D3.


Border color

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

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

This div border color is #CE97D3.


Opacity

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

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

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

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

This text has shadow with #CE97D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE97D3 on black background.


Color preview on white background

This text has color #CE97D3 on white background.



Black color preview on #CE97D3 background

This text has black color on #CE97D3 background.


White color preview on #CE97D3 background

This text has white color on #CE97D3 background.