COLOR #CE78B2

HEX: #CE78B2
RGB: (206,120,178)

Color info

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

RGB color model

#CE78B2 color RGB value is (206,120,178).

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

RGB channels and saturation

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

206
120
178

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

Portions of RGB colors in percentages

R + G + B =
206 + 120 + 178 = 504 (100%)
R 206 of 504 ~ 40.87%
G 120 of 504 ~ 23.81%
B 178 of 504 ~ 35.32%

%40.87
%23.81
%35.32

CMYK color model

#CE78B2 color CMYK value is (0,42,14,19).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 13.59%
  • key color value is 19.22%
CMYK:
(0,42,14,19)
C0M42Y14K19 
(0%,42%,14%,19%)
(0.00/0.42/0.14/0.19)	

CMYK percentages

%0
%41.75
%13.59
%19.22

Codes

Color #CE78B2 in popluar color models

CE78B2
RGB206120178
HSL320°46.74%63.92%
HSB/HSV320°41.75%80.78%
CMYK0.00%41.75%13.59%
19.22%

Color #CE78B2 in popluar number systems.

HEXCE78B2
Decimal206120178
Binary11001110111100010110010
Octal316170262

Shades and tints

Shades of #CE78B2

#CE78B2
(206,120,178)
#BC6EA2
(188,110,162)
#AA6492
(170,100,146)
#985A82
(152,90,130)
#865072
(134,80,114)
#744662
(116,70,98)
#623C52
(98,60,82)
#503242
(80,50,66)
#3E2832
(62,40,50)
#2C1E22
(44,30,34)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #CE78B2

#CE78B2
(206,120,178)
#D284B9
(210,132,185)
#D690C0
(214,144,192)
#DA9CC7
(218,156,199)
#DEA8CE
(222,168,206)
#E2B4D5
(226,180,213)
#E6C0DC
(230,192,220)
#EACCE3
(234,204,227)
#EED8EA
(238,216,234)
#F2E4F1
(242,228,241)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE78B2; }

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

This text font color is #CE78B2.


Background Color

.myBgColor { background-color: #CE78B2; }

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

This div background color is #CE78B2.


Border color

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

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

This div border color is #CE78B2.


Opacity

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

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

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

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

This text has shadow with #CE78B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE78B2 on black background.


Color preview on white background

This text has color #CE78B2 on white background.



Black color preview on #CE78B2 background

This text has black color on #CE78B2 background.


White color preview on #CE78B2 background

This text has white color on #CE78B2 background.