COLOR #CE5296

HEX: #CE5296
RGB: (206,82,150)

Color info

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

RGB color model

#CE5296 color RGB value is (206,82,150).

  • red value is 206;
  • green value is 82;
  • blue value is 150.
RGB:
(206,82,150)
(81%,32%,59%)

RGB channels and saturation

R 206 of 255 = 81%
G 82 of 255 = 32%
B 150 of 255 = 59%

206
82
150

R + G + B ~ 57%. #CE5296 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 82 + 150 = 438 (100%)
R 206 of 438 ~ 47.03%
G 82 of 438 ~ 18.72%
B 150 of 438 ~ 34.25%

%47.03
%18.72
%34.25

CMYK color model

#CE5296 color CMYK value is (0,60,27,19).

  • cyan value is 0.00%
  • magenta value is 60.19%
  • yellow value is 27.18%
  • key color value is 19.22%
CMYK:
(0,60,27,19)
C0M60Y27K19 
(0%,60%,27%,19%)
(0.00/0.60/0.27/0.19)	

CMYK percentages

%0
%60.19
%27.18
%19.22

Codes

Color #CE5296 in popluar color models

CE5296
RGB20682150
HSL327°55.86%56.47%
HSB/HSV327°60.19%80.78%
CMYK0.00%60.19%27.18%
19.22%

Color #CE5296 in popluar number systems.

HEXCE5296
Decimal20682150
Binary11001110101001010010110
Octal316122226

Shades and tints

Shades of #CE5296

#CE5296
(206,82,150)
#BC4B89
(188,75,137)
#AA447C
(170,68,124)
#983D6F
(152,61,111)
#863662
(134,54,98)
#742F55
(116,47,85)
#622848
(98,40,72)
#50213B
(80,33,59)
#3E1A2E
(62,26,46)
#2C1321
(44,19,33)
#1A0C14
(26,12,20)
#000000
(0,0,0)

Tints of #CE5296

#CE5296
(206,82,150)
#D2619F
(210,97,159)
#D670A8
(214,112,168)
#DA7FB1
(218,127,177)
#DE8EBA
(222,142,186)
#E29DC3
(226,157,195)
#E6ACCC
(230,172,204)
#EABBD5
(234,187,213)
#EECADE
(238,202,222)
#F2D9E7
(242,217,231)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE5296 color. Also use rgb(206,82,150) instead hex code.

Text Font Color

.myTextColor { color: #CE5296; }

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

This text font color is #CE5296.


Background Color

.myBgColor { background-color: #CE5296; }

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

This div background color is #CE5296.


Border color

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

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

This div border color is #CE5296.


Opacity

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

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

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

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

This text has shadow with #CE5296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5296 on black background.


Color preview on white background

This text has color #CE5296 on white background.



Black color preview on #CE5296 background

This text has black color on #CE5296 background.


White color preview on #CE5296 background

This text has white color on #CE5296 background.