COLOR #CE609C

HEX: #CE609C
RGB: (206,96,156)

Color info

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

RGB color model

#CE609C color RGB value is (206,96,156).

  • red value is 206;
  • green value is 96;
  • blue value is 156.
RGB:
(206,96,156)
(81%,38%,61%)

RGB channels and saturation

R 206 of 255 = 81%
G 96 of 255 = 38%
B 156 of 255 = 61%

206
96
156

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

Portions of RGB colors in percentages

R + G + B =
206 + 96 + 156 = 458 (100%)
R 206 of 458 ~ 44.98%
G 96 of 458 ~ 20.96%
B 156 of 458 ~ 34.06%

%44.98
%20.96
%34.06

CMYK color model

#CE609C color CMYK value is (0,53,24,19).

  • cyan value is 0.00%
  • magenta value is 53.40%
  • yellow value is 24.27%
  • key color value is 19.22%
CMYK:
(0,53,24,19)
C0M53Y24K19 
(0%,53%,24%,19%)
(0.00/0.53/0.24/0.19)	

CMYK percentages

%0
%53.4
%24.27
%19.22

Codes

Color #CE609C in popluar color models

CE609C
RGB20696156
HSL327°52.88%59.22%
HSB/HSV327°53.40%80.78%
CMYK0.00%53.40%24.27%
19.22%

Color #CE609C in popluar number systems.

HEXCE609C
Decimal20696156
Binary11001110110000010011100
Octal316140234

Shades and tints

Shades of #CE609C

#CE609C
(206,96,156)
#BC588E
(188,88,142)
#AA5080
(170,80,128)
#984872
(152,72,114)
#864064
(134,64,100)
#743856
(116,56,86)
#623048
(98,48,72)
#50283A
(80,40,58)
#3E202C
(62,32,44)
#2C181E
(44,24,30)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #CE609C

#CE609C
(206,96,156)
#D26EA5
(210,110,165)
#D67CAE
(214,124,174)
#DA8AB7
(218,138,183)
#DE98C0
(222,152,192)
#E2A6C9
(226,166,201)
#E6B4D2
(230,180,210)
#EAC2DB
(234,194,219)
#EED0E4
(238,208,228)
#F2DEED
(242,222,237)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE609C color. Also use rgb(206,96,156) instead hex code.

Text Font Color

.myTextColor { color: #CE609C; }

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

This text font color is #CE609C.


Background Color

.myBgColor { background-color: #CE609C; }

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

This div background color is #CE609C.


Border color

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

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

This div border color is #CE609C.


Opacity

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

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

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

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

This text has shadow with #CE609C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE609C on black background.


Color preview on white background

This text has color #CE609C on white background.



Black color preview on #CE609C background

This text has black color on #CE609C background.


White color preview on #CE609C background

This text has white color on #CE609C background.