COLOR #CE6E84

HEX: #CE6E84 RGB: (206,110,132)

Color info

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

RGB color model

#CE6E84 color RGB value is (206,110,132).

RGB: (206,110,132) (81%, 43%, 52%)

RGB channels and saturation

R 206 of 255 = 81%
G 110 of 255 = 43%
B 132 of 255 = 52%

206
110
132

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

Portions of RGB colors in percentages

R + G + B = 206 + 110 + 132 = 448 (100%)
R 206 of 448 ~ 45.98%
G 110 of 448 ~ 24.55%
B 132 of 448 ~ 29.46'%

%45.98
%24.55
%29.46

CMYK color model

#CE6E84 color CMYK value is (0,47,36,19).

  • cyan value is 0.00%
  • magenta value is 46.60%
  • yellow value is 35.92%
  • key color value is 19.22%

CMYK: (0,47,36,19)
C0M47Y36K19 (0%, 47%, 36%, 19%)
(0.00 / 0.47 / 0.36 / 0.19)

CMYK percentages

%0
%46.6
%35.92
%19.22

Codes

Color #CE6E84 in popluar color models

CE 6E 84
RGB 206 110 132
HSL 346° 49.48% 61.96%
HSB/HSV 346° 46.60% 80.78%
CMYK 0.00% 46.60% 35.92%
19.22%

Color #CE6E84 in popluar number systems.

HEX CE 6E 84
Decimal 206 110 132
Binary 11001110 1101110 10000100
Octal 316 156 204

Shades and tints

Shades of #CE6E84

#CE6E84
(206,110,132)
#BC6478
(188,100,120)
#AA5A6C
(170,90,108)
#985060
(152,80,96)
#864654
(134,70,84)
#743C48
(116,60,72)
#62323C
(98,50,60)
#502830
(80,40,48)
#3E1E24
(62,30,36)
#2C1418
(44,20,24)
#1A0A0C
(26,10,12)
#000000
(0,0,0)

Tints of #CE6E84

#CE6E84
(206,110,132)
#D27B8F
(210,123,143)
#D6889A
(214,136,154)
#DA95A5
(218,149,165)
#DEA2B0
(222,162,176)
#E2AFBB
(226,175,187)
#E6BCC6
(230,188,198)
#EAC9D1
(234,201,209)
#EED6DC
(238,214,220)
#F2E3E7
(242,227,231)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6E84 color. Also use rgb(206,110,132) instead hex code.

Text Font Color

.myTextColor { color: #CE6E84; }

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

This text font color is #CE6E84.

Background Color

.myBgColor { background-color: #CE6E84; }

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

This div background color is #CE6E84.

Border color

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

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

This div border color is #CE6E84.

Opacity

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

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

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

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

This text has shadow with #CE6E84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE6E84.

Preview

Color preview on black background

This text has color #CE6E84 on black background.


Color preview on white background

This text has color #CE6E84 on white background.


Black color preview on #CE6E84 background

This text has black color on #CE6E84 background.


White color preview on #CE6E84 background

This text has white color on #CE6E84 background.


Related colors

Complementary color

Complementary color for #hex is #31917B.


I love getcolorcode.com

Triadic colors

1 #84CE6E and #6E84CE with #CE6E84 are triadic colors.

2 #846ECE and #6ECE84 with #CE6E84 are triadic colors.