COLOR #CE939E

HEX: #CE939E
RGB: (206,147,158)

Color info

#CE939E contains red, green and blue colors in about the same proportion. Web safe color of #CE939E is #CC9999 (or #C99).

RGB color model

#CE939E color RGB value is (206,147,158).

  • red value is 206;
  • green value is 147;
  • blue value is 158.
RGB:
(206,147,158)
(81%,58%,62%)

RGB channels and saturation

R 206 of 255 = 81%
G 147 of 255 = 58%
B 158 of 255 = 62%

206
147
158

R + G + B ~ 67%. #CE939E is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 147 + 158 = 511 (100%)
R 206 of 511 ~ 40.31%
G 147 of 511 ~ 28.77%
B 158 of 511 ~ 30.92%

%40.31
%28.77
%30.92

CMYK color model

#CE939E color CMYK value is (0,29,23,19).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK:
(0,29,23,19)
C0M29Y23K19 
(0%,29%,23%,19%)
(0.00/0.29/0.23/0.19)	

CMYK percentages

%0
%28.64
%23.3
%19.22

Codes

Color #CE939E in popluar color models

CE939E
RGB206147158
HSL349°37.58%69.22%
HSB/HSV349°28.64%80.78%
CMYK0.00%28.64%23.30%
19.22%

Color #CE939E in popluar number systems.

HEXCE939E
Decimal206147158
Binary110011101001001110011110
Octal316223236

Shades and tints

Shades of #CE939E

#CE939E
(206,147,158)
#BC8690
(188,134,144)
#AA7982
(170,121,130)
#986C74
(152,108,116)
#865F66
(134,95,102)
#745258
(116,82,88)
#62454A
(98,69,74)
#50383C
(80,56,60)
#3E2B2E
(62,43,46)
#2C1E20
(44,30,32)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #CE939E

#CE939E
(206,147,158)
#D29CA6
(210,156,166)
#D6A5AE
(214,165,174)
#DAAEB6
(218,174,182)
#DEB7BE
(222,183,190)
#E2C0C6
(226,192,198)
#E6C9CE
(230,201,206)
#EAD2D6
(234,210,214)
#EEDBDE
(238,219,222)
#F2E4E6
(242,228,230)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE939E color. Also use rgb(206,147,158) instead hex code.

Text Font Color

.myTextColor { color: #CE939E; }

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

This text font color is #CE939E.


Background Color

.myBgColor { background-color: #CE939E; }

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

This div background color is #CE939E.


Border color

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

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

This div border color is #CE939E.


Opacity

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

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

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

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

This text has shadow with #CE939E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE939E on black background.


Color preview on white background

This text has color #CE939E on white background.



Black color preview on #CE939E background

This text has black color on #CE939E background.


White color preview on #CE939E background

This text has white color on #CE939E background.