COLOR #CE9E97

HEX: #CE9E97
RGB: (206,158,151)

Color info

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

RGB color model

#CE9E97 color RGB value is (206,158,151).

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

RGB channels and saturation

R 206 of 255 = 81%
G 158 of 255 = 62%
B 151 of 255 = 59%

206
158
151

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

Portions of RGB colors in percentages

R + G + B =
206 + 158 + 151 = 515 (100%)
R 206 of 515 ~ 40%
G 158 of 515 ~ 30.68%
B 151 of 515 ~ 29.32%

%40
%30.68
%29.32

CMYK color model

#CE9E97 color CMYK value is (0,23,27,19).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 26.70%
  • key color value is 19.22%
CMYK:
(0,23,27,19)
C0M23Y27K19 
(0%,23%,27%,19%)
(0.00/0.23/0.27/0.19)	

CMYK percentages

%0
%23.3
%26.7
%19.22

Codes

Color #CE9E97 in popluar color models

CE9E97
RGB206158151
HSL35.95%70.00%
HSB/HSV26.70%80.78%
CMYK0.00%23.30%26.70%
19.22%

Color #CE9E97 in popluar number systems.

HEXCE9E97
Decimal206158151
Binary110011101001111010010111
Octal316236227

Shades and tints

Shades of #CE9E97

#CE9E97
(206,158,151)
#BC908A
(188,144,138)
#AA827D
(170,130,125)
#987470
(152,116,112)
#866663
(134,102,99)
#745856
(116,88,86)
#624A49
(98,74,73)
#503C3C
(80,60,60)
#3E2E2F
(62,46,47)
#2C2022
(44,32,34)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #CE9E97

#CE9E97
(206,158,151)
#D2A6A0
(210,166,160)
#D6AEA9
(214,174,169)
#DAB6B2
(218,182,178)
#DEBEBB
(222,190,187)
#E2C6C4
(226,198,196)
#E6CECD
(230,206,205)
#EAD6D6
(234,214,214)
#EEDEDF
(238,222,223)
#F2E6E8
(242,230,232)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9E97; }

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

This text font color is #CE9E97.


Background Color

.myBgColor { background-color: #CE9E97; }

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

This div background color is #CE9E97.


Border color

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

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

This div border color is #CE9E97.


Opacity

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

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

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

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

This text has shadow with #CE9E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9E97 on black background.


Color preview on white background

This text has color #CE9E97 on white background.



Black color preview on #CE9E97 background

This text has black color on #CE9E97 background.


White color preview on #CE9E97 background

This text has white color on #CE9E97 background.