COLOR #CE5983

HEX: #CE5983
RGB: (206,89,131)

Color info

#CE5983 contains mainly red color. Web safe color of #CE5983 is #CC6699 (or #C69).

RGB color model

#CE5983 color RGB value is (206,89,131).

  • red value is 206;
  • green value is 89;
  • blue value is 131.
RGB:
(206,89,131)
(81%,35%,51%)

RGB channels and saturation

R 206 of 255 = 81%
G 89 of 255 = 35%
B 131 of 255 = 51%

206
89
131

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

Portions of RGB colors in percentages

R + G + B =
206 + 89 + 131 = 426 (100%)
R 206 of 426 ~ 48.36%
G 89 of 426 ~ 20.89%
B 131 of 426 ~ 30.75%

%48.36
%20.89
%30.75

CMYK color model

#CE5983 color CMYK value is (0,57,36,19).

  • cyan value is 0.00%
  • magenta value is 56.80%
  • yellow value is 36.41%
  • key color value is 19.22%
CMYK:
(0,57,36,19)
C0M57Y36K19 
(0%,57%,36%,19%)
(0.00/0.57/0.36/0.19)	

CMYK percentages

%0
%56.8
%36.41
%19.22

Codes

Color #CE5983 in popluar color models

CE5983
RGB20689131
HSL338°54.42%57.84%
HSB/HSV338°56.80%80.78%
CMYK0.00%56.80%36.41%
19.22%

Color #CE5983 in popluar number systems.

HEXCE5983
Decimal20689131
Binary11001110101100110000011
Octal316131203

Shades and tints

Shades of #CE5983

#CE5983
(206,89,131)
#BC5178
(188,81,120)
#AA496D
(170,73,109)
#984162
(152,65,98)
#863957
(134,57,87)
#74314C
(116,49,76)
#622941
(98,41,65)
#502136
(80,33,54)
#3E192B
(62,25,43)
#2C1120
(44,17,32)
#1A0915
(26,9,21)
#000000
(0,0,0)

Tints of #CE5983

#CE5983
(206,89,131)
#D2688E
(210,104,142)
#D67799
(214,119,153)
#DA86A4
(218,134,164)
#DE95AF
(222,149,175)
#E2A4BA
(226,164,186)
#E6B3C5
(230,179,197)
#EAC2D0
(234,194,208)
#EED1DB
(238,209,219)
#F2E0E6
(242,224,230)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE5983 color. Also use rgb(206,89,131) instead hex code.

Text Font Color

.myTextColor { color: #CE5983; }

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

This text font color is #CE5983.


Background Color

.myBgColor { background-color: #CE5983; }

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

This div background color is #CE5983.


Border color

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

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

This div border color is #CE5983.


Opacity

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

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

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

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

This text has shadow with #CE5983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5983 on black background.


Color preview on white background

This text has color #CE5983 on white background.



Black color preview on #CE5983 background

This text has black color on #CE5983 background.


White color preview on #CE5983 background

This text has white color on #CE5983 background.