COLOR #CE6086

HEX: #CE6086
RGB: (206,96,134)

Color info

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

RGB color model

#CE6086 color RGB value is (206,96,134).

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

RGB channels and saturation

R 206 of 255 = 81%
G 96 of 255 = 38%
B 134 of 255 = 53%

206
96
134

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

Portions of RGB colors in percentages

R + G + B =
206 + 96 + 134 = 436 (100%)
R 206 of 436 ~ 47.25%
G 96 of 436 ~ 22.02%
B 134 of 436 ~ 30.73%

%47.25
%22.02
%30.73

CMYK color model

#CE6086 color CMYK value is (0,53,35,19).

  • cyan value is 0.00%
  • magenta value is 53.40%
  • yellow value is 34.95%
  • key color value is 19.22%
CMYK:
(0,53,35,19)
C0M53Y35K19 
(0%,53%,35%,19%)
(0.00/0.53/0.35/0.19)	

CMYK percentages

%0
%53.4
%34.95
%19.22

Codes

Color #CE6086 in popluar color models

CE6086
RGB20696134
HSL339°52.88%59.22%
HSB/HSV339°53.40%80.78%
CMYK0.00%53.40%34.95%
19.22%

Color #CE6086 in popluar number systems.

HEXCE6086
Decimal20696134
Binary11001110110000010000110
Octal316140206

Shades and tints

Shades of #CE6086

#CE6086
(206,96,134)
#BC587A
(188,88,122)
#AA506E
(170,80,110)
#984862
(152,72,98)
#864056
(134,64,86)
#74384A
(116,56,74)
#62303E
(98,48,62)
#502832
(80,40,50)
#3E2026
(62,32,38)
#2C181A
(44,24,26)
#1A100E
(26,16,14)
#000000
(0,0,0)

Tints of #CE6086

#CE6086
(206,96,134)
#D26E91
(210,110,145)
#D67C9C
(214,124,156)
#DA8AA7
(218,138,167)
#DE98B2
(222,152,178)
#E2A6BD
(226,166,189)
#E6B4C8
(230,180,200)
#EAC2D3
(234,194,211)
#EED0DE
(238,208,222)
#F2DEE9
(242,222,233)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE6086; }

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

This text font color is #CE6086.


Background Color

.myBgColor { background-color: #CE6086; }

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

This div background color is #CE6086.


Border color

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

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

This div border color is #CE6086.


Opacity

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

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

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

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

This text has shadow with #CE6086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6086 on black background.


Color preview on white background

This text has color #CE6086 on white background.



Black color preview on #CE6086 background

This text has black color on #CE6086 background.


White color preview on #CE6086 background

This text has white color on #CE6086 background.