COLOR #CE78B3

HEX: #CE78B3
RGB: (206,120,179)

Color info

#CE78B3 contains mainly red and blue colors. Web safe color of #CE78B3 is #CC6699 (or #C69).

RGB color model

#CE78B3 color RGB value is (206,120,179).

  • red value is 206;
  • green value is 120;
  • blue value is 179.
RGB:
(206,120,179)
(81%,47%,70%)

RGB channels and saturation

R 206 of 255 = 81%
G 120 of 255 = 47%
B 179 of 255 = 70%

206
120
179

R + G + B ~ 66%. #CE78B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 120 + 179 = 505 (100%)
R 206 of 505 ~ 40.79%
G 120 of 505 ~ 23.76%
B 179 of 505 ~ 35.45%

%40.79
%23.76
%35.45

CMYK color model

#CE78B3 color CMYK value is (0,42,13,19).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 13.11%
  • key color value is 19.22%
CMYK:
(0,42,13,19)
C0M42Y13K19 
(0%,42%,13%,19%)
(0.00/0.42/0.13/0.19)	

CMYK percentages

%0
%41.75
%13.11
%19.22

Codes

Color #CE78B3 in popluar color models

CE78B3
RGB206120179
HSL319°46.74%63.92%
HSB/HSV319°41.75%80.78%
CMYK0.00%41.75%13.11%
19.22%

Color #CE78B3 in popluar number systems.

HEXCE78B3
Decimal206120179
Binary11001110111100010110011
Octal316170263

Shades and tints

Shades of #CE78B3

#CE78B3
(206,120,179)
#BC6EA3
(188,110,163)
#AA6493
(170,100,147)
#985A83
(152,90,131)
#865073
(134,80,115)
#744663
(116,70,99)
#623C53
(98,60,83)
#503243
(80,50,67)
#3E2833
(62,40,51)
#2C1E23
(44,30,35)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #CE78B3

#CE78B3
(206,120,179)
#D284B9
(210,132,185)
#D690BF
(214,144,191)
#DA9CC5
(218,156,197)
#DEA8CB
(222,168,203)
#E2B4D1
(226,180,209)
#E6C0D7
(230,192,215)
#EACCDD
(234,204,221)
#EED8E3
(238,216,227)
#F2E4E9
(242,228,233)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE78B3 color. Also use rgb(206,120,179) instead hex code.

Text Font Color

.myTextColor { color: #CE78B3; }

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

This text font color is #CE78B3.


Background Color

.myBgColor { background-color: #CE78B3; }

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

This div background color is #CE78B3.


Border color

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

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

This div border color is #CE78B3.


Opacity

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

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

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

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

This text has shadow with #CE78B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE78B3 on black background.


Color preview on white background

This text has color #CE78B3 on white background.



Black color preview on #CE78B3 background

This text has black color on #CE78B3 background.


White color preview on #CE78B3 background

This text has white color on #CE78B3 background.