COLOR #CE607E

HEX: #CE607E
RGB: (206,96,126)

Color info

#CE607E contains mainly red color. Web safe color of #CE607E is #CC6666 (or #C66).

RGB color model

#CE607E color RGB value is (206,96,126).

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

RGB channels and saturation

R 206 of 255 = 81%
G 96 of 255 = 38%
B 126 of 255 = 49%

206
96
126

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

Portions of RGB colors in percentages

R + G + B =
206 + 96 + 126 = 428 (100%)
R 206 of 428 ~ 48.13%
G 96 of 428 ~ 22.43%
B 126 of 428 ~ 29.44%

%48.13
%22.43
%29.44

CMYK color model

#CE607E color CMYK value is (0,53,39,19).

  • cyan value is 0.00%
  • magenta value is 53.40%
  • yellow value is 38.83%
  • key color value is 19.22%
CMYK:
(0,53,39,19)
C0M53Y39K19 
(0%,53%,39%,19%)
(0.00/0.53/0.39/0.19)	

CMYK percentages

%0
%53.4
%38.83
%19.22

Codes

Color #CE607E in popluar color models

CE607E
RGB20696126
HSL344°52.88%59.22%
HSB/HSV344°53.40%80.78%
CMYK0.00%53.40%38.83%
19.22%

Color #CE607E in popluar number systems.

HEXCE607E
Decimal20696126
Binary1100111011000001111110
Octal316140176

Shades and tints

Shades of #CE607E

#CE607E
(206,96,126)
#BC5873
(188,88,115)
#AA5068
(170,80,104)
#98485D
(152,72,93)
#864052
(134,64,82)
#743847
(116,56,71)
#62303C
(98,48,60)
#502831
(80,40,49)
#3E2026
(62,32,38)
#2C181B
(44,24,27)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #CE607E

#CE607E
(206,96,126)
#D26E89
(210,110,137)
#D67C94
(214,124,148)
#DA8A9F
(218,138,159)
#DE98AA
(222,152,170)
#E2A6B5
(226,166,181)
#E6B4C0
(230,180,192)
#EAC2CB
(234,194,203)
#EED0D6
(238,208,214)
#F2DEE1
(242,222,225)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE607E; }

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

This text font color is #CE607E.


Background Color

.myBgColor { background-color: #CE607E; }

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

This div background color is #CE607E.


Border color

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

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

This div border color is #CE607E.


Opacity

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

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

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

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

This text has shadow with #CE607E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE607E on black background.


Color preview on white background

This text has color #CE607E on white background.



Black color preview on #CE607E background

This text has black color on #CE607E background.


White color preview on #CE607E background

This text has white color on #CE607E background.