COLOR #CE616D

HEX: #CE616D
RGB: (206,97,109)

Color info

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

RGB color model

#CE616D color RGB value is (206,97,109).

  • red value is 206;
  • green value is 97;
  • blue value is 109.
RGB:
(206,97,109)
(81%,38%,43%)

RGB channels and saturation

R 206 of 255 = 81%
G 97 of 255 = 38%
B 109 of 255 = 43%

206
97
109

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

Portions of RGB colors in percentages

R + G + B =
206 + 97 + 109 = 412 (100%)
R 206 of 412 ~ 50%
G 97 of 412 ~ 23.54%
B 109 of 412 ~ 26.46%

%50
%23.54
%26.46

CMYK color model

#CE616D color CMYK value is (0,53,47,19).

  • cyan value is 0.00%
  • magenta value is 52.91%
  • yellow value is 47.09%
  • key color value is 19.22%
CMYK:
(0,53,47,19)
C0M53Y47K19 
(0%,53%,47%,19%)
(0.00/0.53/0.47/0.19)	

CMYK percentages

%0
%52.91
%47.09
%19.22

Codes

Color #CE616D in popluar color models

CE616D
RGB20697109
HSL353°52.66%59.41%
HSB/HSV353°52.91%80.78%
CMYK0.00%52.91%47.09%
19.22%

Color #CE616D in popluar number systems.

HEXCE616D
Decimal20697109
Binary1100111011000011101101
Octal316141155

Shades and tints

Shades of #CE616D

#CE616D
(206,97,109)
#BC5964
(188,89,100)
#AA515B
(170,81,91)
#984952
(152,73,82)
#864149
(134,65,73)
#743940
(116,57,64)
#623137
(98,49,55)
#50292E
(80,41,46)
#3E2125
(62,33,37)
#2C191C
(44,25,28)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #CE616D

#CE616D
(206,97,109)
#D26F7A
(210,111,122)
#D67D87
(214,125,135)
#DA8B94
(218,139,148)
#DE99A1
(222,153,161)
#E2A7AE
(226,167,174)
#E6B5BB
(230,181,187)
#EAC3C8
(234,195,200)
#EED1D5
(238,209,213)
#F2DFE2
(242,223,226)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE616D color. Also use rgb(206,97,109) instead hex code.

Text Font Color

.myTextColor { color: #CE616D; }

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

This text font color is #CE616D.


Background Color

.myBgColor { background-color: #CE616D; }

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

This div background color is #CE616D.


Border color

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

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

This div border color is #CE616D.


Opacity

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

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

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

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

This text has shadow with #CE616D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE616D on black background.


Color preview on white background

This text has color #CE616D on white background.



Black color preview on #CE616D background

This text has black color on #CE616D background.


White color preview on #CE616D background

This text has white color on #CE616D background.