COLOR #CE8099

HEX: #CE8099
RGB: (206,128,153)

Color info

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

RGB color model

#CE8099 color RGB value is (206,128,153).

  • red value is 206;
  • green value is 128;
  • blue value is 153.
RGB:
(206,128,153)
(81%,50%,60%)

RGB channels and saturation

R 206 of 255 = 81%
G 128 of 255 = 50%
B 153 of 255 = 60%

206
128
153

R + G + B ~ 64%. #CE8099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 128 + 153 = 487 (100%)
R 206 of 487 ~ 42.3%
G 128 of 487 ~ 26.28%
B 153 of 487 ~ 31.42%

%42.3
%26.28
%31.42

CMYK color model

#CE8099 color CMYK value is (0,38,26,19).

  • cyan value is 0.00%
  • magenta value is 37.86%
  • yellow value is 25.73%
  • key color value is 19.22%
CMYK:
(0,38,26,19)
C0M38Y26K19 
(0%,38%,26%,19%)
(0.00/0.38/0.26/0.19)	

CMYK percentages

%0
%37.86
%25.73
%19.22

Codes

Color #CE8099 in popluar color models

CE8099
RGB206128153
HSL341°44.32%65.49%
HSB/HSV341°37.86%80.78%
CMYK0.00%37.86%25.73%
19.22%

Color #CE8099 in popluar number systems.

HEXCE8099
Decimal206128153
Binary110011101000000010011001
Octal316200231

Shades and tints

Shades of #CE8099

#CE8099
(206,128,153)
#BC758C
(188,117,140)
#AA6A7F
(170,106,127)
#985F72
(152,95,114)
#865465
(134,84,101)
#744958
(116,73,88)
#623E4B
(98,62,75)
#50333E
(80,51,62)
#3E2831
(62,40,49)
#2C1D24
(44,29,36)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #CE8099

#CE8099
(206,128,153)
#D28BA2
(210,139,162)
#D696AB
(214,150,171)
#DAA1B4
(218,161,180)
#DEACBD
(222,172,189)
#E2B7C6
(226,183,198)
#E6C2CF
(230,194,207)
#EACDD8
(234,205,216)
#EED8E1
(238,216,225)
#F2E3EA
(242,227,234)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE8099 color. Also use rgb(206,128,153) instead hex code.

Text Font Color

.myTextColor { color: #CE8099; }

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

This text font color is #CE8099.


Background Color

.myBgColor { background-color: #CE8099; }

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

This div background color is #CE8099.


Border color

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

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

This div border color is #CE8099.


Opacity

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

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

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

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

This text has shadow with #CE8099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8099 on black background.


Color preview on white background

This text has color #CE8099 on white background.



Black color preview on #CE8099 background

This text has black color on #CE8099 background.


White color preview on #CE8099 background

This text has white color on #CE8099 background.