COLOR #CE9293

HEX: #CE9293 RGB: (206,146,147)

Color info

#CE9293 contains mainly red and blue colors. Web safe color of #CE9293 is #CC9999 (or #C99).

RGB color model

#CE9293 color RGB value is (206,146,147).

RGB: (206,146,147) (81%, 57%, 58%)

RGB channels and saturation

R 206 of 255 = 81%
G 146 of 255 = 57%
B 147 of 255 = 58%

206
146
147

R + G + B ~ 65%. #CE9293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 146 + 147 = 499 (100%)
R 206 of 499 ~ 41.28%
G 146 of 499 ~ 29.26%
B 147 of 499 ~ 29.46'%

%41.28
%29.26
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 28.64%
  • key color value is 19.22%
CMYK: (0,29,29,19) C0M29Y29K19 (0%,29%,29%,19%) (0.00/0.29/0.29/0.19) 

CMYK percentages

%0
%29.13
%28.64
%19.22

Codes

Color #CE9293 in popluar color models

CE 92 93
RGB 206 146 147
HSL 359° 37.97% 69.02%
HSB/HSV 359° 29.13% 80.78%
CMYK 0.00% 29.13% 28.64%
19.22%

Color #CE9293 in popluar number systems.

HEX CE 92 93
Decimal 206 146 147
Binary 11001110 10010010 10010011
Octal 316 222 223

Shades and tints

Shades of #CE9293

#CE9293
(206,146,147)
#BC8586
(188,133,134)
#AA7879
(170,120,121)
#986B6C
(152,107,108)
#865E5F
(134,94,95)
#745152
(116,81,82)
#624445
(98,68,69)
#503738
(80,55,56)
#3E2A2B
(62,42,43)
#2C1D1E
(44,29,30)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #CE9293

#CE9293
(206,146,147)
#D29B9C
(210,155,156)
#D6A4A5
(214,164,165)
#DAADAE
(218,173,174)
#DEB6B7
(222,182,183)
#E2BFC0
(226,191,192)
#E6C8C9
(230,200,201)
#EAD1D2
(234,209,210)
#EEDADB
(238,218,219)
#F2E3E4
(242,227,228)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9293; }

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

This text font color is #CE9293.

Background Color

.myBgColor { background-color: #CE9293; }

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

This div background color is #CE9293.

Border color

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

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

This div border color is #CE9293.

Opacity

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

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

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

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

This text has shadow with #CE9293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE9293.

Preview

Color preview on black background

This text has color #CE9293 on black background.


Color preview on white background

This text has color #CE9293 on white background.


Black color preview on #CE9293 background

This text has black color on #CE9293 background.


White color preview on #CE9293 background

This text has white color on #CE9293 background.


Related colors

Complementary color

Complementary color for #hex is #316D6C.


I love getcolorcode.com

Triadic colors

1 #93CE92 and #9293CE with #CE9293 are triadic colors.

2 #9392CE and #92CE93 with #CE9293 are triadic colors.