COLOR #CE639F

HEX: #CE639F
RGB: (206,99,159)

Color info

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

RGB color model

#CE639F color RGB value is (206,99,159).

  • red value is 206;
  • green value is 99;
  • blue value is 159.
RGB:
(206,99,159)
(81%,39%,62%)

RGB channels and saturation

R 206 of 255 = 81%
G 99 of 255 = 39%
B 159 of 255 = 62%

206
99
159

R + G + B ~ 61%. #CE639F is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 99 + 159 = 464 (100%)
R 206 of 464 ~ 44.4%
G 99 of 464 ~ 21.34%
B 159 of 464 ~ 34.27%

%44.4
%21.34
%34.27

CMYK color model

#CE639F color CMYK value is (0,52,23,19).

  • cyan value is 0.00%
  • magenta value is 51.94%
  • yellow value is 22.82%
  • key color value is 19.22%
CMYK:
(0,52,23,19)
C0M52Y23K19 
(0%,52%,23%,19%)
(0.00/0.52/0.23/0.19)	

CMYK percentages

%0
%51.94
%22.82
%19.22

Codes

Color #CE639F in popluar color models

CE639F
RGB20699159
HSL326°52.20%59.80%
HSB/HSV326°51.94%80.78%
CMYK0.00%51.94%22.82%
19.22%

Color #CE639F in popluar number systems.

HEXCE639F
Decimal20699159
Binary11001110110001110011111
Octal316143237

Shades and tints

Shades of #CE639F

#CE639F
(206,99,159)
#BC5A91
(188,90,145)
#AA5183
(170,81,131)
#984875
(152,72,117)
#863F67
(134,63,103)
#743659
(116,54,89)
#622D4B
(98,45,75)
#50243D
(80,36,61)
#3E1B2F
(62,27,47)
#2C1221
(44,18,33)
#1A0913
(26,9,19)
#000000
(0,0,0)

Tints of #CE639F

#CE639F
(206,99,159)
#D271A7
(210,113,167)
#D67FAF
(214,127,175)
#DA8DB7
(218,141,183)
#DE9BBF
(222,155,191)
#E2A9C7
(226,169,199)
#E6B7CF
(230,183,207)
#EAC5D7
(234,197,215)
#EED3DF
(238,211,223)
#F2E1E7
(242,225,231)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE639F color. Also use rgb(206,99,159) instead hex code.

Text Font Color

.myTextColor { color: #CE639F; }

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

This text font color is #CE639F.


Background Color

.myBgColor { background-color: #CE639F; }

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

This div background color is #CE639F.


Border color

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

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

This div border color is #CE639F.


Opacity

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

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

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

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

This text has shadow with #CE639F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE639F on black background.


Color preview on white background

This text has color #CE639F on white background.



Black color preview on #CE639F background

This text has black color on #CE639F background.


White color preview on #CE639F background

This text has white color on #CE639F background.